Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hi all,

The tag libreoffice-4.3.0.0.beta1 (AKA 4.3.0 Beta1) and the corresponding
branch libreoffice-4-3 have been created.
The branch will be used for fine tuning of the 4.3 codeline.

Branch-off marks feature freeze, see
https://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.0_release for
the detailed schedule of the 4.3.0 release.

Master will be used for development of LibreOffice 4.4.x

The following rules apply:
    + 4.3.0 beta phase:

        + any bug fixes are allowed without review
        + late features need approval by 3 people with different affiliation

    + 4.3.0 rc phase and later:

        + fixes need approval by one reviewer
        + late features need approval by 3 more people with different
affiliation

    IMPORTANT: Every developer is responsible for pushing the fixes into all
               appropriate branches. Note that we do not plan any merge
               from this branch to master or vice versa.

    Please, help use to make stable and usable release. If you want to build
    something cool, unstable, and risky, use master.

The 'libreoffice-4-2' branch is still active and will be used for the
4.2.5 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.5_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-3 origin/libreoffice-4-3

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.3.0.0.beta1 libreoffice-4.3.0.0.beta1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-3 when you have switched to it.  This will
save you some git shouting at you.

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 4.3.0 Alpha1

Happy hacking,
Christian
+ core
    + "your can" -> "you can" [Kohei Yoshida]
    + & Resource leak (coverity#1209779, coverity#1209780, coverity#1209778, coverity#1209777) 
[Chris Sherlock]
    + '!= false' is redundant, and confusing - kill it. [Jan Holesovsky]
    + (partial patch) Add Excel 2010 function AGGREGATE (fdo#73148) [Winfried Donkers]
    + (related: Revert "reset min/max values in paragraph ... (fdo#62176) [Michael Stahl]
    + +sal_Int32 ComboBox::GetEntryPos( const void* pData ) const [Eike Rathke]
    + -fsanitize=address does not like -z defs [Markus Mohrhard]
    + -Werror,-Wparentheses-equality [Stephan Bergmann]
    + -Werror,-Wunused-function [Stephan Bergmann]
    + -Werror,-Wunused-private-field [Stephan Bergmann]
    + -Werror,-Wunused-result [Stephan Bergmann]
    + -Werror,-Wunused-variable [Stephan Bergmann]
    + -Werror=parentheses [Miklos Vajna, Noel Grandin]
    + 3d charts: Zoom the camera towards a bar. [Jan Holesovsky]
    + 3D model insertion UI: add *.dae and *.kmz filters [Zolnai Tamás]
    + 3D model insertion: here we need MM100 [Zolnai Tamás]
    + : fixincludeguards.pl: all that's left (fdo#70681) [Thomas Arnhold]
    + [81-94], etc. null pointer dereference (coverity#12093) [Caolán McNamara]
    + [API CHANGE] remove obsoleted rtl/allocator.hxx (i#124896) [Herbert Dürr]
    + [API CHANGE] Remove OSL_THIS_FILE (fdo#43157) [Michaël Lefèvre]
    + _TLBIGINT_INT64 gone with 09abd826a0e2 [Thomas Arnhold]
    + a better place to show the window [Markus Mohrhard]
    + a few changes to camera position and bar positioning [Markus Mohrhard]
    + a few debug statements and cosmetic clean-up [Markus Mohrhard]
    + A single ZCodec ctor suffices [Stephan Bergmann]
    + abstract over Tokens algorithm [Stephan Bergmann]
    + Access2Base - Correct error message for some actions [Jean-Pierre Ledure]
    + Access2Base - solve compatibility issues [Jean-Pierre Ledure]
    + Access2Base new release - V1.1.0 [Jean-Pierre Ledure]
    + Access2Base typo [Jean-Pierre Ledure]
    + accidentally removed "s" [Stephan Bergmann]
    + actually read brightness/contrast when reading docx (bnc#875713) [Luboš Luňák]
    + actually this empty() check here is redundant. [Kohei Yoshida]
    + adapt coordinate range from ms relative... (i#124703) [Armin Le Grand]
    + add -f option to filter in symbols from some libraries only [Tor Lillqvist]
    + add -s option to show a sorted list of symbols by size instead [Tor Lillqvist]
    + add a 'format all comments' feature [Caolán McNamara]
    + add a bit more test code to test the normal use cases of MIN. [Kohei Yoshida]
    + add a new configure switch --with-locales for restricting the included locales [Tor Lillqvist]
    + add a SAL_INFO [Tor Lillqvist]
    + add a status bar icon to fit slide to window [Caolán McNamara]
    + add a test listener that outputs failures to stderr as they happen [Tor Lillqvist]
    + add algorithm of corner generated information [xukai liu]
    + add api for render non rouded bar [xukai]
    + add assertion [Stephan Bergmann]
    + add avmediaMacAVF [Tor Lillqvist]
    + add better info on the Qt patches needed for KFileDialog [Luboš Luňák]
    + add border to level list box for bullets and numbering [Thomas Arnhold]
    + add clang support for boost multi_array Wshadow patch. [Andrzej Hunt]
    + add code to call the bar api [xukai]
    + add codes to Line::render() [xukai]
    + add codes to Rectangle::render() [xukai]
    + add codes to set camera info [xukai]
    + add codes to Text::render() [xukai]
    + add COLOR function [Markus Mohrhard]
    + add connectivity.odbc [Tor Lillqvist]
    + add css_comp_chart2_ChartDocumentWrapper_get_implementation [Tor Lillqvist]
    + add current Ubuntu release names [Bjoern Michaelsen]
    + add DateAcceptancePattern M/D for [mos-BF], (fdo#78647) [Eike Rathke]
    + add Debian Jessie [Bjoern Michaelsen]
    + add debugging output operator<< for FontMetric [Tor Lillqvist]
    + add empty block at the top to keep row and element positions in sync. [Kohei Yoshida]
    + add extension description [Ariel Constenla-Haile]
    + add externals for libmerged too [Matúš Kukan]
    + add gluErrorString() replacement to OpenGLHelper [Tor Lillqvist]
    + add help message [Tor Lillqvist]
    + add include guards [Markus Mohrhard]
    + add informative comment about cross-compiling to iOS in particular [Tor Lillqvist]
    + add kmz support to collada2gltf and use it. [Matúš Kukan]
    + add language: expand list if dialog gets resized (fdo#77886) [Thomas Arnhold]
    + add locale data for Moore in Burkina Faso [mos-BF], (fdo#78647) [Eike Rathke]
    + add method for creating framebuffer objects to OpenGLHelper [Markus Mohrhard]
    + add missing border to GradientLB [Thomas Arnhold]
    + add missing library [David Tardon]
    + add missing modelines to cxx and hxx files [Thomas Arnhold]
    + add missing modelines to hrc and src files [Thomas Arnhold]
    + add missing modelines to idl files [Thomas Arnhold]
    + add missing OpenGL type error string [Markus Mohrhard]
    + add missing right paren in assertion log messages [Tor Lillqvist]
    + add more info about XCODE_DEBUG_INFORMATION_FORMAT [Tor Lillqvist]
    + add more unmapped VCL keycodes to the comment [Tor Lillqvist]
    + add new window that contains OpenGL context [Markus Mohrhard]
    + add on-the-fly language tags to the language table [Eike Rathke]
    + add osl_File_OpenFlag_Private to avoid umask (fdo#60338) [Stephan Bergmann]
    + add reverse bars code [weigao]
    + add reverse image shader [weigao]
    + add set-all language menu. (bnc#863021, fdo#64047) [Muthu Subramanian]
    + add some debug code [Markus Mohrhard]
    + add some missing pieces from the 2D renderer to the 3D one [Markus Mohrhard]
    + add some sources from framework for debugging convenience [Tor Lillqvist]
    + add static LanguageTag::isValidBcp47() [Eike Rathke]
    + add support for MacOSX x86_64 [Ariel Constenla-Haile]
    + add test case for named range expansion and formula update. (fdo#77728) [Kohei Yoshida]
    + add test for (fdo#78041, fdo#75168) [Markus Mohrhard]
    + add test for CHOOSE function. [Kohei Yoshida]
    + add tests for date time functions [Ken Biondi]
    + add the "quoteright" key to the list of available keyboard shortcuts. [Kohei Yoshida]
    + add the codes for rendering text in class:GL3dRenderer [xukai]
    + add the CoinMP libs [Tor Lillqvist]
    + add to clipboard as URL only when... (i#63399) [Armin Le Grand]
    + add undo action for conditional formatting, (cp#1000050, fdo#77381) [Markus Mohrhard]
    + add unit test for (fdo#77984) [Markus Mohrhard]
    + add unit test for IF function. [Kohei Yoshida]
    + add unit test for sorting with cell formats. [Kohei Yoshida]
    + add unit test for static isValidBcp47() method [Eike Rathke]
    + add unittest for moving around the marks [Bjoern Michaelsen]
    + add vertex shader and fragment shader for 3D rendering [xukai]
    + add way for shape dumper to dump single shape [Markus Mohrhard]
    + added .xlsx .xls .ods export/reimport tests for new spreadsheet functions [Eike Rathke]
    + added missing clipping.cxx [Chris Sherlock]
    + added ResStringArray::AddItem() [Eike Rathke]
    + added SvtLanguageTable::AddLanguageTag() [Eike Rathke]
    + additional test for the followup issue. (fdo#74322) [Kohei Yoshida]
    + adjust note icons on comments-in-margins case (fdo#78204) [Caolán McNamara]
    + adjust output file extension when exporting (bnc#870581) [Luboš Luňák]
    + adjust references of validity entries as appropriate. (fdo#78402) [Kohei Yoshida]
    + adjust sheet position of conditional format entries. (fdo#76710) [Kohei Yoshida]
    + align table entries into equal-size columns [Tor Lillqvist]
    + align to top instead of center (fdo#78829) [Caolán McNamara]
    + all three uses of osl_getFileOSHandle have been removed again [Stephan Bergmann]
    + allow accepting/rejecting changes in a selection (bnc#874790) [Luboš Luňák]
    + also add Unity and Systemd [Bjoern Michaelsen]
    + always remove SwModelTestBase::m_aTempFile [Stephan Bergmann]
    + ANIMATIONMODE_VIEW can be removed [Julien Nabet]
    + annotate the test code a bit to make it easier to follow. [Kohei Yoshida]
    + annoying inlines and formatting [Caolán McNamara]
    + AOO: avoid wasteful loading of an AVAsset in MacAVF::Framegrabber (i#124875) [Herbert Dürr]
    + AOO: fix the calculation of leading metrics for CoreText (i#124823) [Herbert Dürr]
    + AOO: support Mac AV-Foundation API for multimedia content (i#124875) [Herbert Dürr]
    + AOO: switch avmedia's QuickTime component to QTKit for now (i#124800) [Herbert Dürr]
    + AOO: use AVAsset's best guess duration if AVPlayerItem isn't ready yet (i#124875) [Herbert 
Dürr]
    + application::PostUserEvent returns a pointer dressed as sal_uLong [Stephan Bergmann]
    + application::UserEvent and Window::UserEvent are empty [Stephan Bergmann]
    + apply sorted patterns as ranges instead of row-by-row. [Kohei Yoshida]
    + argh, *this* is what the compiler tried to tell me [Tor Lillqvist]
    + argh, it's <ext/hash_map> apparently [Tor Lillqvist]
    + as suspected [Caolán McNamara]
    + asan: fix invalid memory access [Markus Mohrhard]
    + assert if SwVirtFlyDrawObj is being painted with no ViewPort set (fdo#78149) [Michael Stahl]
    + AtkListener: consistency check is too strict [Michael Stahl]
    + auto is not a valid value for c:symbol's val attribute [Markus Mohrhard]
    + AutoInstall defs must be regenerated if config changes [David Tardon]
    + automaticly -> automatically. [Jan Holesovsky]
    + avmedia: create a special SystemChildWindow for 3D models [Zolnai Tamás]
    + avmedia: fix media embedding problem in edit mode [Zolnai Tamás]
    + avmedia: make OpenGL window render model when play button is pushed. [Zolnai Tamás]
    + avmediaogl: call gltf_renderer_set_content() only once [Zolnai Tamás]
    + avmediaogl: load all needed files into buffers for gltf rendering [Zolnai Tamás]
    + avmediaogl: Use glTFHandle for size values [Zolnai Tamás]
    + avmediaogl: Use INetURLObject for URL operations [Zolnai Tamás]
    + avoid blinking when doing operations in the spreadsheets. [Jan Holesovsky]
    + avoid cargo cult rites [Tor Lillqvist]
    + avoid copying of singular iterators [Stephan Bergmann]
    + avoid division by zero that happens to me in some cases [Markus Mohrhard]
    + avoid duplication [David Tardon]
    + avoid expensive dlopen thrash for break iterators. [Michael Meeks]
    + avoid having two menu entries having the same accelarator. (fdo#78824) [Kohei Yoshida]
    + avoid inlining of bridge functions on Solaris / Intel. [Apostolos Syropoulos]
    + avoid integer overflow [Stephan Bergmann]
    + avoid linking against the OpenGL libs when only using the window [Markus Mohrhard]
    + avoid possible memory leaks in case of exceptions [Takeshi Abe]
    + avoid segfault when nBrekPos is past the end [Lionel Elie Mamane]
    + avoid several 200ms delays in Qt tests [Luboš Luňák]
    + avoid SvxSearchDialogWrapper for non-desktop [Tor Lillqvist]
    + avoid temporary copy [Markus Mohrhard]
    + avoid temporary OUStrings [Matteo Casalin]
    + avoid the annoying line wrapping [Tor Lillqvist]
    + avoid using incomplete types with std containers [Stephan Bergmann]
    + avoid using SwapRow() when sorting. [Kohei Yoshida]
    + back out change for now that we have StringContainsWord() (fdo#78119) [Eike Rathke]
    + back to 90 char wide now that the fontsize is fixed [Caolán McNamara]
    + bad bit shift operation (coverity#1202749) [Caolán McNamara]
    + bail out early if it's not a chart module. [Kohei Yoshida]
    + bail out of group calculation in case the array fetching fails. [Kohei Yoshida]
    + basic macro dialog: let it expand vertically, too [Thomas Arnhold]
    + basic: Add CDec unit test [Thomas Arnhold]
    + basic: fix CDec() crash if string is empty (i#64348) [Thomas Arnhold]
    + basic: update descriptions and add some more tests [Thomas Arnhold]
    + basic: use prewin.h [Thomas Arnhold]
    + be explicit about text rotations, (fdo#70670) [Markus Mohrhard]
    + beautify patch [Stephan Bergmann]
    + best effort of blindly placing axes and background objects. [Kohei Yoshida]
    + better camera position [Markus Mohrhard]
    + better colors for now [Markus Mohrhard]
    + better test to really test PRODUCT with array input. (fdo#76663) [Kohei Yoshida]
    + bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8 [Tor Lillqvist]
    + bin ENUM_FONTRELIEF_DECLARED crack [Tor Lillqvist]
    + bin outdated patch [Tor Lillqvist]
    + bin/find-german-comments: fix duplicated "basctl" key in dictionary [Julien Nabet]
    + bin/find-german-comments: fix duplicated "sw" key in dictionary [Miklos Vajna]
    + BitmapEx.Scale already takes care of mirroring (fdo#77126) [Tomaž Vajngerl]
    + bitmaps are missing allover the UI (fdo#78030) [Thomas Arnhold]
    + blind fix attempt for error: no matching function for call to 'assertEquals' [Tor Lillqvist]
    + blind fix for hppa bridges [Rene Engelhard]
    + blind fix for red Tinderboxes [Julien Nabet]
    + blind fix for red Tinderboxes, following [Julien Nabet]
    + blind fix: writerfilter::TableManager used without template parameters [Tor Lillqvist]
    + bool conversion for windows, too [Thomas Arnhold]
    + boost Patch - Change '*b' to a variable, to remove GCC 4.7.3 -Wtype-limits [Adam Co]
    + boost: replace multi_array Wshadow patch with different one [Michael Stahl]
    + branch libreoffice-4-3 [Christian Lohmaier]
    + brazilian Portuguese -> Portuguese (Brazil) (fdo#67842) [Andras Timar]
    + break infinite loop [Luboš Luňák]
    + break the indefinite loop when entering =" (fdo#78718) [Eike Rathke]
    + bring Tile and AutoFit back to the leven of Position [Thomas Arnhold]
    + broadcast only on non-empty cells within deleted range. (fdo#78062) [Kohei Yoshida]
    + BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun] [Matúš Kukan]
    + build libchartopengl for all platforms [Tor Lillqvist]
    + build libgltf (and freetype) for iOS, too [Tor Lillqvist]
    + build libgltf for Android, too [Tor Lillqvist]
    + bullets and Numbering: SvxNumberingPreview looks ugly (fdo#78321) [Thomas Arnhold]
    + bump product version to 4.3.0.0.alpha1+ [Christian Lohmaier]
    + bump product version to 4.3.0.0.beta1 [Christian Lohmaier]
    + bypass EUC and ISO-2022 encoding tables for iOS [Tor Lillqvist]
    + C string usage improvment [Arnaud Versini]
    + calc: correct spacings for cell alignment tab page [Thomas Arnhold]
    + callcatcher: hide glTF methods from easy list [Caolán McNamara]
    + callcatcher: update unused code [Caolán McNamara]
    + can't use ifdefs here, the mpFldTypes array must have fixed contents [Tor Lillqvist]
    + canvas: drop using from headers [Thomas Arnhold]
    + canvas: sal_Bool->bool [Noel Grandin]
    + care for Java 1.5 support in external packages [Douglas Mencken]
    + center slide after changing zoom [Caolán McNamara]
    + change ImplInitClipRegion to InitClipRegion in menu.(c|h)xx [Chris Sherlock]
    + change libwriterperfect to shared library [David Tardon]
    + change RGB "FFFF00" -> "ffff00" to keep roundtrip test happy [Stephan Bergmann]
    + change the color of the bars as the ackground is blue as well [Markus Mohrhard]
    + change transformation matrix [Markus Mohrhard]
    + chart2.opengl to vcl.opengl [Markus Mohrhard]
    + chart2: move RegressionCalculationHelper.hxx to inc [Tomaž Vajngerl]
    + chart2: use constructor feature for ChartController [Miklos Vajna]
    + chart2: use constructor feature for ChartDocumentWrapper [Miklos Vajna]
    + chart2: use constructor feature for ChartFrameLoader [Miklos Vajna]
    + chart2: use constructor feature for ChartTypeDialog [Miklos Vajna]
    + chart2: use constructor feature for ElementSelectorToolbarController [Miklos Vajna]
    + chart2: use constructor feature for ShapeToolbarController [Miklos Vajna]
    + chart2: use constructor feature for WizardDialog [Miklos Vajna]
    + chart::ChartController::queryGL3DChart(): crash on concurrent model close [Michael Stahl]
    + check for empty tarball var. [David Tardon]
    + check for short reads [Stephan Bergmann]
    + check the boundaries before accessing an array.... (fdo#77806) [Kohei Yoshida]
    + chrdlg.hrc: some kind of cleanup [Thomas Arnhold]
    + clean up [Thomas Arnhold]
    + clean up hrc files [Thomas Arnhold]
    + clean up OSL_ASSERT, DBG_ASSERT (fdo#43157) [Mukhiddin Yusupov]
    + clean up remains of URL History List (eHISTORY). (fdo#72006) [Andrzej Hunt]
    + clean up src files [Thomas Arnhold]
    + clean up, remove eof comments [Thomas Arnhold]
    + clean-up C-style (void) parameter lists [Stephan Bergmann]
    + cli_ure: fix dbglevel=2 build on windows [Thomas Arnhold]
    + CLucene: Helgrind reported "pthread_mutex_destroy of a locked mutex" [Stephan Bergmann]
    + Collada2gltf: add -lrt to fix compilation problems [Zolnai Tamás]
    + collada2gltf: Ignore case of the extension. [Jan Holesovsky]
    + collada2gltf: output bundle path needs to be in url format [Matúš Kukan]
    + combine the pass-by-ref clang plugins [Noel Grandin]
    + comment documentation error fixup in outdev.hxx [Chris Sherlock]
    + comment why it's not a copy paste error [Julien Nabet]
    + comphelper: Fix typos [Maxim Monastirsky]
    + comphelper: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + compilerplugins/clang: filter out -fsanitize=address [Stephan Bergmann]
    + connectivity: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + consistent left spacing for previews (fdo#78323) [Caolán McNamara]
    + consistent percent sign in comments [Thomas Arnhold]
    + consolidate CreateTempName_Impl and lcl_createName [Stephan Bergmann]
    + consolidate CreateTempName_Impl and lcl_createName more faithfully [Stephan Bergmann]
    + consolidatedialog.ui: let only the ranges field expand [Thomas Arnhold]
    + const [Luboš Luňák]
    + constify 2 sal_uInt16 [Matteo Casalin]
    + constify and reduce scope [Matteo Casalin]
    + constify sal_uInt16 [Matteo Casalin]
    + constify sal_uInt16 and sal_Int16 to sal_uInt16 [Matteo Casalin]
    + constify some OUStrings [Matteo Casalin]
    + constify two OUStrings [Matteo Casalin]
    + constructor parameters are not used for this local class [Matteo Casalin]
    + content-type of ".png" images in Smart Art (fdo#78284) [Vinaya Mandke]
    + convert apply columns page to .ui format [Caolán McNamara]
    + convert copy table page to .ui [Caolán McNamara]
    + convert field assign address book page to .ui [Caolán McNamara]
    + convert FinalPage to .ui [Caolán McNamara]
    + convert invoke admin page to .ui [Caolán McNamara]
    + convert line color picker to split button (fdo#46839) [Maxim Monastirsky]
    + convert sal/osl/unx/tempfile.c to C++ [Stephan Bergmann]
    + convert select type address book page to .ui [Caolán McNamara]
    + convert table selection page to .ui [Caolán McNamara]
    + copy formula cells as well. [Kohei Yoshida]
    + copy-paste error (coverity#1212488) [Thomas Arnhold]
    + correct casts [Markus Mohrhard]
    + correct check for double buffered rendering [Markus Mohrhard]
    + correct common misspellings, and remove some ASCII art along the way. [Chris Laplante]
    + correct keycode mappings for KEY_QUOTE{LEFT,RIGHT} [Tor Lillqvist]
    + correct linker library sequence for pdfimport [Jan-Marek Glogowski]
    + correct prefix [Maxim Monastirsky]
    + correctly set the positions of sorted formula cells. [Kohei Yoshida]
    + corrupt: 2007 WordArt whithin a Drawing tool (fdo#78663) [Rajashri]
    + corruption: lockedCanvas tag is missing from RT file (fdo#78658) [Dinesh Patil]
    + cosmetics [Tor Lillqvist]
    + coverity 441351, 441352: JNI_type_info's real dtor is "destroy" [Stephan Bergmann]
    + coverity gold, wrong mask (coverity#1209362) [Caolán McNamara]
    + cppcheck: fix "Mismatching allocation and deallocation" [Julien Nabet]
    + cppcheck: Fix same expression on both sides of '&&' [Julien Nabet]
    + cppcheck: fix variable reassigned before the old value has been used [Julien Nabet]
    + cppcheck: Iterator it used after element has been erased [Julien Nabet]
    + cppcheck: Missing bounds check for extra iterator increment in loop [Julien Nabet]
    + cppcheck: multiCondition, remove duplicate [Julien Nabet]
    + cppcheck: pColEntry has never been used since the initial import in 2000/09/18 [Julien Nabet]
    + cppcheck: Prefer prefix ++/-- operators for non-primitive types [Julien Nabet]
    + cppcheck: reduce scope [Julien Nabet]
    + cpplint: [readability/utf8] Line contains invalid UTF-8 [Julien Nabet]
    + cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dup [Julien Nabet]
    + cpplint: invalid UTF-8 + punctuation [Julien Nabet]
    + CppunitTest_sw_ooxmlexport: move sdr-related tests to the dedicated suite [Miklos Vajna]
    + crash after undoing master page application (fdo#60040) [Caolán McNamara]
    + crash because iterator position wasn't changed in stl conversion [Caolán McNamara]
    + crash because parent isn't SvxTabPage (fdo#78841) [Caolán McNamara]
    + crash in selecting text in comments midway in para [Caolán McNamara]
    + crash on loading a specific rtf (rhbz#1089377) [Caolán McNamara]
    + ctrl+Backspace does not erase first character (fdo#78150) [Julien Nabet]
    + CTRunData fix for exporting SPI stuff on OSX < 10.6 [Douglas Mencken]
    + CurTOXType::GetFlatIndex(): fix inverted conditional (fdo#76696) [Michael Stahl]
    + darker default workspace color (fdo#72142) [Caolán McNamara]
    + dbaccess: remove SAL_INFO's that only make function entry [Noel Grandin]
    + dealine -> deadline [Miklos Vajna]
    + deconvolute code [Matteo Casalin]
    + default null-date for document import is 1899-12-30 (fdo#78294) [Eike Rathke]
    + default OS X thread stack size too small for -fsanitize=address [Stephan Bergmann]
    + deference before null check (coverity#441827) [Chris Sherlock]
    + delete OpenGL resources in the destructor [Markus Mohrhard]
    + dependency problem with debian packages for master/dev builds (fdo#70596) [Christian Lohmaier]
    + dereference after null check (coverity#1213129, coverity#705024, coverity#735839, 
coverity#1213133, coverity#704714, coverity#1209527, coverity#704742, coverity#704598, 
coverity#704797, coverity#1209590, coverity#1209523) [Caolán McNamara]
    + dereference before null check (coverity#1209783, coverity#1213291, coverity#736862, 
coverity#736864, coverity#1209792, coverity#736856, coverity#736855, coverity#736795, 
coverity#1213310, coverity#705853, coverity#705842, coverity#705926, coverity#1209803, 
coverity#1209793, coverity#1209818, coverity#736853, coverity#736861, coverity#1209804, 
coverity#1213306, coverity#705918, coverity#1213305, coverity#705841, coverity#1209786, 
coverity#1209816, coverity#1209785, coverity#736844, coverity#1209811, coverity#705927, 
coverity#736863, coverity#705840, coverity#736870, coverity#705928) [Caolán McNamara]
    + dereference null return value (coverity#736136, coverity#1213244, coverity#736141, 
coverity#705490, coverity#705484, coverity#441607, coverity#1213247, coverity#1209709, 
coverity#705482, coverity#736152, coverity#440876, coverity#705478, coverity#736155, 
coverity#441006, coverity#705475, coverity#1213242, coverity#1209712, coverity#736151) [Caolán 
McNamara]
    + desktop: sal_Bool->bool [Noel Grandin]
    + detect AOO 4.x for SvXMLImport::needFixPositionAfterZ (fdo#77451) [Laurent Balland-Poirier]
    + dflt -> default [Thomas Arnhold]
    + die, die, die BMP code [Markus Mohrhard]
    + disable gltf support on mac until freetype build problems are fixed [Zolnai Tamás]
    + disable jump command reordering of RPN tokens for OpenCL interpreter. [Kohei Yoshida]
    + disable KFileDialog usage if QClipboard can recurse [Luboš Luňák]
    + disable pytest_ssl on mac [Norbert Thiebaud]
    + disable rtl/alloc.h also for Helgrind [Stephan Bergmann]
    + disable until I can test build on windows myself [Markus Mohrhard]
    + displaying the number of standardized pages in the Word count window [Michal Siedlaczek]
    + dispose bridges when disposing bridge factory (rhbz#1016758) [Stephan Bergmann]
    + distill copypasta [Eike Rathke]
    + ditch the last temporary SvtLanguageTable instance [Eike Rathke]
    + division or modulo by zero (coverity#735656) [Caolán McNamara]
    + do not attempt to copy beyond end of OUString [Matteo Casalin]
    + do not crash when pasting impress page into another impress page (cp#1000067) [Luboš Luňák]
    + do not drop existing LD_LIBRARY_PATH [Stephan Bergmann]
    + do not have a separate action for accepting changes in a selection [Luboš Luňák]
    + do not post-increment a pointer going out of scope [Matteo Casalin]
    + do not throw if there is no "images" child in json file tree. [Matúš Kukan]
    + do not unconditionally throw NoSuchElementException (coverity#704274) [Stephan Bergmann]
    + do not use copy() to copy the whole OUString [Matteo Casalin]
    + document that the weirder constants are not actually keyboard keys [Tor Lillqvist]
    + DOCX filter: link between textboxes is not being preserved (fod#77122) [umeshkadam]
    + DOCX import: fix chart size when it's inside a TextFrame [Miklos Vajna]
    + DOCX import: make sure inline shapes are not in the background [Miklos Vajna]
    + DOCX import: tokenize v:background (VML description of page background) [Miklos Vajna]
    + DOCX Incorrect export of nested Tables (fdo#78651) [Vinaya Mandke]
    + DOCX: File gets  corrupt after RoundTrip (fdo#78432) [Pallavi Jadhav]
    + DocxAttributeOutput: ClearGraphicCache() -> ClearRelIdCache() [Miklos Vajna]
    + DomainMapper_Impl::AddDummyParaForTableInSection: shapes can't have sections [Miklos Vajna]
    + DomainMapperTableManager::endOfRowAction(): valgrind warnings [Michael Stahl]
    + don"t execute code in a loop [Markus Mohrhard]
    + don't build svdemo for Android and iOS. [Andrzej Hunt]
    + don't crash if slide layout configs are missing (rhbz#1071604) [David Tardon]
    + don't crash on formatting outline level 10 in master view [Caolán McNamara]
    + don't crash when there is no storage specified (fdo#78921) [Maxim Monastirsky]
    + don't disable painting. [Jan Holesovsky]
    + don't forget to record the ID of the last record for BIFF5. (fdo#78471) [Kohei Yoshida]
    + don't forget to start listening after the named range update. (fdo#77728) [Kohei Yoshida]
    + don't litter pCustomShapeTypeTranslationHashMap with dangling keys [Stephan Bergmann]
    + don't proceed when all cells in the range are empty. (fdo#77735) [Kohei Yoshida]
    + don't process borders of 0 width. (fdo#78535) [Kohei Yoshida]
    + don't put the parent window as child into itself [Markus Mohrhard]
    + don't reference the avmediaMacAVF library if not built [Tor Lillqvist]
    + don't repeat yourself [Tor Lillqvist]
    + don't return from the call. Notes are handled at the end. (fdo#77379) [Kohei Yoshida]
    + don't use extern "C" for a function which return C++ types [Tor Lillqvist]
    + don't use two separate names for the same thing [Tor Lillqvist]
    + draw hairline if line width is small (fdo#74336) [Tomaž Vajngerl]
    + DrawTransformedBitmapEx - fix accidental rename [Chris Sherlock]
    + drop another nonexistent tarball from download list [David Tardon]
    + drop libchartcontrollerlo.a in preparation for vmiklos's rework [Tor Lillqvist]
    + drop nonexistent tarball from download list [David Tardon]
    + drop source/common/putilimp.h part of Android patch, related (fdo#77071) [Eike Rathke]
    + drop unused #include [Takeshi Abe]
    + drop unused helpids [Caolán McNamara]
    + dtrans: sal_Bool->bool [Noel Grandin]
    + dump also drawinglayer shapes that are externally added [Markus Mohrhard]
    + dump more info from ScTokenArray (for debugging). [Kohei Yoshida]
    + DX canvas: provide a OutputDevice pointer as a device handler instead of HDC [Zolnai Tamás]
    + dx_winstuff.hxx does already undef them [Thomas Arnhold]
    + early bail out [Markus Mohrhard]
    + elated #error on umask(3) calls in currently unused code (fdo#60338) [Stephan Bergmann]
    + elide utl::TempFile_Impl [Stephan Bergmann]
    + eliminate unnecessary temporary SvtLanguageTable instance [Eike Rathke]
    + embedded excel getting renamed to binary object. (fdo#77759) [Ravindra Vidhate]
    + embeddedobj: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + embeddedobj: sal_Bool->bool [Noel Grandin]
    + enable libgltf on windows as well [Markus Mohrhard]
    + enable MSAA [Markus Mohrhard]
    + enable pch for chartopengl [Thomas Arnhold]
    + enable vectorization for the "jump" function opcodes. [Kohei Yoshida]
    + enforce "There is no css::uno::Sequence<bool>" [Stephan Bergmann]
    + enhance pass-by-ref plugin to detect large arguments [Noel Grandin]
    + ensure that only the created object is selected (i#124760) [Armin Le Grand]
    + EPS not rendered in drawinglayer code paths (fdo#62038) [Caolán McNamara]
    + error C2059: syntax error : ´)´ [Caolán McNamara]
    + error C2872: ´chart´ : ambiguous symbol [Caolán McNamara]
    + error C3861: 'rtl_allocateMemory': identifier not found [Miklos Vajna]
    + error: invalid conversion from 'int' to 'formula::StackVar' [Miklos Vajna]
    + escape > and < [Caolán McNamara]
    + escape conditional formatting formulas during xlsx export, (fdo#75168) [Markus Mohrhard]
    + eventattacher: sal_Bool->bool [Noel Grandin]
    + expand reference only when the top of the selected range is... (fdo#77647) [Kohei Yoshida]
    + explicit null dereferenced (coverity#735955, coverity#735858, coverity#735960, 
coverity#1209611, coverity#735860, coverity#1209588, coverity#735746, coverity#735848, 
coverity#1209587, coverity#1209500, coverity#735793, coverity#735937, coverity#735959, 
coverity#735834, coverity#735935, coverity#735958, coverity#735936, coverity#735859, 
coverity#735932, coverity#735842, coverity#735943, coverity#1209554, coverity#735956, 
coverity#735957, coverity#735938, coverity#735832, coverity#735924) [Caolán McNamara]
    + export checksums too [David Tardon]
    + exporting font names in edit text needs special handling. (fdo#77537) [Kohei Yoshida]
    + extensions: sal_Bool->bool [Noel Grandin]
    + external/redland: Missing NUL [Stephan Bergmann]
    + extract boolean value for AutoFill value of ComboBox model (i#98216) [Tsutomu Uchino]
    + extras: add some more words to technical.dic [Michael Stahl]
    + fail early in OpenGLContext::ImplInit() on platforms where not yet implemented [Tor Lillqvist]
    + fail the test if executing the validator fails [Stephan Bergmann]
    + fdo77216-Charts-Scattered chart: Chart gets distorted on RT [Sourav]
    + fdo78474:Corruption a:graphicData has no info for the image. [Sourav]
    + file containing CusGeom gets corrupted on RT. (fdo#77719) [Sourav]
    + file Corrupt:drawing objects into a text box. (fdo#78300) [PriyankaGaikwad]
    + file Corruption - Header.xml (fdo#77713) [Rajashri]
    + FIle geting corrupted after Roundtrip due to fieldchar. (fdo#78659) [Ravindra Vidhate]
    + file is getting corrupted after exported from LO. (fdo#78420) [Ravindra Vidhate]
    + FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr> (fdo#78469) [Tushar Bende]
    + FILESAVE :DOCX : Extra Section Break gets added in file (fdo#77812) [Pallavi Jadhav]
    + fill the match string even if the raw string is empty. (fdo#77039) [Kohei Yoshida]
    + filter out extra ICU data for locales we don't want special support for [Tor Lillqvist]
    + filter: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + filter: sal_Bool->bool [Noel Grandin]
    + find places where uno::Sequence is passed by value. [Noel Grandin]
    + find the longest match for month name (fdo#78119) [David Tardon]
    + find-german-comments -l crashed for a too long path name [Jeroen Nijhof]
    + finish cleaning up ASCII art in the sw module [Chris Laplante]
    + first try to render OpenGL content in a window [Zolnai Tamás]
    + fix "symbol aliasing" code [Stephan Bergmann]
    + fix "transparency" of floating tables in docx import (fdo#77723) [Luboš Luňák]
    + fix "UI color panel does not show the actual color in Writer" (fdo#32376, fdo#73891) 
[Tomofumi Yagi]
    + fix "Wrap opencl-only functions in appropriate ifdef." [Andrzej Hunt]
    + fix 'non-const lvalue reference cannot bind to a temporary' [Tor Lillqvist]
    + fix 'outset' and 'inset' table border type import in DOCX and RTF [Adam Co]
    + fix --disable-coinmp [Rene Engelhard]
    + fix --with-export-validation check [Stephan Bergmann]
    + fix .kmz support on Windows; no idea why this int was unsigned [Matúš Kukan]
    + fix 6b431b1f0d397067504b5300d49e10e232936836 [Chris Sherlock]
    + fix advancing slides by mouse clicks. (fdo#78267) [Jan Holesovsky]
    + fix alpha calculation [Markus Mohrhard]
    + fix ambiguity error [Zolnai Tamás]
    + fix another crash on exit [Markus Mohrhard]
    + fix bar positioning [Markus Mohrhard]
    + fix broken tests from cf33af732ed0d3d553bb74636e3b14c55d44c153 [Luboš Luňák]
    + fix build [Maxim Monastirsky]
    + fix build error [Markus Mohrhard]
    + fix build problem [Caolán McNamara]
    + fix build: missing glm_headers [Zolnai Tamás]
    + fix camera position [Markus Mohrhard]
    + fix chapter cross references (fdo#75519) [Michael Stahl]
    + fix class name typo in comment [Zolnai Tamás]
    + fix comment about ChartView::dump [Markus Mohrhard]
    + fix compilation breakage for Android [Tor Lillqvist]
    + fix CppunitTest_chart2_xshape test [Maxim Monastirsky]
    + fix CppunitTest_sc_outlineobj test [Maxim Monastirsky]
    + fix crash found when exploring (fdo#50697) [Caolán McNamara]
    + fix crash on exit [Markus Mohrhard]
    + fix crash when canceling the chart wizard [Markus Mohrhard]
    + fix crash when glDebugMessageCallback is 0 despite feature being there [Markus Mohrhard]
    + fix cut and paste into macro editor crash [Caolán McNamara]
    + fix d0b3832bedf65d [Chris Sherlock]
    + fix deletion of paragraph following table (fdo#60967) [Michael Stahl]
    + fix double allocation [Thomas Arnhold]
    + fix downloading unowinreg.dll [David Tardon]
    + fix drawing of 100% transparent frames (fdo#77723) [Luboš Luňák]
    + fix error: 'GetActiveClipRegion' is a protected member of 'OutputDevice' [Tor Lillqvist]
    + fix for corruption if file contains symbols. (fdo#78384) [Rohit Deshmukh]
    + fix for doxygen 1.8.7 [David Tardon]
    + fix for TOC flag field \c (fdo#77715) [Dinesh Patil]
    + fix htmlexp.hxx compilation -> add space between ">>" [Tomaž Vajngerl]
    + fix import issue with property mapping [Markus Mohrhard]
    + fix import of OOoXML embedded objects (fdo#78159) [Michael Stahl]
    + fix include guard for sal/types.h [Thomas Arnhold]
    + fix incorrect/missing function tips in Calc (fdo#75264) [Winfried Donkers]
    + fix indentation [Maxim Monastirsky, Tor Lillqvist]
    + fix last color detection [Maxim Monastirsky]
    + fix license for Czech thesaurus [David Tardon]
    + fix mac build: explicitly check all platforms inside swapBuffers [Zolnai Tamás]
    + fix MACOS build [Noel Grandin]
    + fix matrix generation [Markus Mohrhard]
    + fix memory leak on pasting metafiles into writer [Caolán McNamara]
    + fix memory leaks [Julien Nabet]
    + fix memory leaks in vcl quartz [Ptyl Dragon]
    + fix missing service factory during import, related (fdo#74333, cp#1000057) [Markus Mohrhard]
    + fix my issues with the offscreen rendering [Markus Mohrhard]
    + fix namespace [Caolán McNamara]
    + fix of run properties of text box in nested group shape [Rohit Deshmukh]
    + fix one more ambiguity error [Zolnai Tamás]
    + fix order of CPPUNIT_ASSERT_EQUAL arguments [Stephan Bergmann]
    + fix OutputDevice::Pop [Stephan Bergmann]
    + fix overriding exception specification [Stephan Bergmann]
    + fix patch [Stephan Bergmann]
    + fix previous commit [Julien Nabet]
    + fix previous commit (chart2 part) [Julien Nabet]
    + fix previous commit (dbaccess part) [Julien Nabet]
    + fix previous commit (extensions part) [Julien Nabet]
    + fix previous commit (extensions part, second) [Julien Nabet]
    + fix previous commit (reportdesign part) [Julien Nabet]
    + fix previous commit (reportdesign part, following) [Julien Nabet]
    + fix previous commit (sc part) [Julien Nabet]
    + fix previous commit (scripting part) [Julien Nabet]
    + fix previous commit (svx part) [Julien Nabet]
    + fix previous commit (vcl part) [Julien Nabet]
    + fix previous commit (vcl/MacOsX part) [Julien Nabet]
    + fix python crash when in GUI mode, target WinXP with VS2012 (fdo#77891) [Christian Lohmaier]
    + fix Qt4 QSocketNotifier configure check [Luboš Luňák]
    + fix regression introduced in f4e8bca336 when fixing (fdo#74702) [Chris Sherlock]
    + fix repainting problems in Draw. [Jan Holesovsky]
    + fix report builder toolbox controller (fdo#78815) [Maxim Monastirsky]
    + fix reportbuilder*jar install; it's reportbuilder, not rhino [Rene Engelhard]
    + fix scoped_ptr -> scoped_array [Stephan Bergmann]
    + fix sd layout unit test [Andras Timar]
    + fix some header guards [Thomas Arnhold]
    + fix spelling [Noel Grandin]
    + fix spelling error [Markus Mohrhard]
    + fix start/endElement calls [Stephan Bergmann]
    + fix string formatting (fdo#78004) [Alex Gulyás]
    + fix the column insertion use case. (fdo#77647) [Kohei Yoshida]
    + fix the getProperty case more thoroughly (related: (fdo#77340) [Michael Stahl]
    + fix the OpenGL offscreen rendering a bit [Markus Mohrhard]
    + fix the render part [weigao]
    + fix typo [Markus Mohrhard]
    + fix typo, thanks to Cor Nouws for noticing [Tor Lillqvist]
    + fix typo: cought => caught [Matteo Casalin]
    + fix typo: s/potentioal/potential [Tor Lillqvist]
    + fix typo: this is a static library [Zolnai Tamás]
    + fix warning [Maxim Monastirsky]
    + fix whitespace issues [Markus Mohrhard]
    + fix WIN32 long path name support of spelling dictionaries (fdo#48017) [László Németh]
    + fix windows build [Thomas Arnhold]
    + fix windows build(external/poppler) [Tomofumi Yagi]
    + fix windows packaging [Markus Mohrhard]
    + fix wrong access to array [Markus Mohrhard]
    + fix wrong copy paste, should be <ucb::CheckinArgument> [Julien Nabet]
    + fix wrong function names in bitmap.cxx [Chris Sherlock]
    + fix wrong shader names [Markus Mohrhard]
    + fix XPath expressions [Stephan Bergmann]
    + fix-includes.pl: accessibility [Thomas Arnhold]
    + fix-includes.pl: comphelper [Thomas Arnhold]
    + fix-includes.pl: extend this to resource files, too [Thomas Arnhold]
    + fix-includes.pl: framework [Thomas Arnhold]
    + fix-includes.pl: idlc [Thomas Arnhold]
    + fix-includes.pl: lwp [Thomas Arnhold]
    + fix-includes.pl: reportdesign [Thomas Arnhold]
    + fix-includes.pl: sc [Thomas Arnhold]
    + fix-includes.pl: svgio [Thomas Arnhold]
    + fix-includes.pl: svl [Thomas Arnhold]
    + fix-includes.pl: svtools [Thomas Arnhold]
    + fix-includes.pl: unotools [Thomas Arnhold]
    + fix-includes.pl: uui [Thomas Arnhold]
    + fix-includes.pl: xmlsecurity [Thomas Arnhold]
    + fixed for file corruption which contains fields and hyperlink (fdo#78599) [PriyankaGaikwad]
    + fixes [Julien Nabet]
    + fixincludeguards.pl: handle odk/examples [Thomas Arnhold]
    + fixincludeguards.pl: now we can fix those [Thomas Arnhold]
    + fixing manifest files in cs autotext libraries (fdo#47800) [Michal Horak]
    + floating Table positions are not preserved when doing Export (fdo#77887) [Ravindra Vidhate]
    + following let's make this part safe too (fdo#78838) [Julien Nabet]
    + for now, reintroduce the horrible static counter into utl::TempFile (fdo#41295) [Stephan 
Bergmann]
    + forgot to release the OpenGL resources [Markus Mohrhard]
    + format GL3DRenderer code [xukai]
    + forms: sal_Bool->bool [Noel Grandin]
    + formula: sal_Bool->bool [Noel Grandin]
    + fpicker: sal_Bool->bool [Noel Grandin]
    + ftnfrm: Translated comments from German to English [Tobias Mueller (ideabox)]
    + function description says negative values mean errors [Matteo Casalin]
    + german Comment translation [Michael Meeks]
    + get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textenc [Tor Lillqvist]
    + get rid of unneeded and malfunctioning maItemListRect. (fdo#76261) [Andrzej Hunt]
    + GetKeyName for KEY_{TILDE,BRACKET{LEFT,RIGHT},SEMICOLON,QUOTERIGHT} [Tor Lillqvist]
    + git pre-commit hook: block large files [Miklos Vajna]
    + git: ignore autogen, doxygen and gdb config files [Jan-Marek Glogowski]
    + give each series an own color [Markus Mohrhard]
    + given the explanation of MenuFloatingWindow::InitClipRegion()... [Caolán McNamara]
    + glTF embedding: handle missing image on a better way [Zolnai Tamás]
    + glTF objects: set playback loop by default [Zolnai Tamás]
    + glTF rendering: first try to move camera position [Zolnai Tamás]
    + gltf: Send delta when rotating, not absolute value. [Jan Holesovsky]
    + gltf: Trying to re-create the temp path fails on Windows. [Jan Holesovsky]
    + glu is not available on OpenGL ES [Tor Lillqvist]
    + go back to using an interim metafile (fdo#78128) [Caolán McNamara]
    + GPU Calc: Fix bug [haochen]
    + GPU Calc: Fixed style&error problem in formulagroupcl and op_addin [haochen]
    + GPU Calc: Fixed style&error problem in op_math [haochen]
    + GPU Calc: Fixed style&error problem in op_math once more [haochen]
    + GPU Calc: Fixed style&error problem in op_statistical(line 1-4037) [haochen]
    + GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849) [haochen]
    + GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461) [haochen]
    + GPU Calc: Support nested formula of string compared in AND formula. [haochen]
    + GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxx [haochen]
    + GPU Calc:Fixed style&error problem [haochen]
    + group OutputDevice masking functions together in outdev.hxx [Chris Sherlock]
    + hack to for now work around dpy == null crashing CppunitTest_chart2_* [Stephan Bergmann]
    + handle (SAXParse-)Exception that can't pass getAllRelationships (fdo#78949) [Stephan Bergmann]
    + handle all-space corner case [Stephan Bergmann]
    + handle bad SwWW8ImplReader::GetCol input [Stephan Bergmann]
    + handle brightness+contrast from msoffice (bnc#875713) [Luboš Luňák]
    + handle cell formats correctly during sort. [Kohei Yoshida]
    + handle CTFontCreatePathForGlyph failure [Stephan Bergmann]
    + handle GetTextBreak returning -1 [Stephan Bergmann]
    + handle non-initialized pImplSVData in InitAppFontData [Chris Sherlock]
    + handle properly page breaks even if a page contains only a frame (fdo#55381) [Luboš Luňák]
    + handle reordering of row hidden and filtered flags during sort. [Kohei Yoshida]
    + handle sorting of broadcasters correctly. [Kohei Yoshida]
    + handle tarballs w/ and w/out checksum together [David Tardon]
    + handle w:gridBefore by faking cells (fdo#38414) [Luboš Luňák]
    + hard to distinguish selected from mouseover (rhbz#1096295) [Caolán McNamara]
    + have CellValues handle text attribute values as well. [Kohei Yoshida]
    + have ChartView keep the instance of GL3D chart object between rendering. [Kohei Yoshida]
    + hide OpenGLWindow in normal charts [Markus Mohrhard]
    + hmm, need a rethink on these exceptions [Caolán McNamara]
    + hopefully all places are now correct for the picking [Markus Mohrhard]
    + hrc and src files: squeeze multiple newlines [Thomas Arnhold]
    + hrc files should have hrc suffix [Thomas Arnhold]
    + huge hrc and src file cleanup [Thomas Arnhold]
    + hwpfilter: sal_Bool->bool [Noel Grandin]
    + I don't need this anymore. [Kohei Yoshida]
    + I see no reason why <stdlib.h> would be needed on OS X [Tor Lillqvist]
    + I should check for NULL here. [Kohei Yoshida]
    + I think we don't need to register the 'child windows' for non-desktop [Tor Lillqvist]
    + i18npool: sal_Bool->bool [Noel Grandin]
    + icon redux 01: Tidy hicontrast icons [Andrew]
    + icon Redux 02: Optimised Galaxy theme [Andrew]
    + icon Redux 02: Optimised Sifr theme [Andrew]
    + ICU has been bumped to 53 [Tor Lillqvist]
    + idl: fix some include guards [Thomas Arnhold]
    + idl: remove external header guards [Thomas Arnhold]
    + idl: sal_Bool->bool [Noel Grandin]
    + if available, use ext. dimensions for non-placable WMF (fdo#77089) [Tomaž Vajngerl]
    + if font width 0, pass 0 - don't take it from font metric (fdo#77089) [Tomaž Vajngerl]
    + if we don't want lpsolve we don't want lpsolve [Tor Lillqvist]
    + if you intend DAVException to appear as a std::exception, then say so [Stephan Bergmann]
    + ignore legacy OpenOffice.org-*-version, when a LibreOffice-*-version is given [Bjoern 
Michaelsen]
    + ignore overlayed monitors with co-incident origin. (fdo#78799) [Michael Meeks]
    + implement "fill single edit" mode and map it to Ctrl-' by default. [Kohei Yoshida]
    + implement new struct and shaders for picking [Markus Mohrhard]
    + ImplSVEvent::mnEvent is always zero [Stephan Bergmann]
    + ImplSVEvent::mpLink is never null [Stephan Bergmann]
    + improper use of negative value (coverity#982701, coverity#736101, coverity#736092, 
coverity#736091, coverity#705435, coverity#1169835, coverity#736102, coverity#736100) [Caolán 
McNamara]
    + improve command line handling, don't read stdin [Tor Lillqvist]
    + improve help message for --with-locales [Tor Lillqvist]
    + improve some spelling and grammar [Noel Grandin]
    + improve TabBar return types [Noel Grandin]
    + improve the text rendering a bit [Markus Mohrhard]
    + improve the text rendering a little bit more [Markus Mohrhard]
    + in fact InitMenuClipRegion() is unused [Tor Lillqvist]
    + include <errno.h> [Tor Lillqvist]
    + include parentheses replacement in functions' formula data, (fdo#75264) [Eike Rathke]
    + include sal/log.hxx here [Matúš Kukan]
    + include tools/helpers.hxx to allow the use of FRound in outdev/rect.cxx [Chris Sherlock]
    + indent svapp.hxx functions [Chris Sherlock]
    + initial size of OpenGL3DRenderer [xukai]
    + initialization of light [xukai]
    + initialize drawing layer when the document contains notes. (fdo#78054) [Kohei Yoshida]
    + initialize variables in initializer list [Markus Mohrhard]
    + insertfloatingframe.ui: increase spacing [Thomas Arnhold]
    + integrate the date time tests [Markus Mohrhard]
    + interface with COMBOBOX_... instead of LISTBOX_... [Eike Rathke]
    + intern strings for hybrid strings during import. (fdo#77990) [Kohei Yoshida]
    + introduce a new boolean flag and use it in lieu of bCompileForFAP. [Kohei Yoshida]
    + introduce centralized detection for storage-based files (fdo#74978, fdo#46310) [Maxim 
Monastirsky]
    + introduce Collada2gltf external library [Zolnai Tamás]
    + introduce OpenCollada external library [Zolnai Tamás]
    + introduce OpenGL3DRenderer object [xukai]
    + introduce OpenGLContext::MakeCurrent for switching between contexts [Zolnai Tamás]
    + introduce osl_createDirectoryWithFlags (fdo#60338) [Stephan Bergmann]
    + introduce picking mode in 3D code [Markus Mohrhard]
    + introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBox [Eike Rathke]
    + io: sal_Bool->bool [Noel Grandin]
    + ISO C++ forbids declaration of ‘rLanguageTag’ with no type [Miklos Vajna]
    + it makes no sense to create object container when no objects are embedded. [Kohei Yoshida]
    + it should not be a warning [Markus Mohrhard]
    + Jan1 or 1Jan without separating character is not date (fdo#34724) [Eike Rathke]
    + jars aren't built without java (fdo#78857) [David Tardon]
    + javaunohelper: sal_Bool->bool [Noel Grandin]
    + jump by Enter key on the Object catalog (i#76558) [Tsutomu Uchino]
    + just IMPL_LINK is just fine [Stephan Bergmann]
    + keep camera calculations out of the rendering code [Markus Mohrhard]
    + keep MSVC happy [Stephan Bergmann]
    + keep only one class for toolbox color controls (fdo#77683, fdo#45671, fdo#73891) [Maxim 
Monastirsky]
    + keep only one instance of CellVert commands [Maxim Monastirsky]
    + keep the list sorted [David Tardon]
    + keywords occur in unquoted context only (fdo#66620) [Eike Rathke]
    + kill DECL_PROP0 and the rest + clean propertyids.hxx [Julien Nabet]
    + kill DECL_PROP1IMPL and related [Julien Nabet]
    + kill DECL_PROP1IMPL and related (ado part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (jdbc part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (kab part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (macab part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (mork part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (mozab part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (odbc part) [Julien Nabet]
    + kill DECL_PROP1IMPL and related (odk part) [Julien Nabet]
    + kill sd::any2bool: cppu::bool2any does the same thing (extracts, or throws). [Jan Holesovsky]
    + kill some old 16 bit column indices [Markus Mohrhard]
    + kill unneeded include. [Andrzej Hunt]
    + less intrusive --disable-database-connectivity change for sw [Tor Lillqvist]
    + let --with-locales prune also built-in collator data [Tor Lillqvist]
    + let us at least try to render the shapes [Markus Mohrhard]
    + let us pass the window to get the size correct [Markus Mohrhard]
    + let us use the new OpenGLWindow [Markus Mohrhard]
    + let's make this non-inline... [Kohei Yoshida]
    + let's not forget to free the SdrOle2Obj instance here. [Kohei Yoshida]
    + let's not handle cut mode here. (fdo#74322) [Kohei Yoshida]
    + let's not skip the first element of a matrix in PRODUCT. (fdo#76663) [Kohei Yoshida]
    + lets drop the custom DescriptionEdit widget [Caolán McNamara]
    + libavmedia.so needs to link to librt under Linux [Jeroen Nijhof]
    + libcmis: WaE: warning C4101: 'e' : unreferenced local variable [Thomas Arnhold]
    + libgltf builds without problems on OS X for me, so let's try enabling it [Tor Lillqvist]
    + libgltf: include is missing from fmod_error_handling patch, merge patches [Zolnai Tamás]
    + libgltf: Make it link with freetype on Windows. [Jan Holesovsky]
    + libgltf: The FPS counting is not necessary in LibreOffice. [Jan Holesovsky]
    + libgltf: Update to the new version. [Jan Holesovsky]
    + libgltf: Updated version. [Jan Holesovsky]
    + libLO: add extension map for draw's formats [Tomaž Vajngerl]
    + libmwaw: --enable-debug when appropriate [Stephan Bergmann]
    + libmwaw: values4003 apparently contains 22 patterns, not 28 [Stephan Bergmann]
    + LibO crashes when in options dialog (Colors part) (fdo#78133, fdo#77934) [Julien Nabet]
    + limit comment width (fdo#68600) [Caolán McNamara]
    + limit the size of the non-placeable WMF image (fdo#74336) [Tomaž Vajngerl]
    + lingucomponent: sal_Bool->bool [Noel Grandin]
    + link to the latest xray version [Luboš Luňák]
    + linux Clang -fsanitize=address does not like -z defs [Stephan Bergmann]
    + LO not able to open/save file when exported multiple times. (fdo#77725) [Ravindra Vidhate]
    + LO was exporting corrupt docx file. (fdo#78654) [sushil_shinde]
    + locale data for Moore in Burkina Faso [mos-BF], (fdo#78647) [David Delma]
    + log also the size [Tor Lillqvist]
    + logically dead code (coverity#735474, coverity#735464, coverity#735403, coverity#735487, 
coverity#735484, coverity#735486, coverity#704340, coverity#735483, coverity#735545, 
coverity#1209146, coverity#735546, coverity#735401, coverity#735523, coverity#704339, 
coverity#735443, coverity#1209298, coverity#704283, coverity#1209186, coverity#735482, 
coverity#704338, coverity#735404, coverity#735420) [Thomas Arnhold, Caolán McNamara]
    + looser throw specifier for virtual webdav_ucp::DAVException::~DAVException() [Tor Lillqvist]
    + loplugin:bodynotinblock [Stephan Bergmann]
    + loplugin:implicitboolconversion [Stephan Bergmann]
    + loplugin:implicitboolconversion,literaltoboolconversion [Stephan Bergmann]
    + loplugin:literaltoboolconversion [Matúš Kukan]
    + loplugin:passsequencebyref [Stephan Bergmann]
    + loplugin:passstringbyref [Stephan Bergmann]
    + loplugin:sallogareas [Stephan Bergmann]
    + loplugin:saloverride [Stephan Bergmann]
    + loplugin:unreffun [Stephan Bergmann, Matúš Kukan]
    + loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef. [Andrzej Hunt]
    + lost closing brace [Stephan Bergmann]
    + lotuswordpro: sal_Bool->bool [Noel Grandin]
    + lsan: fix memory leak [Markus Mohrhard]
    + lsan: fix memory leak in conditio.cxx [Markus Mohrhard]
    + lsan: fix memory leak in xmlbodyi.cxx [Markus Mohrhard]
    + lsan: mpFontCharMap double-add-ref, never released [Caolán McNamara]
    + lwp: remove using namespace css from headers [Thomas Arnhold]
    + lwp: remove using namespace std from headers [Thomas Arnhold]
    + m_bOwnershipIsWellKnown is unused [Caolán McNamara]
    + macro selector: let it expand, too [Thomas Arnhold]
    + mail Merge: reset cursors after clearing document (fdo#77720) [Michael Stahl]
    + make 'Unicode' less-attractive to pick vs UTF-8 [Caolán McNamara]
    + make a separate method to detemine if an opcode is a jump command. [Kohei Yoshida]
    + make all SvtLanguageTable non-static methods private [Eike Rathke]
    + make assertion failures in CppunitTest_sal_rtl_textenc more informative [Tor Lillqvist]
    + make CoinMP build for Android [Tor Lillqvist]
    + make CoinMP build for iOS [Tor Lillqvist]
    + make DISABLE_DYNLOADING on Android happy, related (fdo#77071) [Eike Rathke]
    + make external/python3 play well with -fsanitize=address [Stephan Bergmann]
    + make it actually work to build GLEW for debugging [Tor Lillqvist]
    + make it compile with Apple's Clang and libc++ [Tor Lillqvist]
    + make it possible to do 'make -C sw/' even with builddir!=srcdir [Luboš Luňák]
    + make local function static [Luboš Luňák]
    + make OGLFrameGrabber work [Zolnai Tamás]
    + make OutputDevice::DrawTransformedBitmapEx a public function [Chris Sherlock]
    + make reproducer document more minimal (fdo#71834) [Miklos Vajna]
    + make signing depend on slowchecks being done [Christian Lohmaier]
    + make starmath german-comment-free. [Thorsten Behrens]
    + make sure KFileDialog does not leave the SolarMutex released [Luboš Luňák]
    + make sure to dispose services supporting the XComponent protocol [Stephan Bergmann]
    + make sure to ignore trailing empty rows in all places. [Kohei Yoshida]
    + make SvDetachedEventDescriptor::hasByName return bool [Noel Grandin]
    + make testcase minimal (fdo#78659, fdo#77725) [Miklos Vajna]
    + make the chart patch warning free and more clean-up [Markus Mohrhard]
    + make the MacAVF code build also as 32-bit [Tor Lillqvist]
    + make the new 3D OpenGL chart renderer compile [Markus Mohrhard]
    + make these non inline. [Kohei Yoshida]
    + make TryDrawPolyLineDirect a public function of OutputDevice [Chris Sherlock]
    + manage breakpoints: expand list if dialog gets resized [Thomas Arnhold]
    + many spelling fixes: directories a* - g*. [Pedro Giffuni]
    + many spelling fixes: directories h* - p*. [Pedro Giffuni]
    + many spelling fixes: directories r* - z*. [Pedro Giffuni]
    + many spelling fixes: directory qadevOOo. [Pedro Giffuni]
    + many spelling fixes: some more files. [Pedro Giffuni]
    + match month and day name word instead of substring (fdo#41166) [Eike Rathke]
    + max huffman code word len is 31 (coverity#1202751) [Caolán McNamara]
    + mem leak in OutDevStackState [Caolán McNamara]
    + merge the tarball lists [David Tardon]
    + merge tworect.cxx with rect.cxx and rename functions [Chris Sherlock]
    + mingw: fix delivery of gcc libs [David Tardon]
    + mingw: fix use of jawt [David Tardon]
    + minor optimizations on OUStrings [Matteo Casalin]
    + minor OUString optimization [Matteo Casalin]
    + minor utl::TempFile clean up [Stephan Bergmann]
    + mismatch alloc/dealloc [Julien Nabet]
    + missing `)' [David Tardon]
    + missing const [Stephan Bergmann]
    + missing include [Stephan Bergmann]
    + misspelled property in SwAuthenticationSettingsDialog (seperate => separate) [Chris Laplante]
    + mixing build path and host exec. name doesn't work [David Tardon]
    + mixup (Left->Top) in Rectangle construction (fdo#78603) [Tomaž Vajngerl]
    + modify existing test to cover the reported scenario. (fdo#77056) [Kohei Yoshida]
    + modify the coordinate system to world coordinate system [weigao]
    + monkey see, monkey do? [Stephan Bergmann]
    + more --disable-database-connectivity work [Tor Lillqvist]
    + more 3D rendering fixes [Markus Mohrhard]
    + more consistent whitespace here. [Jan Holesovsky]
    + more fix [Julien Nabet]
    + more hacking on --disable-database-connectivity [Tor Lillqvist]
    + more hacking on --with-locales [Tor Lillqvist]
    + more sal_Int32 to sal_uInt32 and simplification [Markus Mohrhard]
    + more SvxLanguageBoxBase interfacing [Eike Rathke]
    + more type correctness in new code [Markus Mohrhard]
    + more warnings related to glTF rendering [Zolnai Tamás]
    + most certainly == was meant [Eike Rathke]
    + move #include from middle of file to top [Chris Laplante]
    + move a few more headers that are included only in sfx2 to sfx2 [Tor Lillqvist]
    + move all the 3D rendering code into an own class [Markus Mohrhard]
    + move bitmap functions in header, warn if calling GetBitmap() in Printer [Chris Sherlock]
    + move boost rng wrapper from sc to comphelper [Thomas Arnhold]
    + move cell notes too when sorting. [Kohei Yoshida]
    + move DownsizeBitmap from gdi/print2.cxx to outdev/bitmap.cxx [Chris Sherlock]
    + move DrawImage function location in outdev.hxx [Chris Sherlock]
    + move function searching for a readline directly to SwRedlineTbl [Luboš Luňák]
    + move GetActiveClipRegion code into Window (fdo#74702) [Chris Sherlock]
    + move glm operator<< for debugging to OpenGLHelper [Markus Mohrhard]
    + move headers included only in svtools to svtools [Tor Lillqvist]
    + move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/* [Tor Lillqvist]
    + move headers included only in svx itself from include/svx to svx/inc [Tor Lillqvist]
    + move ImplInitAppFontData from Window to Application [Chris Sherlock]
    + move ImplInitAppFontData from Window to Application (take 2) [Chris Sherlock]
    + move ImplInitClipRegion Window code out of OutputDevice (fdo#74702) [Chris Sherlock]
    + move INetContentTypes::scan() to INetMIME::scanContentType() [Chr. Rossmanith]
    + move OutputDevice clipping functions into own file [Chris Sherlock]
    + move ResArray into SvtLanguageTableImpl [Eike Rathke]
    + move the declaration to the top of the file [Markus Mohrhard]
    + move the renderToFile function to the helper to avoid the context [Markus Mohrhard]
    + move the test to slowcheck [Markus Mohrhard]
    + move this function object to o3tl. [Kohei Yoshida]
    + move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxx [Chris Sherlock]
    + move VCL function SetAntialiasing outdev.cxx [Chris Sherlock]
    + mpTextRangeOverlay might not exist [Caolán McNamara]
    + my best attempt at positioning text objects. [Kohei Yoshida]
    + need to transform dash length / dot length / distance (fdo#74336) [Tomaž Vajngerl]
    + need vclopengl now [Tor Lillqvist]
    + need zlib because of collada2gltf [Tor Lillqvist]
    + negative loop bound (coverity#982735) [Caolán McNamara]
    + new --disable-runtime-optimizations [Stephan Bergmann]
    + new method SortReorderByRow() for the new row-based reordering. [Kohei Yoshida]
    + new wildcard in autocorrection: .* instead of * (fdo#77603) [László Németh]
    + nitpick: avoid triple redirection inside loop, related (fdo#75264, fdo#12345) [Eike Rathke]
    + nMemUsage is always MAX_MEM_USAGE [Stephan Bergmann]
    + no fpicker needed for non-DESKTOP surely? [Tor Lillqvist]
    + no framebuffer support needed anymore [Markus Mohrhard]
    + no lcms2d.dll nowadays, there is only lcms2.dll [Matúš Kukan]
    + no matching function for call to 'scale(const float&, const float&, int)' [Miklos Vajna]
    + no more SetCompileForFAP().  Use respective flag setting methods instead. [Kohei Yoshida]
    + no need for that using statement [Markus Mohrhard]
    + no need for XShape dumping (for unit testing) for non-desktop [Tor Lillqvist]
    + no need of else after a return [Matteo Casalin]
    + no need to add -lrt for a static library. [Matúš Kukan]
    + no need to call clear before destryozing a vector [Markus Mohrhard]
    + no need to insert entries here for date members. (fdo#78786) [Kohei Yoshida]
    + no need to set LD_LIBRARY_PATH for xpdfimport [Stephan Bergmann]
    + no need to store these text objects separately. [Kohei Yoshida]
    + no need to store updated formulas in undo document when moving. (fdo#77944) [Kohei Yoshida]
    + no need to use/store those OUStrings [Matteo Casalin]
    + no reason that this is a member variable [Markus Mohrhard]
    + no reason to avoid CoinMP for Android and iOS [Tor Lillqvist]
    + non-virtual destructor (coverity#1210401) [Caolán McNamara]
    + normalize member var. names [David Tardon]
    + now these temporary SvtLanguageTable instances are moot [Eike Rathke]
    + now these two methods are unused. [Kohei Yoshida]
    + nVerticesPos starts off six bytes into aVertices.pBuf [Stephan Bergmann]
    + o3tl::default_deleter->boost::checked_deleter [Caolán McNamara]
    + obey --with-locales here, too [Tor Lillqvist]
    + odbc: clean up SQL conformance level tests [Lionel Elie Mamane]
    + odd that apparently these only are checked in non-opt mode [Caolán McNamara]
    + ODF filters: fallback glTF model to bitmap for older versions [Zolnai Tamás]
    + ODS load perf: 7% of the time re-creating sheet name strings. [Michael Meeks]
    + ODS load perf: avoid excessive calls to uppercase to compare tab names. [Michael Meeks]
    + ODS load perf: don't allocate temporary strings un-necessarily [Michael Meeks]
    + ODS load perf: transfer ownership of the ScTokenArray to save cycles. [Michael Meeks]
    + OGFrameGrabber: use a BGRA buffer [Zolnai Tamás]
    + OGLPlayer: comment out gltf_animation_get_time [Zolnai Tamás]
    + OGLPlayer: fix playing of animation in edit mode [Zolnai Tamás]
    + OGLPlayer: no sound of OpenGL models [Zolnai Tamás]
    + OGLPlayer: set a timer which call redrawing to show animation [Zolnai Tamás]
    + OGLPlayer: use libgltf methods for playing 3D animation [Zolnai Tamás]
    + OGLWindow: First try to rotate camera [Zolnai Tamás]
    + OGLWindow: fix key capturing issue [Zolnai Tamás]
    + OGLWindow: improve camera movement, make it faster [Zolnai Tamás]
    + OGLWindow: move camera only when one of the key candidates is pressed [Zolnai Tamás]
    + OGLWindow: remove event listeners also when window is disposed [Zolnai Tamás]
    + OGLWindow: set pos and size values even it is invisible [Zolnai Tamás]
    + OGLWindow: use update function for redrawing. [Zolnai Tamás]
    + one more -Werror=parentheses [Tor Lillqvist]
    + one more step to picking based rendering [Markus Mohrhard]
    + only send mouse events if the window is visible [Markus Mohrhard]
    + oox custom shape preset data: fix typo in parsing awt::Size [Miklos Vajna]
    + oox: always save all kinds of 3d effects to the grab bag. [Jacobo Aragunde Pérez]
    + oox: clean up customshapes README and data generator [Miklos Vajna]
    + oox: Code protection against empty effects [Jacobo Aragunde Pérez]
    + oox: don't try to set Writer-specific properties on non-TextFrames... [Miklos Vajna]
    + oox: drop using from header [Thomas Arnhold]
    + oox: generatePresetsCXX -> generatePresetsData [Miklos Vajna]
    + oox: Integrate Shape3DProperties and Scene3DPropertiesContext [Jacobo Aragunde Pérez]
    + oox: prepare for importing a TextBox property on shapes [Miklos Vajna]
    + oox: preserve camera rotation on shape 3D effects. [Jacobo Aragunde Pérez]
    + oox: preserve scene3d/camera effects on shapes. [Jacobo Aragunde Pérez]
    + oox: preserve scene3d/lightRig effects on shapes. [Jacobo Aragunde Pérez]
    + oox: remove now unused helper methods (generated code used them in the past) [Miklos Vajna]
    + oox: remove using namespace from headers [Thomas Arnhold]
    + oox: sal_Bool->bool [Noel Grandin]
    + oox: syntax fix: wrong index [Jacobo Aragunde Pérez]
    + oox: unused CustomShapeProvider [Miklos Vajna]
    + oox: Use references to prevent unnecessary object copies [Jacobo Aragunde Pérez]
    + ooxml: fix cell theme color and shade preservation [Jacobo Aragunde Pérez]
    + ooxml: Preserve blur effect on shapes. [Jacobo Aragunde Pérez]
    + ooxml: Preserve effects on pictures [Jacobo Aragunde Pérez]
    + ooxml: Preserve glow effect on shapes. [Jacobo Aragunde Pérez]
    + ooxml: Preserve inner shadow effect on shapes. [Jacobo Aragunde Pérez]
    + ooxml: Preserve outer shadow effect on shapes. [Jacobo Aragunde Pérez]
    + ooxml: Preserve reflection effect on shapes. [Jacobo Aragunde Pérez]
    + ooxml: Preserve shape 3d effects: extrusion and contour colors [Jacobo Aragunde Pérez]
    + ooxml: Preserve shape 3d effects: material [Jacobo Aragunde Pérez]
    + ooxml: Preserve shape 3d effects: top and bottom bevel [Jacobo Aragunde Pérez]
    + ooxml: Preserve shape 3d effects: z, contour and extrusion [Jacobo Aragunde Pérez]
    + ooxml: Preserve shape effects when there's more than one [Jacobo Aragunde Pérez]
    + ooxml: Preserve soft edge effect on shapes. [Jacobo Aragunde Pérez]
    + openGL: More debug info. [Jan Holesovsky]
    + OpenGLContext: destroy context [Zolnai Tamás]
    + OpenGLContext: More error handling. [Jan Holesovsky]
    + OpenGLContext: Provide all data for SystemChildWindow creation. [Zolnai Tamás]
    + OpenGLContext: use generateWinData inside window initialization [Zolnai Tamás]
    + OpenGLContext: Use the right window handle on Windows. [Jan Holesovsky]
    + OpenGLHelper: extract BGRA buffer -> BitmepEx conversion [Zolnai Tamás]
    + operands don't affect result (coverity#1202771) [Caolán McNamara]
    + optimize autofilter item filling for non-tree items. (fdo#75058) [Kohei Yoshida]
    + orcus autofilter import, implement the interface [Markus Mohrhard]
    + osl_openFilePath is internal sal/osl/unx functionality [Stephan Bergmann]
    + osl_openMemoryAsFile is internal, Android-only functionality [Stephan Bergmann]
    + OUString -> OString [Stephan Bergmann]
    + OUString: avoid concatenated appends and temporaries [Matteo Casalin]
    + OUString: avoid OUStringBuffer, concatenated appends and temporaries [Matteo Casalin]
    + OUString: avoid temporaries and concatenated appends [Matteo Casalin]
    + OUString: avoid temporaries and concatenated appends, constify [Matteo Casalin]
    + OUString: avoid temporaries and concatenations [Matteo Casalin]
    + OUString: avoid temporaries and constify [Matteo Casalin]
    + OUString: constify and avoid temporaries [Matteo Casalin]
    + OUString: constify, avoid temporaries and concatenated appends [Matteo Casalin]
    + OUString: reduce temporaries and constify [Matteo Casalin]
    + OUString: remove temporaries and concatenated appends, constify [Matteo Casalin]
    + OUString: remove temporaries and constify [Matteo Casalin]
    + OUString: use startsWith, plus minor optimization [Matteo Casalin]
    + out-of-bounds read (coverity#1213254) [Caolán McNamara]
    + outdev/bitmap.cxx: remove unnecessary headers, fix SAL_WARN_IF statement [Chris Sherlock]
    + OutputDevice::AcquireGraphics should be protected, not public [Chris Sherlock]
    + overline attribute needs special treatment as well. (fdo#75056) [Kohei Yoshida]
    + p is for pointers. [Kohei Yoshida]
    + package: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + package: sal_Bool->bool [Noel Grandin]
    + page break exported as section break if different 1st page is set (fdo#77890) [umeshkadam]
    + PAGEBREAK In first paragraph was not rendered and exported. (fdo#77727) [sushil_shinde]
    + parse warning (coverity#1213270, coverity#1209760) [Caolán McNamara]
    + pass large objects by const reference and not by value [Markus Mohrhard]
    + pass shape dimensions to graphicfilter for WMF (fdo#77089) [Tomaž Vajngerl]
    + pass toolbar context menu commands to toolbar for handling. (fdo#75489) [Andrzej Hunt]
    + past-the-end iterator (fdo#78838) [Julien Nabet]
    + patching libgltf: shader character buffers are used as c strings [Zolnai Tamás]
    + PDF Import: add dashes support (fdo#78241) [Vort]
    + PDF Import: add opacity support for fill and stroke (fdo#78382) [Vort]
    + PDF Import: Fix importing of JPEG images (fdo#71217) [Vort]
    + PDF Import: fix incorrect transformation matrix writing (fdo#78549) [Vort]
    + PDF Import: get font's ascent value from different source (fdo#78689) [Vort]
    + PDF Import: Improve detection of bold italic font (i#78427, fdo#78427) [Vort]
    + PDF Import: Use absolute positions in svg:d parameter (fdo#78075) [Vort]
    + perhaps this will prevent the crash ? (fdo#75971) [Kohei Yoshida]
    + picture inside SmartArt changes after RT (fdo#77718) [umeshkadam]
    + populate "Load URL" dropdown from picklist. (fdo#72006) [Andrzej Hunt]
    + postwin.h handles OPTIONAL already [Thomas Arnhold]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errors [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 [Julien Nabet]
    + prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 [Julien Nabet]
    + prefer makefile-gmake-mode [Takeshi Abe]
    + prefer OUString concatenation to OUStringBuffer [Matteo Casalin]
    + prevent access to uninitialized variables [Markus Mohrhard]
    + prevent deadlocks between main thread and other thread processing a Qt event [Luboš Luňák]
    + prevent duplicated redline accept/reject spellcheck popup items [Luboš Luňák]
    + prevent false positive configure check under Clang -fsanitize=address [Stephan Bergmann]
    + prewin.h handles WB_LEFT and WB_RIGHT already [Thomas Arnhold]
    + prewin.h includes windows.h [Thomas Arnhold]
    + print the important failure messages on iOS even in a non-debug build [Tor Lillqvist]
    + problem with a check define somewhere in MacOSX [Caolán McNamara]
    + provide bar color for 3D OGL chart [Markus Mohrhard]
    + provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex() [Eike Rathke]
    + provide the click event to chart2 [Markus Mohrhard]
    + provide the OpenGL window [Markus Mohrhard]
    + put category and data series names into the shape collection. [Kohei Yoshida]
    + put updated formula cells into undo document. (fdo#77944) [Kohei Yoshida]
    + pyuno: fix warnings with system python 3.4.0 [Thomas Arnhold]
    + pyuno: sal_Bool->bool [Noel Grandin]
    + query script invocation from the current frame... (i#113481) [Tsutomu Uchino]
    + quick fix for inheritance problems [Markus Mohrhard]
    + random number generation weak with Rnd in BASIC (fdo#70474) [Thomas Arnhold]
    + re-compile tokens when named range is updated. (fdo#77728) [Kohei Yoshida]
    + re-work sort by column to get it to do the right thing. (fdo#78079) [Kohei Yoshida]
    + rearrange function locations in outdev.hxx and outdev/clipping.cxx [Chris Sherlock]
    + rearrange outdev.cxx functions, et al. [Chris Sherlock]
    + rearrange OutputDevice line functions [Chris Sherlock]
    + rearrange OutputDevice's gradient functions [Chris Sherlock]
    + rearrange VCL OutputDevice bitmap functions [Chris Sherlock]
    + recent documents: Access the mutex directly. [Jan Holesovsky]
    + recent documents: Add possibility to remove individual documents. [Jan Holesovsky]
    + recent documents: Don't assign the same values twice. [Jan Holesovsky]
    + recent documents: Doxygenize & make the comments a bit less useless. [Jan Holesovsky]
    + recent documents: Kill some copy'n'paste. [Jan Holesovsky]
    + recent documents: Kill useless comments. [Jan Holesovsky]
    + recent documents: Various minor cleanups. [Jan Holesovsky]
    + record patch upstream notification [Stephan Bergmann]
    + reduce scope [Matteo Casalin]
    + reduce scope and simplify [Matteo Casalin]
    + refactor IDocumentSettingAccess Interface of SwDoc [anuragkanungo]
    + refactor to decrease the amount of copypasta [David Tardon]
    + reference can be removed [Julien Nabet]
    + register OpenGL windows to ScGridWindow upon file load. [Kohei Yoshida]
    + related [None] as only possible choice in lists (fdo#77874) [Julien Nabet]
    + related Create missing temp file dir with user's original umask (fdo#60338) [Stephan Bergmann]
    + related do not call umask(3) in a MT program (fdo#60338) [Stephan Bergmann]
    + related Do not use umask(3) in a MT program (fdo#60338) [Stephan Bergmann]
    + related GtkFrame has additional padding (fdo#78323) [Thomas Arnhold]
    + related Restrictive open mode flags for tempfile w/o calling umask (fdo#60338) [Stephan 
Bergmann]
    + related Setting umask for osl::Directory::open is useless (i#46469, fdo#60338) [Stephan 
Bergmann]
    + related: application of index entry template patterns (i#124451) [Oliver-Rainer Wittmann]
    + related: ask pstoedit to mark out the bounding box (fdo#64161) [Caolán McNamara]
    + related: center scaled comment page vertically (fdo#36815) [Caolán McNamara]
    + related: clip overlarge comment contents (fdo#36815) [Caolán McNamara]
    + related: disable promote or demote outline levels in master view (fdo#78151) [Caolán McNamara]
    + related: don't paint anim. effect icon (rhbz#1071604) [David Tardon]
    + related: english doesn't put a space between numbers and percent (i#56998) [Thomas Arnhold]
    + related: fix 'pIds unsorted' warning (fdo#78151) [Caolán McNamara]
    + related: GetSdrPageView can return NULL (rhbz#1091111) [Caolán McNamara]
    + related: give empty constructed default font a default height (i#124686) [Armin Le Grand]
    + related: lighter ruler default color (fdo#72142) [Caolán McNamara]
    + related: pstoedit not writing file until its closed (fdo#64161) [Caolán McNamara]
    + related: Remove Allocator from sal, too (i#124896) [Thomas Arnhold]
    + related: remove obsoleted pq_allocator.hxx (i#124896) [Caolán McNamara]
    + related: reset the cache timeout on GetGraphic (fdo#50697) [Caolán McNamara]
    + related: RTF import: RTFValue::equals: compare attribute content (fdo#77600) [Miklos Vajna]
    + related: slide restarter should disable auto-exit (rhbz#1032774) [Caolán McNamara]
    + related: Writer crashes when running Mail Merge Wizard (fdo#77720) [Julien Nabet]
    + remove C11ism [Julien Nabet]
    + remove commented out line [Thomas Arnhold]
    + remove commented out translations from src file [Thomas Arnhold]
    + remove comments why a file gets included [Thomas Arnhold]
    + remove compiler warnings. [Kohei Yoshida]
    + remove dead code [Noel Grandin, Julien Nabet]
    + remove dead code in SW [Noel Grandin]
    + remove dead code SwAccessibleField [Noel Grandin]
    + remove dead SvxDialogDll class [Thomas Arnhold]
    + remove dead SvxPopupWindowTbxMgr definition [Stephan Bergmann]
    + remove dead test code [Stephan Bergmann]
    + remove debug output [Markus Mohrhard]
    + remove external header guards [Thomas Arnhold]
    + remove extraneous line from DrawBitmap [Chris Sherlock]
    + remove framebuffer objects [Markus Mohrhard]
    + remove global variable [Markus Mohrhard]
    + remove globally disabled warnings from source files [Thomas Arnhold]
    + remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDevice [Chris Sherlock]
    + remove legacy svheader.hxx [Thomas Arnhold]
    + remove missing sc.hrc [Thomas Arnhold]
    + remove more unnecessary typedefs [Markus Mohrhard]
    + remove nonsensical code (i#79214) [Stephan Bergmann]
    + remove obsolete comment [Thomas Arnhold]
    + remove obsolete Ubuntu names (pre 10.04 LTS) [Bjoern Michaelsen]
    + remove odd hack [Thomas Arnhold]
    + remove old comment [Thomas Arnhold]
    + remove one more zero byte hrc [Thomas Arnhold]
    + remove OPENGL_SCALE_VALUE that makes no sense without XShape [Markus Mohrhard]
    + remove OSL_POSTCOND, prefer SAL_WARN_IF (fdo#43157) [Michaël Lefèvre]
    + remove presys.h and postsys.h [Thomas Arnhold]
    + remove printf statements [Markus Mohrhard]
    + remove scene box that should not be in the renderer [Markus Mohrhard]
    + remove second part of the debug output [Markus Mohrhard]
    + remove some commented out lines from src files [Thomas Arnhold]
    + remove some dodgy defines from the ICGM filter [Noel Grandin]
    + remove some external header guards [Thomas Arnhold]
    + remove some misleading comments [Markus Mohrhard]
    + remove some more bloat [Thomas Arnhold]
    + remove some more external header guards [Thomas Arnhold]
    + remove some useless lines [Thomas Arnhold]
    + remove spurious assert(false) [Stephan Bergmann]
    + remove SvtLanguageTable::AddLanguageTag from this list [Eike Rathke]
    + remove the codes of set camera info to render() [xukai]
    + remove the need for using namespace std; [Markus Mohrhard]
    + remove these unnecessary typedefs [Markus Mohrhard]
    + remove this width request [Maxim Monastirsky]
    + remove ToolBarLayoutManager::implts_createUIElement() [Chris Sherlock]
    + remove uncompiled source files [Thomas Arnhold]
    + remove unimplemented methods from class [Markus Mohrhard]
    + remove unneccessary flag [Markus Mohrhard]
    + remove unnecessary casts [Stephan Bergmann]
    + remove unnecessary DEFAULT_IN/OUT_BUFSIZE macros [Stephan Bergmann]
    + remove unnecessary function ToolbarLayoutManger::implts_createToolBar() [Chris Sherlock]
    + remove unnecessary GZCodec derivation [Stephan Bergmann]
    + remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxx [Chris Sherlock]
    + remove unnecessary whitespaces [Markus Mohrhard]
    + remove unnecessary ZCODEC_DEFAULT macro [Stephan Bergmann]
    + remove unnecessary ZCODEC_DEFAULT_STRATEGY macro [Stephan Bergmann]
    + remove unneeded #include [Matteo Casalin]
    + remove unneeded header [Tor Lillqvist]
    + remove unused AbstractSvxMultiFileDialog class [Thomas Arnhold]
    + remove unused AbstractSvxSearchFormatDialog class [Thomas Arnhold]
    + remove unused basegfx::copySign [Miklos Vajna]
    + remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges [Miklos Vajna]
    + remove unused basegfx::tools::equal [Miklos Vajna]
    + remove unused basegfx::unotools::homMatrixFromMatrix [Miklos Vajna]
    + remove unused code [Markus Mohrhard]
    + remove unused code -SvtLanguageTable::AddLanguageTag [Noel Grandin]
    + remove unused code from TabBar [Noel Grandin]
    + remove unused code from xml detector [Maxim Monastirsky]
    + remove unused header files [Thomas Arnhold]
    + remove unused hrc files [Thomas Arnhold]
    + remove unused jfw_setJRELocations [Stephan Bergmann]
    + remove unused macros [Caolán McNamara]
    + remove unused member variables [Markus Mohrhard]
    + remove unused methods [Markus Mohrhard]
    + remove unused pickingFlg [Markus Mohrhard]
    + remove unused SvxFmConfigWin class [Thomas Arnhold]
    + remove unused variable [Markus Mohrhard]
    + remove unused variables [Markus Mohrhard]
    + remove unused ZCodec::IsFinished [Stephan Bergmann]
    + remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macros [Stephan Bergmann]
    + remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macros [Stephan Bergmann]
    + remove unwanted a11y event on text insertion (fdo#71556) [Jacobo Aragunde Pérez]
    + remove whitespace [Markus Mohrhard]
    + remove wrongly added IsBookmarkable property [Lionel Elie Mamane]
    + removed redundant private methods comments [Hussian Alamri]
    + rename OutputDevice::ImplGetGraphics to GetGraphics [Chris Sherlock]
    + rename SwDBMgr -> SwDBManager. [Jan Holesovsky]
    + rename VCL's ImplInitGraphics to AcquireGraphics [Chris Sherlock]
    + renamed function ImplHatchCmpFnc to HatchCmpFnc [Chris Sherlock]
    + renamed ImplGetDPI(X|Y) to GetDPI(X|Y) [Chris Sherlock]
    + reorganize native control functions in OutputDevice [Chris Sherlock]
    + reorganize outdev.hxx - mainly map functions [Chris Sherlock]
    + reorganize OutputDevice bitmap functions [Chris Sherlock]
    + reorganize OutputDevice hatch functions [Chris Sherlock]
    + replace "Edit Group" with "Enter Group" (fdo#77282) [Laurent Balland-Poirier]
    + replace auto_ptr with boost::scoped_ptr. [Kohei Yoshida]
    + replace RTL_CONTEXT_ macros with SAL_INFO (fdo#63690) [Noel Grandin]
    + replace ZCodec::mbInit with sane enum [Stephan Bergmann]
    + ReportCommands.xcu is localizable (fdo#67112) [Andras Timar]
    + reportdesign: sal_Bool->bool [Noel Grandin]
    + rerender after redrawing of the window [Markus Mohrhard]
    + resolve crashes with ICU 53.1 in locales with collator data, (fdo#77071) [Eike Rathke]
    + resolve memory corruption / crash in Consolidate (fdo#77509) [Eike Rathke]
    + resource leak (coverity#736451, coverity#1213276, coverity#705639, coverity#1213277, 
coverity#1209781, coverity#1213288, coverity#736452) [Chris Sherlock, Caolán McNamara]
    + restore correct repaint after changed value in 3D chart [Markus Mohrhard]
    + retrieve and store broadcasters into data table. [Kohei Yoshida]
    + return 0 in case of matrix consisting of all empty elements. (fdo#77969) [Kohei Yoshida]
    + return an empty string for empty element. (fdo#75397) [Kohei Yoshida]
    + return early once we pushed an error, related (fdo#73148) [Eike Rathke]
    + reuse already set font for interpreting... (i#124686) [Armin Le Grand]
    + revert "basic: fix CDec() crash if string is empty" (i#64348) [Thomas Arnhold]
    + revert "Clean up OSL_ASSERT, DBG_ASSERT" (fdo#43157) [Stephan Bergmann]
    + revert "ensure umask for mkstemp" (CID#705982, CID#705985, fdo#60338) [Stephan Bergmann]
    + revert "fix alpha calculation" [Markus Mohrhard]
    + revert "give empty constructed default font a default height" [Caolán McNamara]
    + revert "Intermediate commit: un-revert last change" [Tor Lillqvist]
    + revert "More --disable-database-connectivity work" [Tor Lillqvist]
    + revert "Move ImplInitAppFontData from Window to Application" [Miklos Vajna]
    + revert "n757419: Hidden/Non-wrapping text." (fdo#62176) [Michael Stahl]
    + revert "need to reset rotation..." (i#116244, fdo#76878) [Andras Timar]
    + revert "need to transform dash length / dot length / distance" (fdo#74336) [Tomaž Vajngerl]
    + revert "Objects having line thickness misplaced while pasting." (fdo#78413, fdo#45260) 
[Andras Timar]
    + revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges" [Tor Lillqvist]
    + revert "remove unused code -SvtLanguageTable::AddLanguageTag" [Eike Rathke]
    + revert "Resource leak" (coverity#736452) [Thomas Arnhold]
    + revert "Revert "temporarily disable failing , (fdo#66617) [Markus Mohrhard]
    + revert "Rewrite Qt4 based nested yield mutex locking." [Luboš Luňák]
    + revert "selected text should be copied in "Replace"" (fdo#78217) [Julien Nabet]
    + revert "separate rounded corner bar and normal bar rendering" [Markus Mohrhard]
    + revert "startcenter: react on mouse down instead" [Maxim Monastirsky]
    + revert "sw: disable failing checks" [Stephan Bergmann]
    + revert "temporarily disable failing chart2 ChXDiagram RegressionCurves test" [Markus Mohrhard]
    + revert "the color in the toolbar buttons doesn't change." (fdo#77683) [Maxim Monastirsky]
    + revert "Uncaught exception" (coverity#1202903) [Stephan Bergmann]
    + revert "Unchecked return value" (coverity#1209003, fdo#78567) [Jan Holesovsky]
    + revert "VCL: move native widget rendering functions out of OutputDevice" [Chris Sherlock]
    + revert font initialization foo [Caolán McNamara]
    + RFC: add IsValueChangedFromSaved to VCL button and listbox [Noel Grandin]
    + RID_DLG_UPDATE conversion to .ui [sk94]
    + rounding for "fill > random number.." option (fdo#76718) [Tomaž Vajngerl]
    + RTF export: always close URL's before the end of run (fdo#77600) [Miklos Vajna]
    + RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effect [Tor Lillqvist]
    + sal logging: Flush after having written the output. [Jan Holesovsky]
    + sal_Bool -> bool [Jacobo Aragunde Pérez]
    + sal_Bool to bool [Markus Mohrhard]
    + sal_Bool to bool in previous commit [Markus Mohrhard]
    + sal_Int32 ComboBox::InsertEntryWithImage() [Eike Rathke]
    + SAL_INT64_IS_STRUCT is never defined [Thomas Arnhold]
    + sal_uInt16 to int + constify [Matteo Casalin]
    + sal_uInt16 to more proper types + constification [Matteo Casalin]
    + sal_uInt16 to more proper types + constify [Matteo Casalin]
    + sal_uInt16 to sal_Int16 [Matteo Casalin]
    + sal_uInt16 to sal_Int32 and constification [Matteo Casalin]
    + sal_uInt16 to sal_Int32 and constify [Matteo Casalin]
    + sal_uInt16 to sal_Int32/sal_uLong [Matteo Casalin]
    + sal_uInt16 to sal_uInt32/size_t + constify [Matteo Casalin]
    + sal_uInt16 to size_t [Matteo Casalin]
    + sal_uInt16 to size_t + constify [Matteo Casalin]
    + sal_uInt16 to size_t, and constify [Matteo Casalin]
    + sal_uInt16 to size_t/sal_uInt32 + constify [Matteo Casalin]
    + sal_uInt16: constify and reduce scope + int to sal_uInt16 [Matteo Casalin]
    + sal_uInt16: constify and simplify [Matteo Casalin]
    + sal_uInt16: convert to more proper types, constify, avoid unneeded casts [Matteo Casalin]
    + same on both sides (coverity#1209074) [Caolán McNamara]
    + sc - statistics dialog: add more space between IDs [Tomaž Vajngerl]
    + sc ANOVA: add "two factor" and rework "single factor" ANOVA [Tomaž Vajngerl]
    + sc filter: Read "FilterOptions" in HTML export filter [Tomaž Vajngerl]
    + sc html export: cleanup htmlexp.hxx [Tomaž Vajngerl]
    + sc html export: HTML export test fixture & "SkipImages" test [Tomaž Vajngerl]
    + sc html export: Skip all graphic objects at HTML export [Tomaž Vajngerl]
    + sc html export: some more places to skip images [Tomaž Vajngerl]
    + sc html test: dispose xComponent in teardown [Tomaž Vajngerl]
    + sc: add back lost scopencl [Miklos Vajna]
    + sc: Add F-Test to Statistics [Tomaž Vajngerl]
    + sc: Add newLine() convenience method to AddressWalker [Tomaž Vajngerl]
    + sc: F Test - externalize string ("Variable" label) [Tomaž Vajngerl]
    + sc: Fix bunch of tests [Maxim Monastirsky]
    + sc: sal_Bool->bool [Noel Grandin]
    + sc: some cleanup of the alignment panel [Maxim Monastirsky]
    + sc: t-test - actually use "Alpha" parameter in formulas [Tomaž Vajngerl]
    + sc: t-test - refactor to row oriented output & externalise strings [Tomaž Vajngerl]
    + scaddins: sal_Bool->bool [Noel Grandin]
    + scale or map only when EMR_EXTSELECTCLIPRGN action (fdo#72590) [Tomaž Vajngerl]
    + sccomp: sal_Bool->bool [Noel Grandin]
    + script to postprocess linker map files for iOS a bit [Tor Lillqvist]
    + scripting: sal_Bool->bool [Noel Grandin]
    + sd html test: move local vars on top, clean-up [Tomaž Vajngerl]
    + sd html: Support export of any text objects (draw) and groups [Tomaž Vajngerl]
    + sd html: support export of tables for Draw documents [Tomaž Vajngerl]
    + sd: remove using namespace from headers [Thomas Arnhold]
    + sd: sal_Bool->bool [Noel Grandin]
    + sd: Use correct SID instead of 0 [Maxim Monastirsky]
    + sdext, fix sal_Bool->bool conversion [Noel Grandin]
    + sdext: sal_Bool->bool [Noel Grandin]
    + SdGlobalResourceContainer used after delete (rhbz#1032774, rhbz#1091117) [Caolán McNamara]
    + SdrObjCustomShape::GetCustomShapeEngine: aEngine can't be empty at this point [Miklos Vajna]
    + SdStyleSheetPool: de-dent that [Michael Stahl]
    + SdStyleSheetPool: fix numerous regressions when copying in Draw... [Michael Stahl]
    + second test should be DataOutputStream [Stephan Bergmann]
    + section Properties if section starts with table (fdo#75431, fdo#39056) [Vinaya Mandke]
    + selected text should be copied in "Replace" (fdo#78217) [Julien Nabet]
    + send mouse events to the OpenGL window [Markus Mohrhard]
    + separate rounded corner bar and normal bar rendering [Markus Mohrhard]
    + sepcified -> specified. [Jan Holesovsky]
    + sequence::operator[]: let's cast the other side to unsigned too [Michael Stahl]
    + sequence::operator[]: silence -Werror=strict-overflow warnings [Michael Stahl]
    + sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType> [Stephan Bergmann]
    + set border_width to 6 px [Thomas Arnhold]
    + set graphic properties for error bars during import, (fdo#78041) [Markus Mohrhard]
    + set line count of dropdown to 9... (i#27364) [Tsutomu Uchino]
    + set mdds 0.10.3 as the new package requirement. [Kohei Yoshida]
    + set OOo reference version to 4.1 for incompatible MessageBox changes [Bjoern Michaelsen]
    + set the color for the picking [Markus Mohrhard]
    + set the MVP matrix in picking mode [Markus Mohrhard]
    + set the size to context and renderer before rendering [Markus Mohrhard]
    + set the ViewPort even when painting to a MetaFile (fdo#78149) [Michael Stahl]
    + sfx2: remove (likely) accidentally duplicated call (fdo#78536) [Michael Stahl]
    + sfx2: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + sfx2: template dialog: make the am-i-dead-yet check reentrant (fdo#78536) [Michael Stahl]
    + SfxDocumentMetaData: suppress some spurious warnings [Michael Stahl]
    + SfxFilterMatcher: respect requested document service if set (fdo#78742) [Michael Stahl]
    + shell: sal_Bool->bool [Noel Grandin]
    + show the failure message again at the end of the test [Markus Mohrhard]
    + simplify and ensure valid miAutoPosColumn in all cases, related (fdo#78838) [Eike Rathke]
    + simplify GetRowOfPage and GetColOfPage [Matteo Casalin]
    + simplify IsPreviewPosInDocPreviewPage [Matteo Casalin]
    + simplify lcl_xmltble_appendBoxPrefix [Matteo Casalin]
    + simplify logic [Stephan Bergmann]
    + simplify loop [Matteo Casalin]
    + simplify return paths/expressions [Matteo Casalin]
    + simplify sw_GetCellPosition [Matteo Casalin]
    + simplify ternary conditions "xxx ? true : yyy" [Noel Grandin]
    + simplify ternary conditions "xxx ? yyy : false" [Noel Grandin]
    + simplify type detectors [Maxim Monastirsky]
    + since bPut is bool, let's use true/false [Julien Nabet]
    + single line between methods [Hussian Alamri]
    + skip adjustment of row height when all rows have the same height. [Kohei Yoshida]
    + skip reordering of cell formats when whole range is over one pattern entry. [Kohei Yoshida]
    + slideshow/glTF: make sure parent window does not cover the OpenGL window [Zolnai Tamás]
    + slideshow: display OpenGL window also during slideshow [Zolnai Tamás]
    + slideshow: sal_Bool->bool [Noel Grandin]
    + slideshow: update log messages [Zolnai Tamás]
    + slideshow\glTF: add a parent window to the OpenGL window [Zolnai Tamás]
    + small hickup [Markus Mohrhard]
    + so ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after all [Stephan Bergmann]
    + some fixes for positioning problems [weigao]
    + some more %PRODUCTNAME usage [Thomas Arnhold]
    + some more coverity stuff I forgot the ids of [Caolán McNamara]
    + some more hrc cleanup [Thomas Arnhold]
    + some small clean-up in new OGL 3D renderer [Markus Mohrhard]
    + some work into intercepting mouse events in OpenGL window [Markus Mohrhard]
    + sort alphabetically [Maxim Monastirsky]
    + sort ptr_vector using its own sort() method. [Kohei Yoshida]
    + specify linking opts for jawt centrally [David Tardon]
    + speed up find-german-comments [Jeroen Nijhof]
    + speed up find-german-comments: speed up text_cat -s [Jeroen Nijhof]
    + speed up GetFilteredFilterEntries(). (fdo#74650) [Kohei Yoshida]
    + split out the IDocumentDeviceAccess interface of SwDoc. [Valentin Kettner]
    + split ZCodec::BeginCompression param into its 3 independent components [Stephan Bergmann]
    + split ZCodec::ImplInitBuf into InitCompress, InitDecompress [Stephan Bergmann]
    + sprinkle SAL_OVERRIDE [Tor Lillqvist]
    + sprinkle some SAL_OVERRIDE [Tor Lillqvist]
    + sprmids is used only inside sw/source/filter/ww8 [Miklos Vajna]
    + starmath: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + starmath: sal_Bool->bool [Noel Grandin]
    + start with the mode line [Takeshi Abe]
    + startcenter: Add possibility to selectively remove recent documents. [Jan Holesovsky]
    + startcenter: another attempt to fix mouse up issues [Maxim Monastirsky]
    + startcenter: open document on enter key (fdo#78782) [Maxim Monastirsky]
    + startcenter: react on mouse down instead [Maxim Monastirsky]
    + stoc: sal_Bool->bool [Noel Grandin]
    + stop the leak of VDataSeries instances. [Kohei Yoshida]
    + store cell text attribute pointers during initialization. [Kohei Yoshida]
    + strangely obvious leaky code [Caolán McNamara]
    + stray comma [Caolán McNamara]
    + sub Title -> Subtitle [Caolán McNamara]
    + support for DrawingLayre FillStyle for GraphicFrames and ... (i#124638) [Armin Le Grand]
    + support property mapping in new 3D charts [Markus Mohrhard]
    + support sc.slowcheck [Markus Mohrhard]
    + surely std::min was the intent [Caolán McNamara]
    + svtools: sal_Bool->bool [Noel Grandin]
    + svtools: Translated ctrltool.hxx from English to German [Tobias Mueller]
    + svx: Create pixel control (bitmap editing) demo [Chris Sherlock]
    + svx: pixelctl demo - cleanup headers [Chris Sherlock]
    + svx: SvxPixelCtl should never be able to have zero lines [Chris Sherlock]
    + svx: Translated the svdmodel.hxx from German to English [Tobias Mueller]
    + SvxRelativeField: set the unit from the passed stringmap [Michael Stahl]
    + sw doc model dump: improve section format dump [Miklos Vajna]
    + sw doc model dump: show SdrObject::nOrdNum [Miklos Vajna]
    + sw doc model xml dump: handle SwDoc::mpFrmFmtTbl [Miklos Vajna]
    + sw doc model xml dump: include section properties [Miklos Vajna]
    + sw HTML export: fix crash when trying to export new FillAttributes (cp#1000068) [Miklos Vajna]
    + sw html test: missed one class name at renaming [Tomaž Vajngerl]
    + sw test: HtmlExportTest - assert pDoc exists, rename class [Tomaž Vajngerl]
    + sw test: unify names of local variables and move to them to top [Tomaž Vajngerl]
    + sw test: user parent's parseXmlStream method [Tomaž Vajngerl]
    + sw/qa: add missing file for unit test [Jacobo Aragunde Pérez]
    + sw: actually why does this not simply call FlatIndex()? [Michael Stahl]
    + sw: adapt object/picturedialog.ui to FillAttributes [Miklos Vajna]
    + sw: avoid incorrect right shrinking of repaint rectangle (fdo#78444) [Miklos Vajna]
    + sw: check that cells are still alive ... (fdo#57197) [Michael Stahl]
    + sw: Compare Document: fix assertions about RSID-only hints (fdo#74790) [Michael Stahl]
    + sw: disable failing checks [Miklos Vajna]
    + sw: don't dispose SwAccessibles in SwRowFrm::Cut() [Michael Stahl]
    + sw: fix crash on Undo of table row insert on 1-row table (fdo#57197) [Michael Stahl]
    + sw: fix crash on Undo of table row/column insert (fdo#57197) [Michael Stahl]
    + sw: fix indentation in rtfattributeoutput [Miklos Vajna]
    + sw: fix indentation in rtfexport [Miklos Vajna]
    + sw: fix indentation in rtfexportfilter [Miklos Vajna]
    + sw: fix indentation in rtfsdrexport [Miklos Vajna]
    + sw: fix indentation in rtfstringbuffer [Miklos Vajna]
    + sw: fix indentation in rtf{export,import} test [Miklos Vajna]
    + sw: fix indentation in sprmids [Miklos Vajna]
    + sw: hypothetical crashes if last node is not SwTxtNode [Michael Stahl]
    + sw: Insert Section dialog: fix editing of name (fdo#78271) [Michael Stahl]
    + sw: iodetect is not a part of the type detector anymore [Maxim Monastirsky]
    + sw: make CppunitTest_sw_uwriter a slowcheck [Miklos Vajna]
    + sw: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + sw: remove SwFormTokensHelper implementation details from header [Michael Stahl]
    + sw: sal_Bool->bool [Noel Grandin]
    + sw: try to fix a valgrind warning [Michael Stahl]
    + SwapRow() is no more! [Kohei Yoshida]
    + SwFmtCntnt::operator==: most probably bool was intended here [Miklos Vajna]
    + SwFmtCol: rename member variables missing their prefixes [Miklos Vajna]
    + SwFormTokensHelper avoid infinite loop on invalid input (fdo#77308) [Michael Stahl]
    + SwFrmFmts::dumpAsXml: dump which id [Miklos Vajna]
    + SwLayAction: there can be only one, so assert that [Michael Stahl]
    + SwTxtFrm::ManipOfst() requires a valid position (fdo#78153) [Miklos Vajna]
    + SwTxtFrm::Paint: fix missing repaint problem on the left edge (fdo#78608) [Miklos Vajna]
    + SwTxtNode::CopyText(): actually check hints of destination node too [Michael Stahl]
    + SwUndoDelete::RedoImpl(): avoid assert from ~SwIndexReg [Michael Stahl]
    + SwUndoSplitTbl::UndoImpl(): avoid assert from ~SwIndexReg [Michael Stahl]
    + SwViewShell: fix brain-damaged non-virtual CalcLayout() override [Michael Stahl]
    + SwViewShell: try to catch errors of calling CalcLayout without action [Michael Stahl]
    + SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert) [Michael Stahl]
    + table not resizing when rows/columns added to it [Caolán McNamara]
    + table Preferred width in percent is not preserved after RT. (fdo#78325) [YogeshBharate]
    + tags related to checkbox r being written in text tag for sdt cntnt. (fdo#78292) [umeshkadam]
    + take a shortcut on common separating ASCII characters [Eike Rathke]
    + tarballs w/o checksum are no longer "special" [David Tardon]
    + temporarily disable export to ODS due to derailed validator [Eike Rathke]
    + TemporaryContext is no more. [Kohei Yoshida]
    + test for _ssl [Caolán McNamara]
    + test for reference adjustment on column insertion. (fdo#77647) [Kohei Yoshida]
    + test: don't create root element in startDocument() in xmlwriter [Tomaž Vajngerl]
    + test: dump staroffice metafile to XML & XML writer interface [Tomaž Vajngerl]
    + test: move XmlTestTools API documentation to the header [Miklos Vajna]
    + test: parseXmlStream & parseHtmlStream added to test tools [Tomaž Vajngerl]
    + test: write to stream directly in MetafileXmlDump [Tomaž Vajngerl]
    + testcase (cp#1000068) [Miklos Vajna]
    + tests for msoffice brightness+contrast [Luboš Luňák]
    + tests: add XML and HTML test tools to test module [Tomaž Vajngerl]
    + that header was needed in .hxx, remove it from .cxx [Matteo Casalin]
    + that lone acquire() was hopefully just a needless copy/paste [Stephan Bergmann]
    + that's actually a pointer [Maxim Monastirsky]
    + the addfile rule doesn't like to continue on a new line [Christian Lohmaier]
    + the AVFoundation framework appeared in OS X 10.7 [Tor Lillqvist]
    + the AVMedia framework is not deprecated [Tor Lillqvist]
    + the chart root shape has to be at the bottom, (fdo#74333, cp#1000057) [Markus Mohrhard]
    + the color in the toolbar buttons doesn't change. (fdo#77683) [Tomofumi Yagi]
    + the File gets corrupted when saved in LO (fdo#78290) [Bisal Singh Nayal]
    + the language part of the WITH_LOCALE_* macros is lowercase [Tor Lillqvist]
    + the macavf code doesn't compile as 32-bit, sigh [Tor Lillqvist]
    + the opaque PostUserEvent IDs are actually pointers [Stephan Bergmann]
    + the OutDevState dtors are never called [Caolán McNamara]
    + the rendering is working on-screen [Markus Mohrhard]
    + the safety check was a bit too strict, (fdo#77984) [Markus Mohrhard]
    + the static lib does not exist anymore [David Tardon]
    + the temporary context can finally die [Markus Mohrhard]
    + there is no css::uno::Sequence<bool> [Stephan Bergmann]
    + there is no touch_lo_render_windows() any more [Tor Lillqvist]
    + there is nothing "new" with SwNewDBMgr any more [Tor Lillqvist]
    + there is this thing called bool to use for Boolean flags [Tor Lillqvist]
    + there's even a git hook to prevent commits containing SAL_DEBUG (fdo#78971) [Stephan Bergmann]
    + these are not needed. [Kohei Yoshida]
    + these resources should be GLints [Markus Mohrhard]
    + this code is not linked against sal [Stephan Bergmann]
    + this does not need to be a member variable [Markus Mohrhard]
    + this fails to link with mingw [David Tardon]
    + this inheritance is no longer needed [Markus Mohrhard]
    + thoroughly check whether JRE is still present (rhbz#1092589) [Stephan Bergmann]
    + to implement an abstract method:isOpenGLInitialized [xukai]
    + toolbar overflow/context menu: keep ordering and don't discard separator. [Andrzej Hunt]
    + tools: add AsRGBHexString to Color + unit test [Tomaž Vajngerl]
    + translate German comments, fix some ws [Philipp Weissenbacher]
    + translate to English [Caolán McNamara]
    + translate z.Z. [Thomas Arnhold]
    + treat empty cells as if they have a value of 0.0. (fdo#77056) [Kohei Yoshida]
    + trivial cleanups [Caolán McNamara]
    + try a better idea [Markus Mohrhard]
    + try including windows.h for MultiByteToWideChar [Caolán McNamara]
    + try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1 [Tor Lillqvist]
    + try to disable gltf support on mac once more. [Zolnai Tamás]
    + try to fix build [Zolnai Tamás]
    + try to fix Mac build [Miklos Vajna]
    + try to fix mac build: use -arch flag to configure freetype [Zolnai Tamás]
    + try to zoom into a bar when clicked.  For now we hardcode the object ID of 1. [Kohei Yoshida]
    + try without std::back_inserter. Some tinderboxes don't like that. [Kohei Yoshida]
    + turn this off by default. [Kohei Yoshida]
    + type ahead in lists skips the next entry (fdo#61102) [Caolán McNamara]
    + typo fix [Andras Timar]
    + typo fix: s/temporaer/temporary/ [Tor Lillqvist]
    + typo fixes [Andras Timar]
    + typo: becase -> because [Julien Nabet]
    + typo: depricated->deprecated [Julien Nabet]
    + typo: diferent -> different [Julien Nabet]
    + typo: shoud -> should [Julien Nabet]
    + typos [Julien Nabet, Thomas Arnhold]
    + typos: dfined -> defined + add missing 's' [Julien Nabet]
    + ucb: sal_Bool->bool [Noel Grandin]
    + UI trendline: limit max values of Degree and Period (fdo#77739) [Laurent Balland-Poirier]
    + uncaught exception (coverity#707218, coverity#707477, coverity#983998, coverity#1209903, 
coverity#989726, coverity#1210089, coverity#1213529, coverity#707312, coverity#1209902, 
coverity#707317, coverity#736992, coverity#707371, coverity#737762, coverity#1213526, 
coverity#707380, coverity#989723, coverity#707488, coverity#706282, coverity#1210121, 
coverity#707098, coverity#989724, coverity#736993, coverity#707490, coverity#989725, 
coverity#1210087, coverity#706281, coverity#984006, coverity#1209904, coverity#707474, 
coverity#983996, coverity#1213528, coverity#1213522, coverity#1210130, coverity#1210120, 
coverity#1210088, coverity#707379, coverity#707461, coverity#989721, coverity#1209935, 
coverity#707484, coverity#1210086, coverity#707489, coverity#1210085, coverity#736990, 
coverity#707237, coverity#707478, coverity#707469, coverity#707479, coverity#707475, 
coverity#707088, coverity#1213527, coverity#707476, coverity#1210119, coverity#989722) [Caolán 
McNamara]
    + unchecked dynamic_cast (coverity#1078601, coverity#1209550, coverity#704863, 
coverity#1209592, coverity#704862, coverity#704849, coverity#704855, coverity#1209549, 
coverity#1078575, coverity#704866, coverity#735765, coverity#735892, coverity#704860, 
coverity#1130360, coverity#1213117, fdo#74702, coverity#1158099, coverity#1209591, coverity#704861, 
coverity#704968, coverity#1038298, coverity#704854) [Miklos Vajna, Chris Sherlock, Caolán McNamara]
    + unchecked return value (coverity#703938, coverity#703941, coverity#703939, coverity#1202759, 
coverity#1209003) [Chris Sherlock, Caolán McNamara, Jan Holesovsky]
    + unify utl::TempFile ctors [Stephan Bergmann]
    + uninitialized m_refCount (coverity#708324) [Caolán McNamara]
    + uninitialized pointer (coverity#707714) [Caolán McNamara]
    + uninitialized pointer field (coverity#708645, coverity#738576, coverity#707667, 
coverity#1210200, coverity#707744, coverity#1210201, coverity#738633, coverity#708654, 
coverity#1210185, coverity#707899, coverity#707979, coverity#738636, coverity#708651, 
coverity#738911, coverity#738591, coverity#738811, coverity#1210197, coverity#1210179, 
coverity#707746, coverity#1210186, coverity#738609, coverity#738881, coverity#738855, 
coverity#1210168, coverity#1210189, coverity#1210176, coverity#707966, coverity#707892, 
coverity#1028545, coverity#1210187, coverity#738575, coverity#1210177, coverity#708650, 
coverity#707866, coverity#738902, coverity#1210166, coverity#1130478, coverity#738861, 
coverity#1210196, coverity#1130479, coverity#1210183, coverity#707713, coverity#1210198, 
coverity#707751, coverity#1210193, coverity#738608, coverity#708240, coverity#707740, 
coverity#708306, coverity#1210190, coverity#708321, coverity#738607, coverity#1210188, 
coverity#1210192, coverity#708174, coverity#708513, coverity#1079343, coverity#738786, 
coverity#707976, coverity#708673, coverity#707836, coverity#1210180, coverity#707900, 
coverity#1079327, coverity#707891, coverity#1169880, coverity#708371, coverity#1210202, 
coverity#1210191, coverity#738577, coverity#708727) [Caolán McNamara]
    + uninitialized scalar field (coverity#708576, coverity#1210175, coverity#707841, 
coverity#708565, coverity#708016, coverity#708052, coverity#984128, coverity#1130486, 
coverity#708636, coverity#1210167, coverity#708671, coverity#707665, coverity#738920, 
coverity#708631, coverity#738630, coverity#708090, coverity#708060, coverity#708110, 
coverity#708034, coverity#708032, coverity#707821, coverity#708059, coverity#1210170, 
coverity#738906, coverity#738592, coverity#1210182, coverity#738569, coverity#707994, 
coverity#738903, coverity#1169877, coverity#707784, coverity#708014, coverity#708481, 
coverity#708066, coverity#708516, coverity#708063, coverity#708563, coverity#1210178, 
coverity#707850, coverity#708519, coverity#707758, coverity#708480, coverity#738573, 
coverity#738574, coverity#708340, coverity#708472, coverity#708335, coverity#738741, 
coverity#708627, coverity#708064, coverity#708204, coverity#707849, coverity#708080, 
coverity#708484, coverity#1210194, coverity#708321, coverity#1210195, coverity#1213553, 
coverity#707840, coverity#738825, coverity#1210169, coverity#738843, coverity#707708, 
coverity#708503, coverity#708074, coverity#708017, coverity#708023, coverity#708561, 
coverity#708323, coverity#708078, coverity#984094, coverity#1019408, coverity#984086, 
coverity#708031, coverity#738904, coverity#738590, coverity#738910, coverity#708033, 
coverity#738826, coverity#708545, coverity#1210174, coverity#707858, coverity#984136, 
coverity#708061, coverity#1210184, coverity#708075, coverity#708670, coverity#708038, 
coverity#1169876, coverity#708231, coverity#708020, coverity#984106, coverity#708228, 
coverity#708632, coverity#708543, coverity#708336, coverity#1202962, coverity#708501, 
coverity#707812, coverity#984153, coverity#738907, coverity#738568, coverity#708630, 
coverity#1210173, coverity#708068, coverity#738627, coverity#708629, coverity#708334, 
coverity#708070, coverity#1210172, coverity#708341, coverity#1210181, coverity#708056, 
coverity#708471, coverity#708205, coverity#707996, coverity#1210199, coverity#707832, 
coverity#708055, coverity#708203, coverity#708114, coverity#708522, coverity#708389, 
coverity#738594, coverity#708065, coverity#738909, coverity#707693, coverity#708465, 
coverity#707880, coverity#708207, coverity#708039, coverity#707916, coverity#738625, 
coverity#707666, coverity#708109, coverity#1038495, coverity#708544, coverity#708319, 
coverity#708027, coverity#708229, coverity#984137, coverity#738912, coverity#707848, 
coverity#707854, coverity#707853, coverity#707918) [Caolán McNamara]
    + uninitialized scalar variable (coverity#1210164, coverity#1210163, coverity#1210161) [Caolán 
McNamara]
    + unintentional integer overflow (cid#705542, coverity#705538, coverity#705542, cid#982783, 
coverity#705533, coverity#705541) [Noel Grandin, Caolán McNamara]
    + unnecessary to check for null before delete [Caolán McNamara]
    + unoxml: sal_Bool->bool [Noel Grandin]
    + untabify and remove trailing spaces [Tor Lillqvist]
    + unused DocxSdrExport::get/setFlyFrameGraphic [Miklos Vajna]
    + unused DocxSdrExport::setDrawingOpen() [Miklos Vajna]
    + unused floating window RID_SVXTBX_GRFFILTER [Thomas Arnhold]
    + unused pointer value (coverity#708811, cid#708875, coverity#708847, coverity#708868, 
coverity#708815) [Noel Grandin, Caolán McNamara]
    + unused SwAccessibleMap::FireSectionChangeEvent [Miklos Vajna]
    + unused XFillStyleItem ctor [Miklos Vajna]
    + unused XGradient::VclGradient [Miklos Vajna]
    + unusedcode.easy: remove LWPFilterReader::LWPFilterReader() [Thomas Arnhold]
    + unusedcode.easy: remove SwapWithinGroup [Julien Nabet]
    + update example view for Draw... (i#53447) [Tsutomu Uchino]
    + update filter README and add a new one. [Julien Nabet]
    + update Function Set3DSenceInfo [xukai]
    + update libxmlsec config.* to support ppc64le [David Tardon]
    + update mysqlcppconn url [Thomas Arnhold]
    + update narrow liberation-fonts-ttf to 1.07.4 [Caolán McNamara]
    + update script types of all cells in sort range ahead of time. [Kohei Yoshida]
    + update the method comment and add assertion per what the comment says. [Kohei Yoshida]
    + update wildcards in French autocorrection file [Olivier R]
    + update_pch for chartopengl [Thomas Arnhold]
    + update_pch.sh: ignore a icu header file [Thomas Arnhold]
    + update_pch: add a bunch of pch files [Thomas Arnhold]
    + update_pch: add basegfx [Thomas Arnhold]
    + update_pch: add dba [Thomas Arnhold]
    + update_pch: add lwp [Thomas Arnhold]
    + update_pch: add reportdesign [Thomas Arnhold]
    + update_pch: add svl [Thomas Arnhold]
    + updated core (fdo#70998) [Stanislav Horacek, Thomas Arnhold, Andras Timar, Christian 
Lohmaier, Julien Nabet, Caolán McNamara, David Tardon, László Németh]
    + updated Hungarian autocorrection patterns (with .* wildcards, too) [László Németh]
    + upgrade libgltf [Zolnai Tamás]
    + upgrade to curl-7.36.0 [Thomas Arnhold]
    + upgrade to ICU 53.1, related (fdo#77071) [Eike Rathke]
    + upgrade to jpeg-9a [Thomas Arnhold]
    + upgrade to lcms2-2.6 [Thomas Arnhold]
    + upgrade to libpng-1.5.18 [Thomas Arnhold]
    + upgrade to python-3.3.5 [Thomas Arnhold]
    + upgrade to zlib-1.2.8 [Thomas Arnhold]
    + usa sal_uInt32 instead of sal_Int32 [Markus Mohrhard]
    + use "stop on error" concept rather than "ignore error if true". [Kohei Yoshida]
    + use 70 chars instead of 80 [Caolán McNamara]
    + use a real assert() here [Tor Lillqvist]
    + use after free (coverity#708922, coverity#984442) [Caolán McNamara, Chris Sherlock]
    + use already found result [Stephan Bergmann]
    + use black as text color [Markus Mohrhard]
    + use boost::scoped_ptr for this. [Kohei Yoshida]
    + use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6 (fdo#77893, 
fdo#78612) [Douglas Mencken]
    + use collada2gltf to open .dae files and convert them to .json. [Matúš Kukan]
    + use correct header guard name in comment at #endif [Tor Lillqvist]
    + use correct index to access row arrays, to prevent out-of-range access. [Kohei Yoshida]
    + use css alias in svapp.hxx [Chris Sherlock]
    + use css prefix consistently [Thomas Arnhold]
    + use default argument values [Stephan Bergmann]
    + use FBO for the picking [Markus Mohrhard]
    + use GetRowOfPage [Matteo Casalin]
    + use more proper integer types [Matteo Casalin]
    + use more specific tag [Tor Lillqvist]
    + use new VCL IsValueChangedFromSaved method [Noel Grandin]
    + use OpenGLHelper::GLErrorString() [Tor Lillqvist]
    + use our canonical header guard naming [Tor Lillqvist]
    + use our css prefix to make this readable [Thomas Arnhold]
    + use push_back() for mtv to remove the slow O(n^2) algorithm. [Kohei Yoshida]
    + use rounded corners by default [Markus Mohrhard]
    + use sal_ types for variables with fixed width [Markus Mohrhard]
    + use SAL_N_ELEMENTS to get size of array [Matteo Casalin]
    + use scoped_ptr for this. [Kohei Yoshida]
    + use selected tab page helpid as final fallback (fdo#58170) [Caolán McNamara]
    + use SQL_DEFAULT_TXN_ISOLATION to get getDefaultTransactionIsolation [Julien Nabet]
    + use std::hash:map when building against libstdc++ (and not libc++) [Tor Lillqvist]
    + use SVM (metafile) instead of PNG for diagrams (SmartArt) [Tor Lillqvist]
    + use SvxLanguageBoxBase* in the general routines [Eike Rathke]
    + use the common block position set for start and end listening. (fdo#77806) [Kohei Yoshida]
    + use the mdds storage types directly rather than using CellValues. [Kohei Yoshida]
    + use the module manager to identify the context... (i#86528) [Tsutomu Uchino]
    + use the show method directly [Maxim Monastirsky]
    + use transparent color directly [Maxim Monastirsky]
    + use varying aElement name [Stephan Bergmann]
    + use VCL's OpenGLContext for 3D transitions [David Tardon]
    + use vcl::unohelper::CreateBreakIterator consistently [Caolán McNamara]
    + use WB_CLIPCHILDREN consistently. [Jan Holesovsky]
    + userinterface and currencylb are just ListBox, so GtkComboBoxText [Eike Rathke]
    + utl::TempFile::CreateTempName pParent is unused [Stephan Bergmann]
    + uui: sal_Bool->bool [Noel Grandin]
    + valgrind: memory leak [Caolán McNamara]
    + valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaks [Caolán McNamara]
    + various loplugin:passsequencebyref [Noel Grandin]
    + various: sal_Bool->bool [Noel Grandin]
    + vbahelper: sal_Bool->bool [Noel Grandin]
    + VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegion [Chris Sherlock]
    + vcl emf test: test clip region is correct for problematic files [Tomaž Vajngerl]
    + VCL move DrawCheckered from outdev.cxx to rect.cxx [Chris Sherlock]
    + VCL move DrawGrid from polygon.cxx to rect.cxx [Chris Sherlock]
    + VCL move SetAntialiasing from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxx [Chris Sherlock]
    + VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + vcl wmf test: null terminate stream [Tomaž Vajngerl]
    + vcl wmf: cleanup winmtf.hxx [Tomaž Vajngerl]
    + vcl wmf: EnhWMFReader constructor, ReadHeader, cleanup [Tomaž Vajngerl]
    + vcl wmf: EnhWMFReader more cleanup [Tomaž Vajngerl]
    + vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for Bounds [Tomaž Vajngerl]
    + vcl WMF: some code clean-up [Tomaž Vajngerl]
    + vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6 [Douglas Mencken]
    + vcl-quartz: fix for (specific to OS X <10.6) (fdo#77993) [Douglas Mencken]
    + vcl/outdev/*.cxx cosmetic clean-up [Norbert Thiebaud]
    + vcl/text clean-up includes [Norbert Thiebaud]
    + vcl/text remove unnecessary and hardly needed using clause [Norbert Thiebaud]
    + vcl: add missing resource.cxx file [Chris Sherlock]
    + VCL: again move text and font functions in outdev.hxx [Chris Sherlock]
    + VCL: Application::SetSettings should not set mnAppFontX to 0 [Chris Sherlock]
    + vcl: clean-up DrawDeviceBitmap method [Tomaž Vajngerl]
    + VCL: Cleanup headers in outdev/nativecontrols.cxx [Chris Sherlock]
    + vcl: clipping functions moved from window.cxx to clipping.cxx [Chris Sherlock]
    + VCL: complete reorganization of text and font functions in outdev.hxx [Chris Sherlock]
    + vcl: don't build demos for windows at the moment [Thomas Arnhold]
    + vcl: don't deploy demos [Chris Sherlock]
    + VCL: final movement of text and font functions in outdev.hxx [Chris Sherlock]
    + vcl: fix svpclient [Chris Sherlock]
    + vcl: fix svptest [Chris Sherlock]
    + vcl: fixup svdemo [Chris Sherlock]
    + VCL: Group pixel functions in OutputDevice [Chris Sherlock]
    + VCL: ImpObjStack replaced with std::stack [Chris Sherlock]
    + VCL: make all private functions SAL_DLLPRIVATE visibility [Chris Sherlock]
    + VCL: make it more clear that this is a static function we are calling on [Chris Sherlock]
    + vcl: make svdem called on Application::Abort() instead of exit(1) [Chris Sherlock]
    + vcl: make vcldemo work [Chris Sherlock]
    + vcl: MenuFloatingWindow::InitClipRegion() should not be virtual (fdo#74702) [Miklos Vajna]
    + VCL: MenuFloatingWindow::InitMenuClipRegion should be private [Chris Sherlock]
    + vcl: missing demo files [Chris Sherlock]
    + VCL: more movement of text and font functions in outdev.hxx [Chris Sherlock]
    + VCL: Move accessibility functions to accessibility.cxx [Chris Sherlock]
    + vcl: Move constructor and graphics functions to top of window.cxx [Chris Sherlock]
    + VCL: Move constructors and destructors in outdev.hxx [Chris Sherlock]
    + vcl: move debug function from window.cxx to debug.cxx [Chris Sherlock]
    + VCL: Move EnableOutput from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + vcl: move globalization functions from window.cxx to globalization.cxx [Chris Sherlock]
    + vcl: Move ImplDelData functions to app/svdata.cxx [Chris Sherlock]
    + VCL: Move InitFillColor from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + vcl: move legacy accessibility functions to own file [Chris Sherlock]
    + VCL: Move line functions into state areas [Chris Sherlock]
    + VCL: move native widget rendering functions out of OutputDevice [Chris Sherlock]
    + VCL: Move OutputDevice map structures to own VCL header file [Chris Sherlock]
    + VCL: Move polygon functions in outdev.hxx [Chris Sherlock]
    + VCL: Move Push and Pop from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + vcl: move resource functions from window.cxx to resource.cxx [Chris Sherlock]
    + VCL: Move SetBackground from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + VCL: Move SetFillColor from outdev.cxx to outdevstate.cxx [Chris Sherlock]
    + VCL: Move SetFont up the include file [Chris Sherlock]
    + VCL: move text and font functions in outdev.hxx [Chris Sherlock]
    + VCL: Move wallpaper and state based functions in outdev.hxx [Chris Sherlock]
    + vcl: move Window clipping functions to clipping.cxx [Chris Sherlock]
    + vcl: move window order and stack functions into stacking.cxx [Chris Sherlock]
    + VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be short [Chris Sherlock]
    + vcl: problems with WriteWithVersion so remove for now [Tomaž Vajngerl]
    + vcl: ReadWindowMetafile - make pConfigItem default to NULL [Tomaž Vajngerl]
    + VCL: Rearrange clipping functions in outdev.hxx [Chris Sherlock]
    + VCL: rearrange font functions, move functions into OutputDevice [Chris Sherlock]
    + VCL: Rearrange function locations and accessibility in window.hxx [Chris Sherlock]
    + VCL: rearrange functions in outdev/font.cxx [Chris Sherlock]
    + VCL: Rearrange most of the rest of the functions in outdev.hxx [Chris Sherlock]
    + vcl: reformat window.hxx [Chris Sherlock]
    + VCL: remove comment tags not recognized by doxygen [Chris Sherlock]
    + VCL: remove comment, rename ImplInitClipRegion to InitClipRegion [Chris Sherlock]
    + vcl: remove macros in metaact.cxx{hxx} [Tomaž Vajngerl]
    + VCL: remove newline from DrawGrid in outdev/rect.cxx [Chris Sherlock]
    + VCL: remove newline from outdev/rect.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/bitmap.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/clipping.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/curvedshapes.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/font.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/map.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/mask.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/pixel.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/polygon.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/polyline.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/text.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/textline.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/transparent.cxx [Chris Sherlock]
    + VCL: Remove unnecessary headers from outdev/wallpaper.cxx [Chris Sherlock]
    + VCL: remove unnecessary linebreaks [Chris Sherlock]
    + VCL: Remove unused and deprecated debug check function [Chris Sherlock]
    + vcl: remove uselees comment from font.hxx [Tomaž Vajngerl]
    + vcl: remove using namespace from headers [Thomas Arnhold]
    + VCL: Rename ApplyMask to DrawDeviceMask in OutputDevice [Chris Sherlock]
    + vcl: rename CopyAreaFinal to CopyDeviceArea [Chris Sherlock]
    + VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protected [Chris Sherlock]
    + VCL: rename OutputDevice::ImplInitFillColor and make it private [Chris Sherlock]
    + VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegion [Chris Sherlock]
    + VCL: rename TryDrawPolyLineDirectNoAA to TryDrawPolyLineDirectNoAACheck [Chris Sherlock]
    + VCL: Renamed two functions [Chris Sherlock]
    + vcl: reorganize accessibility functions in window.hxx [Chris Sherlock]
    + VCL: Reorganize and rename wallpaper functions [Chris Sherlock]
    + VCL: sal_True -> true and sal_False -> false in outdev/text.cxx [Chris Sherlock]
    + vcl::EventPoster shall probably be covered by SolarMutex [Stephan Bergmann]
    + vclopengl is buildable on all platforms now [Zolnai Tamás]
    + version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1 [Christian Lohmaier]
    + volatile does not make any sense here [Markus Mohrhard]
    + WaE: 'bPrependCurrencySymbol' may be used uninitialized in this function [Tor Lillqvist]
    + WaE: 'bRemovable' may be used uninitialized in this function [Tor Lillqvist]
    + WaE: -Werror=maybe-uninitialized [Caolán McNamara]
    + WaE: -Werror=shadow [Caolán McNamara]
    + WaE: -Wunused-variable [Thomas Arnhold]
    + WaE: array index 2 is past the end of the array (which contains 2 elements) [Tor Lillqvist]
    + WaE: C4389: '!=' : signed/unsigned mismatch [Thomas Arnhold]
    + WaE: class 'PropertyValue' was previously declared as a struct [Tor Lillqvist]
    + WaE: implicit conversion from bool to 'long' [Tor Lillqvist]
    + WaE: implicit conversion from bool to 'short' [Tor Lillqvist]
    + WaE: implicit conversion of literal of type 'int' to 'bool' [Tor Lillqvist]
    + WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [Tor Lillqvist]
    + WaE: is used as a header guard here, followed by #define of a different macro [Tor Lillqvist]
    + WaE: looser throw spec [Caolán McNamara]
    + WaE: macro is not used [Tor Lillqvist]
    + WaE: overriding virtual function declaration not marked 'override' [Tor Lillqvist]
    + WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE' [Tor Lillqvist]
    + WaE: passing OUString by value, rather pass by reference [Tor Lillqvist]
    + WaE: private field 'm_bOwnershipIsWellKnown' is not used [Tor Lillqvist]
    + WaE: private field 'm_iPointNum' is not used [Tor Lillqvist]
    + WaE: suggest parentheses around assignment used as truth value [Tor Lillqvist]
    + WaE: unknown log area 'chart2.3dopengl' [Tor Lillqvist]
    + WaE: Unreferenced function definition [Tor Lillqvist]
    + WaE: unused function 'areListsEqual' (in the --without-java case) [Tor Lillqvist]
    + WaE: unused parameter 'fTime' [Tor Lillqvist]
    + WaE: unused parameter 'rMimeType' [Tor Lillqvist]
    + WaE: unused private fields [Tor Lillqvist]
    + WaE: unused variable 'aRect' [Tor Lillqvist]
    + WaE: unused variable 'sBuffer' [Tor Lillqvist]
    + WaE: unused variable 'tmpCur' [Tor Lillqvist]
    + WaE: virtual function declaration not marked 'override' [Tor Lillqvist]
    + WaE: warning C4701: potentially uninitialized local variable [Thomas Arnhold]
    + warning C4305: 'argument' : truncation from 'const rtl::OUString *' [Thomas Arnhold]
    + warning C4389: '==' : signed/unsigned mismatch [Michael Stahl]
    + we apparently don't want to build pixelctl for WNT [Tor Lillqvist]
    + we build avmediaQuickTime as 64-bit too now [Tor Lillqvist]
    + we don't sniff glu [Tor Lillqvist]
    + we don't support the Apple Remote in sandboxed mode [Tor Lillqvist]
    + we don't use Quicktime now, but QTKit instead [Tor Lillqvist]
    + we don't want forms in the no-DBCONNECTIVITY case after all, I think [Tor Lillqvist]
    + we have GetEntryPos(), use it [Eike Rathke]
    + we have m_pDoc available here in the test... [Kohei Yoshida]
    + we need fontconfig now [Caolán McNamara]
    + we need glew initalized before testing through it for features [Markus Mohrhard]
    + we need to call OpenGL3DRenderer::init [Markus Mohrhard]
    + we need to create the buffer [Markus Mohrhard]
    + we need to push a return value in any case, related (fdo#73148) [Eike Rathke]
    + we need to set text size in woorld coordinates [Markus Mohrhard]
    + we only want a fb that allows window rendering [Markus Mohrhard]
    + we only want fb configs that support double buffered rendering [Markus Mohrhard]
    + when in cell edit mode, use the EditView instance already there. (fdo#77315) [Kohei Yoshida]
    + when numbers are auto-fit, reset clipping parameters. (fdo#78391) [Kohei Yoshida]
    + whitelist directories with no German to speed up the count. [Michael Meeks]
    + whitespace cleanup [Markus Mohrhard]
    + Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHs [Michael Meeks]
    + with tiled rendering for iOS there is no need for a "frame buffer" [Tor Lillqvist]
    + wmf: add SAL_INFOs for interesting things at WMF import [Tomaž Vajngerl]
    + wmf: assume WinOrg/ViewportOrg = (0,0) if they are not provided [Tomaž Vajngerl]
    + wmf: cleanup winmtf.cxx [Tomaž Vajngerl]
    + wmf: cleanup winwmf.cxx [Tomaž Vajngerl]
    + WMF: partially revert change as for some documents text is not drawn (fdo#56886) [Tomaž 
Vajngerl]
    + wmf: put WMFReader constructor out of the header file [Tomaž Vajngerl]
    + wmf: support fat lines for PolyPolygons in wmf filter [Tomaž Vajngerl]
    + wmf: test that non-placeable WMF uses correct sizes [Tomaž Vajngerl]
    + word count incorrect if language is set to Finnish (fdo#55707) [Caolán McNamara]
    + work around another seeminly random mis-optimization by Apple's Clang with -Oz [Tor Lillqvist]
    + work around Clang -fsanitize=address inline asm error [Stephan Bergmann]
    + work around LO blocking when asking for QClipboard's contents, helps (fdo#35950) [Luboš Luňák]
    + work-around scaling in SetClipPath (fdo#70498) [Tomaž Vajngerl]
    + wrap reference addresses at max boundaries. (fdo#76611) [Kohei Yoshida]
    + write a test for this. (fdo#76912) [Kohei Yoshida]
    + write export test for this. (fdo#77537) [Kohei Yoshida]
    + write test for import of shared formulas from BIFF5. (fdo#78471) [Kohei Yoshida]
    + write test for RPN token generation with and without jump command reordering. [Kohei Yoshida]
    + write test for this corner case. (fdo#77969) [Kohei Yoshida]
    + write test for this, using the 2nd test document submitted. (fdo#77990) [Kohei Yoshida]
    + write test for this. (fdo#77647, fdo#75056, fdo#77728, fdo#77379, fdo#77944, fdo#76611, 
fdo#77039, fdo#77806, fdo#78402, fdo#76710, fdo#78079) [Kohei Yoshida]
    + write test for this.  This test will freeze with the bug present. (fdo#77735) [Kohei Yoshida]
    + write unit test for this. (fdo#75397) [Kohei Yoshida]
    + writer unit test for this. (fdo#76607) [Kohei Yoshida]
    + writer: Dont overwrite from even when selected, from writer. (fdo#55582) [Lennard Wasserthal]
    + writerfilter: clean up two 'using' statement from header files [Miklos Vajna]
    + writerfilter: DomainMapper_Impl::SetSymbolData() should take an int [Miklos Vajna]
    + writerfilter: drop global 'using css' from WrapPolygonHandler.hxx [Miklos Vajna]
    + writerfilter: drop global 'using css' from WW8ResourceModel.hxx [Miklos Vajna]
    + writerfilter: drop global 'using' from XPathLogger [Miklos Vajna]
    + writerfilter: drop last 'using' statement from headers [Miklos Vajna]
    + writerfilter: drop remaining 'using' statements from headers in dmapper [Miklos Vajna]
    + writerfilter: drop remaining non-css global 'using' from headers [Miklos Vajna]
    + writerfilter: fix indentation in rtfcharsets [Miklos Vajna]
    + writerfilter: fix indentation in rtfcontrolwords [Miklos Vajna]
    + writerfilter: fix indentation in rtfdocumentfactory [Miklos Vajna]
    + writerfilter: fix indentation in rtfdocumentimpl [Miklos Vajna]
    + writerfilter: fix indentation in rtflookahead [Miklos Vajna]
    + writerfilter: fix indentation in rtfreferenceproperties [Miklos Vajna]
    + writerfilter: fix indentation in rtfreferencetable [Miklos Vajna]
    + writerfilter: fix indentation in rtfsdrimport [Miklos Vajna]
    + writerfilter: fix indentation in rtfskipdestination [Miklos Vajna]
    + writerfilter: fix indentation in rtftokenizer [Miklos Vajna]
    + writerfilter: fix indentation in rtfvalue [Miklos Vajna]
    + writerfilter: fix indentation in rtf{fly,listener} [Miklos Vajna]
    + writerfilter: remove using namespace from headers [Thomas Arnhold]
    + writerfilter: sal_Bool->bool [Noel Grandin]
    + writerfilter: tokenize a:hlinkClick (fdo#78657) [Miklos Vajna]
    + writerfilter: try to fix 32-bit builds [Michael Stahl]
    + writerfilter: unused 'using' in dmapper [Miklos Vajna]
    + writerfilter: unused 'using' in rtftok [Miklos Vajna]
    + writerfilter: unused appendToInteropGrabBag() version [Miklos Vajna]
    + writerfilter: unused mnRefCount [Thomas Arnhold]
    + writerfilter: write out table::BorderLineStyle::NONE [Miklos Vajna]
    + writerperfect: remove SAL_INFO's that only mark function entry [Noel Grandin]
    + writerperfect: sal_Bool->bool [Noel Grandin]
    + wrong AutoCorrect entries (fdo#78846) [Julien Nabet]
    + wrongly transformed line width - use 0 for height (fdo#74336) [Tomaž Vajngerl]
    + xmlfiltertabpagetransformation.ui: expand fields horizontally [Thomas Arnhold]
    + xmlhelp: sal_Bool->bool [Noel Grandin]
    + xmlsecurity: sal_Bool->bool [Noel Grandin]
    + YES -> TRUE [David Tardon]
    + ZCodec instances can be allocated on the stack just fine [Stephan Bergmann]
    + ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchron [Stephan Bergmann]
    + ZCodec::UpdateCRC is private [Stephan Bergmann]
+ dictionaries
    + fix LightProof measurement conversion for Python 3 [László Németh]
    + hu dict: do not suggest this word [Andras Timar]
    + LightProof: Italian translation too long in options (fdo#76692) [Julien Nabet]
    + some wrong display on Portuguese grammar checking (fdo#78524) [Julien Nabet]
    + update Czech dictionary from liberix site [David Tardon]
    + updated Breton dictionary to version 0.12 [Andras Timar]
+ help
    + add comments in margins option to PDF export [Stanislav Horacek]
    + change terms graphics/picture to image (fdo#70998) [Stanislav Horacek]
    + delete Java Access Bridge from help (fdo#39956) [Andras Timar]
    + fix nested <bookmark> tags [Andras Timar]
    + related: save some orphaned help pages (fdo#58170) [Caolán McNamara]
    + remove some obsolete comments [Thomas Arnhold]
    + remove two obsolete comments [Thomas Arnhold]
    + remove unused hids [Thomas Arnhold]
    + seperateauthentication -> separateauthentication in help too [Caolán McNamara]
    + unused floating window RID_SVXTBX_GRFFILTER [Thomas Arnhold]
    + update help (new wildcard in autocorrection) (fdo#77603) [László Németh]
    + update help ids for apply col page .ui conversion [Caolán McNamara]
    + update help ids for copy table page .ui conversion [Caolán McNamara]
    + update help ids for field assign type page .ui conversion [Caolán McNamara]
    + update help ids for final addressbook tabpage [Caolán McNamara]
    + update help ids for invoke admin page .ui conversion [Caolán McNamara]
    + update help ids for select address book type page .ui conversion [Caolán McNamara]
    + update help ids for table selection page .ui conversion [Caolán McNamara]
    + update help ids for update extensions .ui conversion [Caolán McNamara]
+ translations
    + update translations for 4.3.0 beta1 [Christian Lohmaier]
    + updated Slovenian translation [Andras Timar]
CID#705982 revert "ensure umask for mkstemp" [Stephan Bergmann]
CID#705985 revert "ensure umask for mkstemp" [Stephan Bergmann]
bnc#863021 add set-all language menu. [Muthu Subramanian]
bnc#870581 adjust output file extension when exporting [Luboš Luňák]
bnc#874790 allow accepting/rejecting changes in a selection [Luboš Luňák]
bnc#875713 handle brightness+contrast from msoffice [Luboš Luňák]
cid#705542 unintentional integer overflow [Noel Grandin]
cid#708875 unused pointer value [Noel Grandin]
cid#982783 unintentional integer overflow [Noel Grandin]
coverity#1019408 uninitialized scalar field [Caolán McNamara]
coverity#1028545 uninitialized pointer field [Caolán McNamara]
coverity#1038298 unchecked dynamic_cast [Miklos Vajna]
coverity#1038495 uninitialized scalar field [Caolán McNamara]
coverity#1078575 unchecked dynamic_cast [Miklos Vajna]
coverity#1078601 unchecked dynamic_cast [Caolán McNamara]
coverity#1079327 uninitialized pointer field [Caolán McNamara]
coverity#1079343 uninitialized pointer field [Caolán McNamara]
coverity#1130360 unchecked dynamic_cast [Miklos Vajna]
coverity#1130478 uninitialized pointer field [Caolán McNamara]
coverity#1130479 uninitialized pointer field [Caolán McNamara]
coverity#1130486 uninitialized scalar field [Caolán McNamara]
coverity#1158099 unchecked dynamic_cast [Caolán McNamara]
coverity#1169835 improper use of negative value [Caolán McNamara]
coverity#1169876 uninitialized scalar field [Caolán McNamara]
coverity#1169877 uninitialized scalar field [Caolán McNamara]
coverity#1169880 uninitialized pointer field [Caolán McNamara]
coverity#1202749 bad bit shift operation [Caolán McNamara]
coverity#1202751 max huffman code word len is 31 [Caolán McNamara]
coverity#1202759 unchecked return value [Caolán McNamara]
coverity#1202771 operands don't affect result [Caolán McNamara]
coverity#1202903 revert "Uncaught exception" [Stephan Bergmann]
coverity#1202962 uninitialized scalar field [Caolán McNamara]
coverity#1209003 revert "Unchecked return value" [Chris Sherlock, Jan Holesovsky]
coverity#1209074 same on both sides [Caolán McNamara]
coverity#1209146 logically dead code [Caolán McNamara]
coverity#1209186 logically dead code [Caolán McNamara]
coverity#1209298 logically dead code [Caolán McNamara]
coverity#12093 [81-94], etc. null pointer dereference [Caolán McNamara]
coverity#1209362 coverity gold, wrong mask [Caolán McNamara]
coverity#1209500 explicit null dereferenced [Caolán McNamara]
coverity#1209523 dereference after null check [Caolán McNamara]
coverity#1209527 dereference after null check [Caolán McNamara]
coverity#1209549 unchecked dynamic_cast [Caolán McNamara]
coverity#1209550 unchecked dynamic_cast [Chris Sherlock]
coverity#1209554 explicit null dereferenced [Caolán McNamara]
coverity#1209587 explicit null dereferenced [Caolán McNamara]
coverity#1209588 explicit null dereferenced [Caolán McNamara]
coverity#1209590 dereference after null check [Caolán McNamara]
coverity#1209591 unchecked dynamic_cast [Caolán McNamara]
coverity#1209592 unchecked dynamic_cast [Caolán McNamara]
coverity#1209611 explicit null dereferenced [Caolán McNamara]
coverity#1209709 dereference null return value [Caolán McNamara]
coverity#1209712 dereference null return value [Caolán McNamara]
coverity#1209760 parse warning [Caolán McNamara]
coverity#1209777 & Resource leak [Chris Sherlock]
coverity#1209778 & Resource leak [Chris Sherlock]
coverity#1209779 & Resource leak [Chris Sherlock]
coverity#1209780 & Resource leak [Chris Sherlock]
coverity#1209781 resource leak [Chris Sherlock]
coverity#1209783 dereference before null check [Caolán McNamara]
coverity#1209785 dereference before null check [Caolán McNamara]
coverity#1209786 dereference before null check [Caolán McNamara]
coverity#1209792 dereference before null check [Caolán McNamara]
coverity#1209793 dereference before null check [Caolán McNamara]
coverity#1209803 dereference before null check [Caolán McNamara]
coverity#1209804 dereference before null check [Caolán McNamara]
coverity#1209811 dereference before null check [Caolán McNamara]
coverity#1209816 dereference before null check [Caolán McNamara]
coverity#1209818 dereference before null check [Caolán McNamara]
coverity#1209902 uncaught exception [Caolán McNamara]
coverity#1209903 uncaught exception [Caolán McNamara]
coverity#1209904 uncaught exception [Caolán McNamara]
coverity#1209935 uncaught exception [Caolán McNamara]
coverity#1210085 uncaught exception [Caolán McNamara]
coverity#1210086 uncaught exception [Caolán McNamara]
coverity#1210087 uncaught exception [Caolán McNamara]
coverity#1210088 uncaught exception [Caolán McNamara]
coverity#1210089 uncaught exception [Caolán McNamara]
coverity#1210119 uncaught exception [Caolán McNamara]
coverity#1210120 uncaught exception [Caolán McNamara]
coverity#1210121 uncaught exception [Caolán McNamara]
coverity#1210130 uncaught exception [Caolán McNamara]
coverity#1210161 uninitialized scalar variable [Caolán McNamara]
coverity#1210163 uninitialized scalar variable [Caolán McNamara]
coverity#1210164 uninitialized scalar variable [Caolán McNamara]
coverity#1210166 uninitialized pointer field [Caolán McNamara]
coverity#1210167 uninitialized scalar field [Caolán McNamara]
coverity#1210168 uninitialized pointer field [Caolán McNamara]
coverity#1210169 uninitialized scalar field [Caolán McNamara]
coverity#1210170 uninitialized scalar field [Caolán McNamara]
coverity#1210172 uninitialized scalar field [Caolán McNamara]
coverity#1210173 uninitialized scalar field [Caolán McNamara]
coverity#1210174 uninitialized scalar field [Caolán McNamara]
coverity#1210175 uninitialized scalar field [Caolán McNamara]
coverity#1210176 uninitialized pointer field [Caolán McNamara]
coverity#1210177 uninitialized pointer field [Caolán McNamara]
coverity#1210178 uninitialized scalar field [Caolán McNamara]
coverity#1210179 uninitialized pointer field [Caolán McNamara]
coverity#1210180 uninitialized pointer field [Caolán McNamara]
coverity#1210181 uninitialized scalar field [Caolán McNamara]
coverity#1210182 uninitialized scalar field [Caolán McNamara]
coverity#1210183 uninitialized pointer field [Caolán McNamara]
coverity#1210184 uninitialized scalar field [Caolán McNamara]
coverity#1210185 uninitialized pointer field [Caolán McNamara]
coverity#1210186 uninitialized pointer field [Caolán McNamara]
coverity#1210187 uninitialized pointer field [Caolán McNamara]
coverity#1210188 uninitialized pointer field [Caolán McNamara]
coverity#1210189 uninitialized pointer field [Caolán McNamara]
coverity#1210190 uninitialized pointer field [Caolán McNamara]
coverity#1210191 uninitialized pointer field [Caolán McNamara]
coverity#1210192 uninitialized pointer field [Caolán McNamara]
coverity#1210193 uninitialized pointer field [Caolán McNamara]
coverity#1210194 uninitialized scalar field [Caolán McNamara]
coverity#1210195 uninitialized scalar field [Caolán McNamara]
coverity#1210196 uninitialized pointer field [Caolán McNamara]
coverity#1210197 uninitialized pointer field [Caolán McNamara]
coverity#1210198 uninitialized pointer field [Caolán McNamara]
coverity#1210199 uninitialized scalar field [Caolán McNamara]
coverity#1210200 uninitialized pointer field [Caolán McNamara]
coverity#1210201 uninitialized pointer field [Caolán McNamara]
coverity#1210202 uninitialized pointer field [Caolán McNamara]
coverity#1210401 non-virtual destructor [Caolán McNamara]
coverity#1212488 copy-paste error [Thomas Arnhold]
coverity#1213117 unchecked dynamic_cast [Caolán McNamara]
coverity#1213129 dereference after null check [Caolán McNamara]
coverity#1213133 dereference after null check [Caolán McNamara]
coverity#1213242 dereference null return value [Caolán McNamara]
coverity#1213244 dereference null return value [Caolán McNamara]
coverity#1213247 dereference null return value [Caolán McNamara]
coverity#1213254 out-of-bounds read [Caolán McNamara]
coverity#1213270 parse warning [Caolán McNamara]
coverity#1213276 resource leak [Caolán McNamara]
coverity#1213277 resource leak [Caolán McNamara]
coverity#1213288 resource leak [Caolán McNamara]
coverity#1213291 dereference before null check [Caolán McNamara]
coverity#1213305 dereference before null check [Caolán McNamara]
coverity#1213306 dereference before null check [Caolán McNamara]
coverity#1213310 dereference before null check [Caolán McNamara]
coverity#1213522 uncaught exception [Caolán McNamara]
coverity#1213526 uncaught exception [Caolán McNamara]
coverity#1213527 uncaught exception [Caolán McNamara]
coverity#1213528 uncaught exception [Caolán McNamara]
coverity#1213529 uncaught exception [Caolán McNamara]
coverity#1213553 uninitialized scalar field [Caolán McNamara]
coverity#440876 dereference null return value [Caolán McNamara]
coverity#441006 dereference null return value [Caolán McNamara]
coverity#441607 dereference null return value [Caolán McNamara]
coverity#441827 deference before null check [Chris Sherlock]
coverity#703938 unchecked return value [Caolán McNamara]
coverity#703939 unchecked return value [Caolán McNamara]
coverity#703941 unchecked return value [Caolán McNamara]
coverity#704274 do not unconditionally throw NoSuchElementException [Stephan Bergmann]
coverity#704283 logically dead code [Caolán McNamara]
coverity#704338 logically dead code [Caolán McNamara]
coverity#704339 logically dead code [Caolán McNamara]
coverity#704340 logically dead code [Caolán McNamara]
coverity#704598 dereference after null check [Caolán McNamara]
coverity#704714 dereference after null check [Caolán McNamara]
coverity#704742 dereference after null check [Caolán McNamara]
coverity#704797 dereference after null check [Caolán McNamara]
coverity#704849 unchecked dynamic_cast [Miklos Vajna]
coverity#704854 unchecked dynamic_cast [Miklos Vajna]
coverity#704855 unchecked dynamic_cast [Miklos Vajna]
coverity#704860 unchecked dynamic_cast [Miklos Vajna]
coverity#704861 unchecked dynamic_cast [Miklos Vajna]
coverity#704862 unchecked dynamic_cast [Miklos Vajna]
coverity#704863 unchecked dynamic_cast [Miklos Vajna]
coverity#704866 unchecked dynamic_cast [Miklos Vajna]
coverity#704968 unchecked dynamic_cast [Caolán McNamara]
coverity#705024 dereference after null check [Caolán McNamara]
coverity#705435 improper use of negative value [Caolán McNamara]
coverity#705475 dereference null return value [Caolán McNamara]
coverity#705478 dereference null return value [Caolán McNamara]
coverity#705482 dereference null return value [Caolán McNamara]
coverity#705484 dereference null return value [Caolán McNamara]
coverity#705490 dereference null return value [Caolán McNamara]
coverity#705533 unintentional integer overflow [Caolán McNamara]
coverity#705538 unintentional integer overflow [Caolán McNamara]
coverity#705541 unintentional integer overflow [Caolán McNamara]
coverity#705542 unintentional integer overflow [Caolán McNamara]
coverity#705639 resource leak [Caolán McNamara]
coverity#705840 dereference before null check [Caolán McNamara]
coverity#705841 dereference before null check [Caolán McNamara]
coverity#705842 dereference before null check [Caolán McNamara]
coverity#705853 dereference before null check [Caolán McNamara]
coverity#705918 dereference before null check [Caolán McNamara]
coverity#705926 dereference before null check [Caolán McNamara]
coverity#705927 dereference before null check [Caolán McNamara]
coverity#705928 dereference before null check [Caolán McNamara]
coverity#706281 uncaught exception [Caolán McNamara]
coverity#706282 uncaught exception [Caolán McNamara]
coverity#707088 uncaught exception [Caolán McNamara]
coverity#707098 uncaught exception [Caolán McNamara]
coverity#707218 uncaught exception [Caolán McNamara]
coverity#707237 uncaught exception [Caolán McNamara]
coverity#707312 uncaught exception [Caolán McNamara]
coverity#707317 uncaught exception [Caolán McNamara]
coverity#707371 uncaught exception [Caolán McNamara]
coverity#707379 uncaught exception [Caolán McNamara]
coverity#707380 uncaught exception [Caolán McNamara]
coverity#707461 uncaught exception [Caolán McNamara]
coverity#707469 uncaught exception [Caolán McNamara]
coverity#707474 uncaught exception [Caolán McNamara]
coverity#707475 uncaught exception [Caolán McNamara]
coverity#707476 uncaught exception [Caolán McNamara]
coverity#707477 uncaught exception [Caolán McNamara]
coverity#707478 uncaught exception [Caolán McNamara]
coverity#707479 uncaught exception [Caolán McNamara]
coverity#707484 uncaught exception [Caolán McNamara]
coverity#707488 uncaught exception [Caolán McNamara]
coverity#707489 uncaught exception [Caolán McNamara]
coverity#707490 uncaught exception [Caolán McNamara]
coverity#707665 uninitialized scalar field [Caolán McNamara]
coverity#707666 uninitialized scalar field [Caolán McNamara]
coverity#707667 uninitialized pointer field [Caolán McNamara]
coverity#707693 uninitialized scalar field [Caolán McNamara]
coverity#707708 uninitialized scalar field [Caolán McNamara]
coverity#707713 uninitialized pointer field [Caolán McNamara]
coverity#707714 uninitialized pointer [Caolán McNamara]
coverity#707740 uninitialized pointer field [Caolán McNamara]
coverity#707744 uninitialized pointer field [Caolán McNamara]
coverity#707746 uninitialized pointer field [Caolán McNamara]
coverity#707751 uninitialized pointer field [Caolán McNamara]
coverity#707758 uninitialized scalar field [Caolán McNamara]
coverity#707784 uninitialized scalar field [Caolán McNamara]
coverity#707812 uninitialized scalar field [Caolán McNamara]
coverity#707821 uninitialized scalar field [Caolán McNamara]
coverity#707832 uninitialized scalar field [Caolán McNamara]
coverity#707836 uninitialized pointer field [Caolán McNamara]
coverity#707840 uninitialized scalar field [Caolán McNamara]
coverity#707841 uninitialized scalar field [Caolán McNamara]
coverity#707848 uninitialized scalar field [Caolán McNamara]
coverity#707849 uninitialized scalar field [Caolán McNamara]
coverity#707850 uninitialized scalar field [Caolán McNamara]
coverity#707853 uninitialized scalar field [Caolán McNamara]
coverity#707854 uninitialized scalar field [Caolán McNamara]
coverity#707858 uninitialized scalar field [Caolán McNamara]
coverity#707866 uninitialized pointer field [Caolán McNamara]
coverity#707880 uninitialized scalar field [Caolán McNamara]
coverity#707891 uninitialized pointer field [Caolán McNamara]
coverity#707892 uninitialized pointer field [Caolán McNamara]
coverity#707899 uninitialized pointer field [Caolán McNamara]
coverity#707900 uninitialized pointer field [Caolán McNamara]
coverity#707916 uninitialized scalar field [Caolán McNamara]
coverity#707918 uninitialized scalar field [Caolán McNamara]
coverity#707966 uninitialized pointer field [Caolán McNamara]
coverity#707976 uninitialized pointer field [Caolán McNamara]
coverity#707979 uninitialized pointer field [Caolán McNamara]
coverity#707994 uninitialized scalar field [Caolán McNamara]
coverity#707996 uninitialized scalar field [Caolán McNamara]
coverity#708014 uninitialized scalar field [Caolán McNamara]
coverity#708016 uninitialized scalar field [Caolán McNamara]
coverity#708017 uninitialized scalar field [Caolán McNamara]
coverity#708020 uninitialized scalar field [Caolán McNamara]
coverity#708023 uninitialized scalar field [Caolán McNamara]
coverity#708027 uninitialized scalar field [Caolán McNamara]
coverity#708031 uninitialized scalar field [Caolán McNamara]
coverity#708032 uninitialized scalar field [Caolán McNamara]
coverity#708033 uninitialized scalar field [Caolán McNamara]
coverity#708034 uninitialized scalar field [Caolán McNamara]
coverity#708038 uninitialized scalar field [Caolán McNamara]
coverity#708039 uninitialized scalar field [Caolán McNamara]
coverity#708052 uninitialized scalar field [Caolán McNamara]
coverity#708055 uninitialized scalar field [Caolán McNamara]
coverity#708056 uninitialized scalar field [Caolán McNamara]
coverity#708059 uninitialized scalar field [Caolán McNamara]
coverity#708060 uninitialized scalar field [Caolán McNamara]
coverity#708061 uninitialized scalar field [Caolán McNamara]
coverity#708063 uninitialized scalar field [Caolán McNamara]
coverity#708064 uninitialized scalar field [Caolán McNamara]
coverity#708065 uninitialized scalar field [Caolán McNamara]
coverity#708066 uninitialized scalar field [Caolán McNamara]
coverity#708068 uninitialized scalar field [Caolán McNamara]
coverity#708070 uninitialized scalar field [Caolán McNamara]
coverity#708074 uninitialized scalar field [Caolán McNamara]
coverity#708075 uninitialized scalar field [Caolán McNamara]
coverity#708078 uninitialized scalar field [Caolán McNamara]
coverity#708080 uninitialized scalar field [Caolán McNamara]
coverity#708090 uninitialized scalar field [Caolán McNamara]
coverity#708109 uninitialized scalar field [Caolán McNamara]
coverity#708110 uninitialized scalar field [Caolán McNamara]
coverity#708114 uninitialized scalar field [Caolán McNamara]
coverity#708174 uninitialized pointer field [Caolán McNamara]
coverity#708203 uninitialized scalar field [Caolán McNamara]
coverity#708204 uninitialized scalar field [Caolán McNamara]
coverity#708205 uninitialized scalar field [Caolán McNamara]
coverity#708207 uninitialized scalar field [Caolán McNamara]
coverity#708228 uninitialized scalar field [Caolán McNamara]
coverity#708229 uninitialized scalar field [Caolán McNamara]
coverity#708231 uninitialized scalar field [Caolán McNamara]
coverity#708240 uninitialized pointer field [Caolán McNamara]
coverity#708306 uninitialized pointer field [Caolán McNamara]
coverity#708319 uninitialized scalar field [Caolán McNamara]
coverity#708321 uninitialized pointer field [Caolán McNamara]
coverity#708323 uninitialized scalar field [Caolán McNamara]
coverity#708324 uninitialized m_refCount [Caolán McNamara]
coverity#708334 uninitialized scalar field [Caolán McNamara]
coverity#708335 uninitialized scalar field [Caolán McNamara]
coverity#708336 uninitialized scalar field [Caolán McNamara]
coverity#708340 uninitialized scalar field [Caolán McNamara]
coverity#708341 uninitialized scalar field [Caolán McNamara]
coverity#708371 uninitialized pointer field [Caolán McNamara]
coverity#708389 uninitialized scalar field [Caolán McNamara]
coverity#708465 uninitialized scalar field [Caolán McNamara]
coverity#708471 uninitialized scalar field [Caolán McNamara]
coverity#708472 uninitialized scalar field [Caolán McNamara]
coverity#708480 uninitialized scalar field [Caolán McNamara]
coverity#708481 uninitialized scalar field [Caolán McNamara]
coverity#708484 uninitialized scalar field [Caolán McNamara]
coverity#708501 uninitialized scalar field [Caolán McNamara]
coverity#708503 uninitialized scalar field [Caolán McNamara]
coverity#708513 uninitialized pointer field [Caolán McNamara]
coverity#708516 uninitialized scalar field [Caolán McNamara]
coverity#708519 uninitialized scalar field [Caolán McNamara]
coverity#708522 uninitialized scalar field [Caolán McNamara]
coverity#708543 uninitialized scalar field [Caolán McNamara]
coverity#708544 uninitialized scalar field [Caolán McNamara]
coverity#708545 uninitialized scalar field [Caolán McNamara]
coverity#708561 uninitialized scalar field [Caolán McNamara]
coverity#708563 uninitialized scalar field [Caolán McNamara]
coverity#708565 uninitialized scalar field [Caolán McNamara]
coverity#708576 uninitialized scalar field [Caolán McNamara]
coverity#708627 uninitialized scalar field [Caolán McNamara]
coverity#708629 uninitialized scalar field [Caolán McNamara]
coverity#708630 uninitialized scalar field [Caolán McNamara]
coverity#708631 uninitialized scalar field [Caolán McNamara]
coverity#708632 uninitialized scalar field [Caolán McNamara]
coverity#708636 uninitialized scalar field [Caolán McNamara]
coverity#708645 uninitialized pointer field [Caolán McNamara]
coverity#708650 uninitialized pointer field [Caolán McNamara]
coverity#708651 uninitialized pointer field [Caolán McNamara]
coverity#708654 uninitialized pointer field [Caolán McNamara]
coverity#708670 uninitialized scalar field [Caolán McNamara]
coverity#708671 uninitialized scalar field [Caolán McNamara]
coverity#708673 uninitialized pointer field [Caolán McNamara]
coverity#708727 uninitialized pointer field [Caolán McNamara]
coverity#708811 unused pointer value [Caolán McNamara]
coverity#708815 unused pointer value [Caolán McNamara]
coverity#708847 unused pointer value [Caolán McNamara]
coverity#708868 unused pointer value [Caolán McNamara]
coverity#708922 use after free [Chris Sherlock]
coverity#735401 logically dead code [Caolán McNamara]
coverity#735403 logically dead code [Caolán McNamara]
coverity#735404 logically dead code [Caolán McNamara]
coverity#735420 logically dead code [Caolán McNamara]
coverity#735443 logically dead code [Caolán McNamara]
coverity#735464 logically dead code [Thomas Arnhold]
coverity#735474 logically dead code [Caolán McNamara]
coverity#735482 logically dead code [Caolán McNamara]
coverity#735483 logically dead code [Caolán McNamara]
coverity#735484 logically dead code [Caolán McNamara]
coverity#735486 logically dead code [Caolán McNamara]
coverity#735487 logically dead code [Caolán McNamara]
coverity#735523 logically dead code [Caolán McNamara]
coverity#735545 logically dead code [Caolán McNamara]
coverity#735546 logically dead code [Caolán McNamara]
coverity#735656 division or modulo by zero [Caolán McNamara]
coverity#735746 explicit null dereferenced [Caolán McNamara]
coverity#735765 unchecked dynamic_cast [Miklos Vajna]
coverity#735793 explicit null dereferenced [Caolán McNamara]
coverity#735832 explicit null dereferenced [Caolán McNamara]
coverity#735834 explicit null dereferenced [Caolán McNamara]
coverity#735839 dereference after null check [Caolán McNamara]
coverity#735842 explicit null dereferenced [Caolán McNamara]
coverity#735848 explicit null dereferenced [Caolán McNamara]
coverity#735858 explicit null dereferenced [Caolán McNamara]
coverity#735859 explicit null dereferenced [Caolán McNamara]
coverity#735860 explicit null dereferenced [Caolán McNamara]
coverity#735892 unchecked dynamic_cast [Miklos Vajna]
coverity#735924 explicit null dereferenced [Caolán McNamara]
coverity#735932 explicit null dereferenced [Caolán McNamara]
coverity#735935 explicit null dereferenced [Caolán McNamara]
coverity#735936 explicit null dereferenced [Caolán McNamara]
coverity#735937 explicit null dereferenced [Caolán McNamara]
coverity#735938 explicit null dereferenced [Caolán McNamara]
coverity#735943 explicit null dereferenced [Caolán McNamara]
coverity#735955 explicit null dereferenced [Caolán McNamara]
coverity#735956 explicit null dereferenced [Caolán McNamara]
coverity#735957 explicit null dereferenced [Caolán McNamara]
coverity#735958 explicit null dereferenced [Caolán McNamara]
coverity#735959 explicit null dereferenced [Caolán McNamara]
coverity#735960 explicit null dereferenced [Caolán McNamara]
coverity#736091 improper use of negative value [Caolán McNamara]
coverity#736092 improper use of negative value [Caolán McNamara]
coverity#736100 improper use of negative value [Caolán McNamara]
coverity#736101 improper use of negative value [Caolán McNamara]
coverity#736102 improper use of negative value [Caolán McNamara]
coverity#736136 dereference null return value [Caolán McNamara]
coverity#736141 dereference null return value [Caolán McNamara]
coverity#736151 dereference null return value [Caolán McNamara]
coverity#736152 dereference null return value [Caolán McNamara]
coverity#736155 dereference null return value [Caolán McNamara]
coverity#736451 resource leak [Caolán McNamara]
coverity#736452 resource leak [Thomas Arnhold, Caolán McNamara]
coverity#736795 dereference before null check [Caolán McNamara]
coverity#736844 dereference before null check [Caolán McNamara]
coverity#736853 dereference before null check [Caolán McNamara]
coverity#736855 dereference before null check [Caolán McNamara]
coverity#736856 dereference before null check [Caolán McNamara]
coverity#736861 dereference before null check [Caolán McNamara]
coverity#736862 dereference before null check [Caolán McNamara]
coverity#736863 dereference before null check [Caolán McNamara]
coverity#736864 dereference before null check [Caolán McNamara]
coverity#736870 dereference before null check [Caolán McNamara]
coverity#736990 uncaught exception [Caolán McNamara]
coverity#736992 uncaught exception [Caolán McNamara]
coverity#736993 uncaught exception [Caolán McNamara]
coverity#737762 uncaught exception [Caolán McNamara]
coverity#738568 uninitialized scalar field [Caolán McNamara]
coverity#738569 uninitialized scalar field [Caolán McNamara]
coverity#738573 uninitialized scalar field [Caolán McNamara]
coverity#738574 uninitialized scalar field [Caolán McNamara]
coverity#738575 uninitialized pointer field [Caolán McNamara]
coverity#738576 uninitialized pointer field [Caolán McNamara]
coverity#738577 uninitialized pointer field [Caolán McNamara]
coverity#738590 uninitialized scalar field [Caolán McNamara]
coverity#738591 uninitialized pointer field [Caolán McNamara]
coverity#738592 uninitialized scalar field [Caolán McNamara]
coverity#738594 uninitialized scalar field [Caolán McNamara]
coverity#738607 uninitialized pointer field [Caolán McNamara]
coverity#738608 uninitialized pointer field [Caolán McNamara]
coverity#738609 uninitialized pointer field [Caolán McNamara]
coverity#738625 uninitialized scalar field [Caolán McNamara]
coverity#738627 uninitialized scalar field [Caolán McNamara]
coverity#738630 uninitialized scalar field [Caolán McNamara]
coverity#738633 uninitialized pointer field [Caolán McNamara]
coverity#738636 uninitialized pointer field [Caolán McNamara]
coverity#738741 uninitialized scalar field [Caolán McNamara]
coverity#738786 uninitialized pointer field [Caolán McNamara]
coverity#738811 uninitialized pointer field [Caolán McNamara]
coverity#738825 uninitialized scalar field [Caolán McNamara]
coverity#738826 uninitialized scalar field [Caolán McNamara]
coverity#738843 uninitialized scalar field [Caolán McNamara]
coverity#738855 uninitialized pointer field [Caolán McNamara]
coverity#738861 uninitialized pointer field [Caolán McNamara]
coverity#738881 uninitialized pointer field [Caolán McNamara]
coverity#738902 uninitialized pointer field [Caolán McNamara]
coverity#738903 uninitialized scalar field [Caolán McNamara]
coverity#738904 uninitialized scalar field [Caolán McNamara]
coverity#738906 uninitialized scalar field [Caolán McNamara]
coverity#738907 uninitialized scalar field [Caolán McNamara]
coverity#738909 uninitialized scalar field [Caolán McNamara]
coverity#738910 uninitialized scalar field [Caolán McNamara]
coverity#738911 uninitialized pointer field [Caolán McNamara]
coverity#738912 uninitialized scalar field [Caolán McNamara]
coverity#738920 uninitialized scalar field [Caolán McNamara]
coverity#982701 improper use of negative value [Caolán McNamara]
coverity#982735 negative loop bound [Caolán McNamara]
coverity#983996 uncaught exception [Caolán McNamara]
coverity#983998 uncaught exception [Caolán McNamara]
coverity#984006 uncaught exception [Caolán McNamara]
coverity#984086 uninitialized scalar field [Caolán McNamara]
coverity#984094 uninitialized scalar field [Caolán McNamara]
coverity#984106 uninitialized scalar field [Caolán McNamara]
coverity#984128 uninitialized scalar field [Caolán McNamara]
coverity#984136 uninitialized scalar field [Caolán McNamara]
coverity#984137 uninitialized scalar field [Caolán McNamara]
coverity#984153 uninitialized scalar field [Caolán McNamara]
coverity#984442 use after free [Caolán McNamara]
coverity#989721 uncaught exception [Caolán McNamara]
coverity#989722 uncaught exception [Caolán McNamara]
coverity#989723 uncaught exception [Caolán McNamara]
coverity#989724 uncaught exception [Caolán McNamara]
coverity#989725 uncaught exception [Caolán McNamara]
coverity#989726 uncaught exception [Caolán McNamara]
cp#1000050 add undo action for conditional formatting, [Markus Mohrhard]
cp#1000057 fix missing service factory during import, related [Markus Mohrhard]
cp#1000067 do not crash when pasting impress page into another impress page [Luboš Luňák]
cp#1000068 testcase [Miklos Vajna]
fdo#12345 nitpick: avoid triple redirection inside loop, related [Eike Rathke]
fdo#32376 fix "UI color panel does not show the actual color in Writer" [Tomofumi Yagi]
fdo#34724 Jan1 or 1Jan without separating character is not date [Eike Rathke]
fdo#35950 work around LO blocking when asking for QClipboard's contents, helps [Luboš Luňák]
fdo#36815 related: clip overlarge comment contents [Caolán McNamara]
fdo#38414 handle w:gridBefore by faking cells [Luboš Luňák]
fdo#39056 section Properties if section starts with table [Vinaya Mandke]
fdo#39956 delete Java Access Bridge from help [Andras Timar]
fdo#41166 match month and day name word instead of substring [Eike Rathke]
fdo#41295 for now, reintroduce the horrible static counter into utl::TempFile [Stephan Bergmann]
fdo#43157 [API CHANGE] Remove OSL_THIS_FILE [Mukhiddin Yusupov, Stephan Bergmann, Michaël Lefèvre]
fdo#45260 revert "Objects having line thickness misplaced while pasting." [Andras Timar]
fdo#45671 keep only one class for toolbox color controls [Maxim Monastirsky]
fdo#46310 introduce centralized detection for storage-based files [Maxim Monastirsky]
fdo#46839 convert line color picker to split button [Maxim Monastirsky]
fdo#47800 fixing manifest files in cs autotext libraries [Michal Horak]
fdo#48017 fix WIN32 long path name support of spelling dictionaries [László Németh]
fdo#50697 fix crash found when exploring [Caolán McNamara]
fdo#55381 handle properly page breaks even if a page contains only a frame [Luboš Luňák]
fdo#55582 writer: Dont overwrite from even when selected, from writer. [Lennard Wasserthal]
fdo#55707 word count incorrect if language is set to Finnish [Caolán McNamara]
fdo#56886 WMF: partially revert change as for some documents text is not drawn [Tomaž Vajngerl]
fdo#57197 sw: fix crash on Undo of table row insert on 1-row table [Michael Stahl]
fdo#58170 related: save some orphaned help pages [Caolán McNamara]
fdo#60040 crash after undoing master page application [Caolán McNamara]
fdo#60338 add osl_File_OpenFlag_Private to avoid umask [Stephan Bergmann]
fdo#60967 fix deletion of paragraph following table [Michael Stahl]
fdo#61102 type ahead in lists skips the next entry [Caolán McNamara]
fdo#62038 EPS not rendered in drawinglayer code paths [Caolán McNamara]
fdo#62176 (related: Revert "reset min/max values in paragraph ... [Michael Stahl]
fdo#63690 replace RTL_CONTEXT_ macros with SAL_INFO [Noel Grandin]
fdo#64047 add set-all language menu. [Muthu Subramanian]
fdo#64161 related: pstoedit not writing file until its closed [Caolán McNamara]
fdo#66617 revert "Revert "temporarily disable failing , [Markus Mohrhard]
fdo#66620 keywords occur in unquoted context only [Eike Rathke]
fdo#67112 ReportCommands.xcu is localizable [Andras Timar]
fdo#67842 brazilian Portuguese -> Portuguese (Brazil) [Andras Timar]
fdo#68600 limit comment width [Caolán McNamara]
fdo#70474 random number generation weak with Rnd in BASIC [Thomas Arnhold]
fdo#70498 work-around scaling in SetClipPath [Tomaž Vajngerl]
fdo#70596 dependency problem with debian packages for master/dev builds [Christian Lohmaier]
fdo#70670 be explicit about text rotations, [Markus Mohrhard]
fdo#70681 : fixincludeguards.pl: all that's left [Thomas Arnhold]
fdo#70998 change terms graphics/picture to image [Stanislav Horacek]
fdo#71217 PDF Import: Fix importing of JPEG images [Vort]
fdo#71556 remove unwanted a11y event on text insertion [Jacobo Aragunde Pérez]
fdo#71834 make reproducer document more minimal [Miklos Vajna]
fdo#72006 populate "Load URL" dropdown from picklist. [Andrzej Hunt]
fdo#72142 related: lighter ruler default color [Caolán McNamara]
fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN action [Tomaž Vajngerl]
fdo#73148 we need to push a return value in any case, related [Winfried Donkers, Eike Rathke]
fdo#73891 fix "UI color panel does not show the actual color in Writer" [Maxim Monastirsky, 
Tomofumi Yagi]
fdo#74322 additional test for the followup issue. [Kohei Yoshida]
fdo#74333 fix missing service factory during import, related [Markus Mohrhard]
fdo#74336 wrongly transformed line width - use 0 for height [Tomaž Vajngerl]
fdo#74650 speed up GetFilteredFilterEntries(). [Kohei Yoshida]
fdo#74702 vcl: MenuFloatingWindow::InitClipRegion() should not be virtual [Miklos Vajna, Chris 
Sherlock]
fdo#74790 sw: Compare Document: fix assertions about RSID-only hints [Michael Stahl]
fdo#74978 introduce centralized detection for storage-based files [Maxim Monastirsky]
fdo#75056 overline attribute needs special treatment as well. [Kohei Yoshida]
fdo#75058 optimize autofilter item filling for non-tree items. [Kohei Yoshida]
fdo#75168 add test for [Markus Mohrhard]
fdo#75264 include parentheses replacement in functions' formula data, [Winfried Donkers, Eike 
Rathke]
fdo#75397 write unit test for this. [Kohei Yoshida]
fdo#75431 section Properties if section starts with table [Vinaya Mandke]
fdo#75489 pass toolbar context menu commands to toolbar for handling. [Andrzej Hunt]
fdo#75519 fix chapter cross references [Michael Stahl]
fdo#75971 perhaps this will prevent the crash ? [Kohei Yoshida]
fdo#76261 get rid of unneeded and malfunctioning maItemListRect. [Andrzej Hunt]
fdo#76607 writer unit test for this. [Kohei Yoshida]
fdo#76611 wrap reference addresses at max boundaries. [Kohei Yoshida]
fdo#76663 better test to really test PRODUCT with array input. [Kohei Yoshida]
fdo#76692 LightProof: Italian translation too long in options [Julien Nabet]
fdo#76696 CurTOXType::GetFlatIndex(): fix inverted conditional [Michael Stahl]
fdo#76710 adjust sheet position of conditional format entries. [Kohei Yoshida]
fdo#76718 rounding for "fill > random number.." option [Tomaž Vajngerl]
fdo#76878 revert "need to reset rotation..." [Andras Timar]
fdo#76912 write a test for this. [Kohei Yoshida]
fdo#77039 fill the match string even if the raw string is empty. [Kohei Yoshida]
fdo#77056 treat empty cells as if they have a value of 0.0. [Kohei Yoshida]
fdo#77071 drop source/common/putilimp.h part of Android patch, related [Eike Rathke]
fdo#77089 if available, use ext. dimensions for non-placable WMF [Tomaž Vajngerl]
fdo#77126 BitmapEx.Scale already takes care of mirroring [Tomaž Vajngerl]
fdo#77282 replace "Edit Group" with "Enter Group" [Laurent Balland-Poirier]
fdo#77308 SwFormTokensHelper avoid infinite loop on invalid input [Michael Stahl]
fdo#77315 when in cell edit mode, use the EditView instance already there. [Kohei Yoshida]
fdo#77340 fix the getProperty case more thoroughly (related: [Michael Stahl]
fdo#77379 don't return from the call. Notes are handled at the end. [Kohei Yoshida]
fdo#77381 add undo action for conditional formatting, [Markus Mohrhard]
fdo#77451 detect AOO 4.x for SvXMLImport::needFixPositionAfterZ [Laurent Balland-Poirier]
fdo#77509 resolve memory corruption / crash in Consolidate [Eike Rathke]
fdo#77537 write export test for this. [Kohei Yoshida]
fdo#77600 RTF export: always close URL's before the end of run [Miklos Vajna]
fdo#77603 update help (new wildcard in autocorrection) [László Németh]
fdo#77647 write test for this. [Kohei Yoshida]
fdo#77683 keep only one class for toolbox color controls [Maxim Monastirsky, Tomofumi Yagi]
fdo#77713 file Corruption - Header.xml [Rajashri]
fdo#77715 fix for TOC flag field \c [Dinesh Patil]
fdo#77718 picture inside SmartArt changes after RT [umeshkadam]
fdo#77719 file containing CusGeom gets corrupted on RT. [Sourav]
fdo#77720 mail Merge: reset cursors after clearing document [Michael Stahl, Julien Nabet]
fdo#77723 fix drawing of 100% transparent frames [Luboš Luňák]
fdo#77725 LO not able to open/save file when exported multiple times. [Miklos Vajna, Ravindra 
Vidhate]
fdo#77727 PAGEBREAK In first paragraph was not rendered and exported. [sushil_shinde]
fdo#77728 add test case for named range expansion and formula update. [Kohei Yoshida]
fdo#77735 don't proceed when all cells in the range are empty. [Kohei Yoshida]
fdo#77739 UI trendline: limit max values of Degree and Period [Laurent Balland-Poirier]
fdo#77759 embedded excel getting renamed to binary object. [Ravindra Vidhate]
fdo#77806 write test for this. [Kohei Yoshida]
fdo#77812 FILESAVE :DOCX : Extra Section Break gets added in file [Pallavi Jadhav]
fdo#77874 related [None] as only possible choice in lists [Julien Nabet]
fdo#77886 add language: expand list if dialog gets resized [Thomas Arnhold]
fdo#77887 floating Table positions are not preserved when doing Export [Ravindra Vidhate]
fdo#77890 page break exported as section break if different 1st page is set [umeshkadam]
fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012 [Christian Lohmaier]
fdo#77893 use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6 [Douglas Mencken]
fdo#77934 LibO crashes when in options dialog (Colors part) [Julien Nabet]
fdo#77944 no need to store updated formulas in undo document when moving. [Kohei Yoshida]
fdo#77969 write test for this corner case. [Kohei Yoshida]
fdo#77984 add unit test for [Markus Mohrhard]
fdo#77990 write test for this, using the 2nd test document submitted. [Kohei Yoshida]
fdo#77993 vcl-quartz: fix for (specific to OS X <10.6) [Douglas Mencken]
fdo#78004 fix string formatting [Alex Gulyás]
fdo#78030 bitmaps are missing allover the UI [Thomas Arnhold]
fdo#78041 add test for [Markus Mohrhard]
fdo#78054 initialize drawing layer when the document contains notes. [Kohei Yoshida]
fdo#78062 broadcast only on non-empty cells within deleted range. [Kohei Yoshida]
fdo#78075 PDF Import: Use absolute positions in svg:d parameter [Vort]
fdo#78079 write test for this. [Kohei Yoshida]
fdo#78119 find the longest match for month name [David Tardon, Eike Rathke]
fdo#78128 go back to using an interim metafile [Caolán McNamara]
fdo#78133 LibO crashes when in options dialog (Colors part) [Julien Nabet]
fdo#78149 assert if SwVirtFlyDrawObj is being painted with no ViewPort set [Michael Stahl]
fdo#78150 ctrl+Backspace does not erase first character [Julien Nabet]
fdo#78151 related: fix 'pIds unsorted' warning [Caolán McNamara]
fdo#78153 SwTxtFrm::ManipOfst() requires a valid position [Miklos Vajna]
fdo#78159 fix import of OOoXML embedded objects [Michael Stahl]
fdo#78204 adjust note icons on comments-in-margins case [Caolán McNamara]
fdo#78217 selected text should be copied in "Replace" [Julien Nabet]
fdo#78241 PDF Import: add dashes support [Vort]
fdo#78267 fix advancing slides by mouse clicks. [Jan Holesovsky]
fdo#78271 sw: Insert Section dialog: fix editing of name [Michael Stahl]
fdo#78284 content-type of ".png" images in Smart Art [Vinaya Mandke]
fdo#78290 the File gets corrupted when saved in LO [Bisal Singh Nayal]
fdo#78292 tags related to checkbox r being written in text tag for sdt cntnt. [umeshkadam]
fdo#78294 default null-date for document import is 1899-12-30 [Eike Rathke]
fdo#78300 file Corrupt:drawing objects into a text box. [PriyankaGaikwad]
fdo#78321 bullets and Numbering: SvxNumberingPreview looks ugly [Thomas Arnhold]
fdo#78323 consistent left spacing for previews [Thomas Arnhold, Caolán McNamara]
fdo#78325 table Preferred width in percent is not preserved after RT. [YogeshBharate]
fdo#78382 PDF Import: add opacity support for fill and stroke [Vort]
fdo#78384 fix for corruption if file contains symbols. [Rohit Deshmukh]
fdo#78391 when numbers are auto-fit, reset clipping parameters. [Kohei Yoshida]
fdo#78402 adjust references of validity entries as appropriate. [Kohei Yoshida]
fdo#78413 revert "Objects having line thickness misplaced while pasting." [Andras Timar]
fdo#78420 file is getting corrupted after exported from LO. [Ravindra Vidhate]
fdo#78427 PDF Import: Improve detection of bold italic font [Vort]
fdo#78432 DOCX: File gets  corrupt after RoundTrip [Pallavi Jadhav]
fdo#78444 sw: avoid incorrect right shrinking of repaint rectangle [Miklos Vajna]
fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr> [Tushar Bende]
fdo#78471 don't forget to record the ID of the last record for BIFF5. [Kohei Yoshida]
fdo#78524 some wrong display on Portuguese grammar checking [Julien Nabet]
fdo#78535 don't process borders of 0 width. [Kohei Yoshida]
fdo#78536 sfx2: template dialog: make the am-i-dead-yet check reentrant [Michael Stahl]
fdo#78549 PDF Import: fix incorrect transformation matrix writing [Vort]
fdo#78567 revert "Unchecked return value" [Jan Holesovsky]
fdo#78599 fixed for file corruption which contains fields and hyperlink [PriyankaGaikwad]
fdo#78603 mixup (Left->Top) in Rectangle construction [Tomaž Vajngerl]
fdo#78608 SwTxtFrm::Paint: fix missing repaint problem on the left edge [Miklos Vajna]
fdo#78612 use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6 [Douglas Mencken]
fdo#78647 add locale data for Moore in Burkina Faso [mos-BF], [David Delma, Eike Rathke]
fdo#78651 DOCX Incorrect export of nested Tables [Vinaya Mandke]
fdo#78654 LO was exporting corrupt docx file. [sushil_shinde]
fdo#78657 writerfilter: tokenize a:hlinkClick [Miklos Vajna]
fdo#78658 corruption: lockedCanvas tag is missing from RT file [Dinesh Patil]
fdo#78659 make testcase minimal [Miklos Vajna, Ravindra Vidhate]
fdo#78663 corrupt: 2007 WordArt whithin a Drawing tool [Rajashri]
fdo#78689 PDF Import: get font's ascent value from different source [Vort]
fdo#78718 break the indefinite loop when entering =" [Eike Rathke]
fdo#78742 SfxFilterMatcher: respect requested document service if set [Michael Stahl]
fdo#78782 startcenter: open document on enter key [Maxim Monastirsky]
fdo#78786 no need to insert entries here for date members. [Kohei Yoshida]
fdo#78799 ignore overlayed monitors with co-incident origin. [Michael Meeks]
fdo#78815 fix report builder toolbox controller [Maxim Monastirsky]
fdo#78824 avoid having two menu entries having the same accelarator. [Kohei Yoshida]
fdo#78829 align to top instead of center [Caolán McNamara]
fdo#78838 following let's make this part safe too [Julien Nabet, Eike Rathke]
fdo#78841 crash because parent isn't SvxTabPage [Caolán McNamara]
fdo#78846 wrong AutoCorrect entries [Julien Nabet]
fdo#78857 jars aren't built without java [David Tardon]
fdo#78921 don't crash when there is no storage specified [Maxim Monastirsky]
fdo#78949 handle (SAXParse-)Exception that can't pass getAllRelationships [Stephan Bergmann]
fdo#78971 there's even a git hook to prevent commits containing SAL_DEBUG [Stephan Bergmann]
fod#77122 DOCX filter: link between textboxes is not being preserved [umeshkadam]
i#113481 query script invocation from the current frame... [Tsutomu Uchino]
i#116244 revert "need to reset rotation..." [Andras Timar]
i#124451 related: application of index entry template patterns [Oliver-Rainer Wittmann]
i#124638 support for DrawingLayre FillStyle for GraphicFrames and ... [Armin Le Grand]
i#124686 reuse already set font for interpreting... [Armin Le Grand]
i#124703 adapt coordinate range from ms relative... [Armin Le Grand]
i#124760 ensure that only the created object is selected [Armin Le Grand]
i#124800 AOO: switch avmedia's QuickTime component to QTKit for now [Herbert Dürr]
i#124823 AOO: fix the calculation of leading metrics for CoreText [Herbert Dürr]
i#124875 AOO: use AVAsset's best guess duration if AVPlayerItem isn't ready yet [Herbert Dürr]
i#124896 [API CHANGE] remove obsoleted rtl/allocator.hxx [Thomas Arnhold, Herbert Dürr, Caolán 
McNamara]
i#27364 set line count of dropdown to 9... [Tsutomu Uchino]
i#46469 related Setting umask for osl::Directory::open is useless [Stephan Bergmann]
i#53447 update example view for Draw... [Tsutomu Uchino]
i#56998 related: english doesn't put a space between numbers and percent [Thomas Arnhold]
i#63399 add to clipboard as URL only when... [Armin Le Grand]
i#64348 revert "basic: fix CDec() crash if string is empty" [Thomas Arnhold]
i#76558 jump by Enter key on the Object catalog [Tsutomu Uchino]
i#78427 PDF Import: Improve detection of bold italic font [Vort]
i#79214 remove nonsensical code [Stephan Bergmann]
i#86528 use the module manager to identify the context... [Tsutomu Uchino]
i#98216 extract boolean value for AutoFill value of ComboBox model [Tsutomu Uchino]
rhbz#1016758 [abrt] libreoffice-core-4.1.2.3-2.fc19: utl::ConfigManager::removeConfigItem: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Stephan Bergmann]
rhbz#1032774 [abrt] libreoffice-core-4.1.3.2-4.fc20: sd::ViewShell::GetFrameView: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
rhbz#1071604 don't crash if slide layout configs are missing [David Tardon]
rhbz#1089377 crash on loading a specific rtf [Caolán McNamara]
rhbz#1091111 [abrt] libreoffice-core: operator-=(): soffice.bin killed by SIGSEGV [Caolán McNamara]
rhbz#1091117 SdGlobalResourceContainer used after delete [Caolán McNamara]
rhbz#1092589 libreoffice can't find JRE after update of java packages [Stephan Bergmann]
rhbz#1096295 [fix available] Highlighting the currently selected slide vs the currently viewed 
slide is hard in impress [Caolán McNamara]
    + revert "ensure umask for mkstemp" (CID#705982) [Stephan Bergmann]
    + revert "ensure umask for mkstemp" (CID#705985) [Stephan Bergmann]
    + add set-all language menu. (bnc#863021) [Muthu Subramanian]
    + adjust output file extension when exporting (bnc#870581) [Luboš Luňák]
    + allow accepting/rejecting changes in a selection (bnc#874790) [Luboš Luňák]
    + handle brightness+contrast from msoffice (bnc#875713) [Luboš Luňák]
    + unintentional integer overflow (cid#705542) [Noel Grandin]
    + unused pointer value (cid#708875) [Noel Grandin]
    + unintentional integer overflow (cid#982783) [Noel Grandin]
    + uninitialized scalar field (coverity#1019408) [Caolán McNamara]
    + uninitialized pointer field (coverity#1028545) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1038298) [Miklos Vajna]
    + uninitialized scalar field (coverity#1038495) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1078575) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#1078601) [Caolán McNamara]
    + uninitialized pointer field (coverity#1079327) [Caolán McNamara]
    + uninitialized pointer field (coverity#1079343) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1130360) [Miklos Vajna]
    + uninitialized pointer field (coverity#1130478) [Caolán McNamara]
    + uninitialized pointer field (coverity#1130479) [Caolán McNamara]
    + uninitialized scalar field (coverity#1130486) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1158099) [Caolán McNamara]
    + improper use of negative value (coverity#1169835) [Caolán McNamara]
    + uninitialized scalar field (coverity#1169876) [Caolán McNamara]
    + uninitialized scalar field (coverity#1169877) [Caolán McNamara]
    + uninitialized pointer field (coverity#1169880) [Caolán McNamara]
    + bad bit shift operation (coverity#1202749) [Caolán McNamara]
    + max huffman code word len is 31 (coverity#1202751) [Caolán McNamara]
    + unchecked return value (coverity#1202759) [Caolán McNamara]
    + operands don't affect result (coverity#1202771) [Caolán McNamara]
    + revert "Uncaught exception" (coverity#1202903) [Stephan Bergmann]
    + uninitialized scalar field (coverity#1202962) [Caolán McNamara]
    + revert "Unchecked return value" (coverity#1209003) [Chris Sherlock, Jan Holesovsky]
    + same on both sides (coverity#1209074) [Caolán McNamara]
    + logically dead code (coverity#1209146) [Caolán McNamara]
    + logically dead code (coverity#1209186) [Caolán McNamara]
    + logically dead code (coverity#1209298) [Caolán McNamara]
    + [81-94], etc. null pointer dereference (coverity#12093) [Caolán McNamara]
    + coverity gold, wrong mask (coverity#1209362) [Caolán McNamara]
    + explicit null dereferenced (coverity#1209500) [Caolán McNamara]
    + dereference after null check (coverity#1209523) [Caolán McNamara]
    + dereference after null check (coverity#1209527) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1209549) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1209550) [Chris Sherlock]
    + explicit null dereferenced (coverity#1209554) [Caolán McNamara]
    + explicit null dereferenced (coverity#1209587) [Caolán McNamara]
    + explicit null dereferenced (coverity#1209588) [Caolán McNamara]
    + dereference after null check (coverity#1209590) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1209591) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#1209592) [Caolán McNamara]
    + explicit null dereferenced (coverity#1209611) [Caolán McNamara]
    + dereference null return value (coverity#1209709) [Caolán McNamara]
    + dereference null return value (coverity#1209712) [Caolán McNamara]
    + parse warning (coverity#1209760) [Caolán McNamara]
    + & Resource leak (coverity#1209777) [Chris Sherlock]
    + & Resource leak (coverity#1209778) [Chris Sherlock]
    + & Resource leak (coverity#1209779) [Chris Sherlock]
    + & Resource leak (coverity#1209780) [Chris Sherlock]
    + resource leak (coverity#1209781) [Chris Sherlock]
    + dereference before null check (coverity#1209783) [Caolán McNamara]
    + dereference before null check (coverity#1209785) [Caolán McNamara]
    + dereference before null check (coverity#1209786) [Caolán McNamara]
    + dereference before null check (coverity#1209792) [Caolán McNamara]
    + dereference before null check (coverity#1209793) [Caolán McNamara]
    + dereference before null check (coverity#1209803) [Caolán McNamara]
    + dereference before null check (coverity#1209804) [Caolán McNamara]
    + dereference before null check (coverity#1209811) [Caolán McNamara]
    + dereference before null check (coverity#1209816) [Caolán McNamara]
    + dereference before null check (coverity#1209818) [Caolán McNamara]
    + uncaught exception (coverity#1209902) [Caolán McNamara]
    + uncaught exception (coverity#1209903) [Caolán McNamara]
    + uncaught exception (coverity#1209904) [Caolán McNamara]
    + uncaught exception (coverity#1209935) [Caolán McNamara]
    + uncaught exception (coverity#1210085) [Caolán McNamara]
    + uncaught exception (coverity#1210086) [Caolán McNamara]
    + uncaught exception (coverity#1210087) [Caolán McNamara]
    + uncaught exception (coverity#1210088) [Caolán McNamara]
    + uncaught exception (coverity#1210089) [Caolán McNamara]
    + uncaught exception (coverity#1210119) [Caolán McNamara]
    + uncaught exception (coverity#1210120) [Caolán McNamara]
    + uncaught exception (coverity#1210121) [Caolán McNamara]
    + uncaught exception (coverity#1210130) [Caolán McNamara]
    + uninitialized scalar variable (coverity#1210161) [Caolán McNamara]
    + uninitialized scalar variable (coverity#1210163) [Caolán McNamara]
    + uninitialized scalar variable (coverity#1210164) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210166) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210167) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210168) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210169) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210170) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210172) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210173) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210174) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210175) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210176) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210177) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210178) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210179) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210180) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210181) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210182) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210183) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210184) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210185) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210186) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210187) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210188) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210189) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210190) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210191) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210192) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210193) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210194) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210195) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210196) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210197) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210198) [Caolán McNamara]
    + uninitialized scalar field (coverity#1210199) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210200) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210201) [Caolán McNamara]
    + uninitialized pointer field (coverity#1210202) [Caolán McNamara]
    + non-virtual destructor (coverity#1210401) [Caolán McNamara]
    + copy-paste error (coverity#1212488) [Thomas Arnhold]
    + unchecked dynamic_cast (coverity#1213117) [Caolán McNamara]
    + dereference after null check (coverity#1213129) [Caolán McNamara]
    + dereference after null check (coverity#1213133) [Caolán McNamara]
    + dereference null return value (coverity#1213242) [Caolán McNamara]
    + dereference null return value (coverity#1213244) [Caolán McNamara]
    + dereference null return value (coverity#1213247) [Caolán McNamara]
    + out-of-bounds read (coverity#1213254) [Caolán McNamara]
    + parse warning (coverity#1213270) [Caolán McNamara]
    + resource leak (coverity#1213276) [Caolán McNamara]
    + resource leak (coverity#1213277) [Caolán McNamara]
    + resource leak (coverity#1213288) [Caolán McNamara]
    + dereference before null check (coverity#1213291) [Caolán McNamara]
    + dereference before null check (coverity#1213305) [Caolán McNamara]
    + dereference before null check (coverity#1213306) [Caolán McNamara]
    + dereference before null check (coverity#1213310) [Caolán McNamara]
    + uncaught exception (coverity#1213522) [Caolán McNamara]
    + uncaught exception (coverity#1213526) [Caolán McNamara]
    + uncaught exception (coverity#1213527) [Caolán McNamara]
    + uncaught exception (coverity#1213528) [Caolán McNamara]
    + uncaught exception (coverity#1213529) [Caolán McNamara]
    + uninitialized scalar field (coverity#1213553) [Caolán McNamara]
    + dereference null return value (coverity#440876) [Caolán McNamara]
    + dereference null return value (coverity#441006) [Caolán McNamara]
    + dereference null return value (coverity#441607) [Caolán McNamara]
    + deference before null check (coverity#441827) [Chris Sherlock]
    + unchecked return value (coverity#703938) [Caolán McNamara]
    + unchecked return value (coverity#703939) [Caolán McNamara]
    + unchecked return value (coverity#703941) [Caolán McNamara]
    + do not unconditionally throw NoSuchElementException (coverity#704274) [Stephan Bergmann]
    + logically dead code (coverity#704283) [Caolán McNamara]
    + logically dead code (coverity#704338) [Caolán McNamara]
    + logically dead code (coverity#704339) [Caolán McNamara]
    + logically dead code (coverity#704340) [Caolán McNamara]
    + dereference after null check (coverity#704598) [Caolán McNamara]
    + dereference after null check (coverity#704714) [Caolán McNamara]
    + dereference after null check (coverity#704742) [Caolán McNamara]
    + dereference after null check (coverity#704797) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#704849) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704854) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704855) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704860) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704861) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704862) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704863) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704866) [Miklos Vajna]
    + unchecked dynamic_cast (coverity#704968) [Caolán McNamara]
    + dereference after null check (coverity#705024) [Caolán McNamara]
    + improper use of negative value (coverity#705435) [Caolán McNamara]
    + dereference null return value (coverity#705475) [Caolán McNamara]
    + dereference null return value (coverity#705478) [Caolán McNamara]
    + dereference null return value (coverity#705482) [Caolán McNamara]
    + dereference null return value (coverity#705484) [Caolán McNamara]
    + dereference null return value (coverity#705490) [Caolán McNamara]
    + unintentional integer overflow (coverity#705533) [Caolán McNamara]
    + unintentional integer overflow (coverity#705538) [Caolán McNamara]
    + unintentional integer overflow (coverity#705541) [Caolán McNamara]
    + unintentional integer overflow (coverity#705542) [Caolán McNamara]
    + resource leak (coverity#705639) [Caolán McNamara]
    + dereference before null check (coverity#705840) [Caolán McNamara]
    + dereference before null check (coverity#705841) [Caolán McNamara]
    + dereference before null check (coverity#705842) [Caolán McNamara]
    + dereference before null check (coverity#705853) [Caolán McNamara]
    + dereference before null check (coverity#705918) [Caolán McNamara]
    + dereference before null check (coverity#705926) [Caolán McNamara]
    + dereference before null check (coverity#705927) [Caolán McNamara]
    + dereference before null check (coverity#705928) [Caolán McNamara]
    + uncaught exception (coverity#706281) [Caolán McNamara]
    + uncaught exception (coverity#706282) [Caolán McNamara]
    + uncaught exception (coverity#707088) [Caolán McNamara]
    + uncaught exception (coverity#707098) [Caolán McNamara]
    + uncaught exception (coverity#707218) [Caolán McNamara]
    + uncaught exception (coverity#707237) [Caolán McNamara]
    + uncaught exception (coverity#707312) [Caolán McNamara]
    + uncaught exception (coverity#707317) [Caolán McNamara]
    + uncaught exception (coverity#707371) [Caolán McNamara]
    + uncaught exception (coverity#707379) [Caolán McNamara]
    + uncaught exception (coverity#707380) [Caolán McNamara]
    + uncaught exception (coverity#707461) [Caolán McNamara]
    + uncaught exception (coverity#707469) [Caolán McNamara]
    + uncaught exception (coverity#707474) [Caolán McNamara]
    + uncaught exception (coverity#707475) [Caolán McNamara]
    + uncaught exception (coverity#707476) [Caolán McNamara]
    + uncaught exception (coverity#707477) [Caolán McNamara]
    + uncaught exception (coverity#707478) [Caolán McNamara]
    + uncaught exception (coverity#707479) [Caolán McNamara]
    + uncaught exception (coverity#707484) [Caolán McNamara]
    + uncaught exception (coverity#707488) [Caolán McNamara]
    + uncaught exception (coverity#707489) [Caolán McNamara]
    + uncaught exception (coverity#707490) [Caolán McNamara]
    + uninitialized scalar field (coverity#707665) [Caolán McNamara]
    + uninitialized scalar field (coverity#707666) [Caolán McNamara]
    + uninitialized pointer field (coverity#707667) [Caolán McNamara]
    + uninitialized scalar field (coverity#707693) [Caolán McNamara]
    + uninitialized scalar field (coverity#707708) [Caolán McNamara]
    + uninitialized pointer field (coverity#707713) [Caolán McNamara]
    + uninitialized pointer (coverity#707714) [Caolán McNamara]
    + uninitialized pointer field (coverity#707740) [Caolán McNamara]
    + uninitialized pointer field (coverity#707744) [Caolán McNamara]
    + uninitialized pointer field (coverity#707746) [Caolán McNamara]
    + uninitialized pointer field (coverity#707751) [Caolán McNamara]
    + uninitialized scalar field (coverity#707758) [Caolán McNamara]
    + uninitialized scalar field (coverity#707784) [Caolán McNamara]
    + uninitialized scalar field (coverity#707812) [Caolán McNamara]
    + uninitialized scalar field (coverity#707821) [Caolán McNamara]
    + uninitialized scalar field (coverity#707832) [Caolán McNamara]
    + uninitialized pointer field (coverity#707836) [Caolán McNamara]
    + uninitialized scalar field (coverity#707840) [Caolán McNamara]
    + uninitialized scalar field (coverity#707841) [Caolán McNamara]
    + uninitialized scalar field (coverity#707848) [Caolán McNamara]
    + uninitialized scalar field (coverity#707849) [Caolán McNamara]
    + uninitialized scalar field (coverity#707850) [Caolán McNamara]
    + uninitialized scalar field (coverity#707853) [Caolán McNamara]
    + uninitialized scalar field (coverity#707854) [Caolán McNamara]
    + uninitialized scalar field (coverity#707858) [Caolán McNamara]
    + uninitialized pointer field (coverity#707866) [Caolán McNamara]
    + uninitialized scalar field (coverity#707880) [Caolán McNamara]
    + uninitialized pointer field (coverity#707891) [Caolán McNamara]
    + uninitialized pointer field (coverity#707892) [Caolán McNamara]
    + uninitialized pointer field (coverity#707899) [Caolán McNamara]
    + uninitialized pointer field (coverity#707900) [Caolán McNamara]
    + uninitialized scalar field (coverity#707916) [Caolán McNamara]
    + uninitialized scalar field (coverity#707918) [Caolán McNamara]
    + uninitialized pointer field (coverity#707966) [Caolán McNamara]
    + uninitialized pointer field (coverity#707976) [Caolán McNamara]
    + uninitialized pointer field (coverity#707979) [Caolán McNamara]
    + uninitialized scalar field (coverity#707994) [Caolán McNamara]
    + uninitialized scalar field (coverity#707996) [Caolán McNamara]
    + uninitialized scalar field (coverity#708014) [Caolán McNamara]
    + uninitialized scalar field (coverity#708016) [Caolán McNamara]
    + uninitialized scalar field (coverity#708017) [Caolán McNamara]
    + uninitialized scalar field (coverity#708020) [Caolán McNamara]
    + uninitialized scalar field (coverity#708023) [Caolán McNamara]
    + uninitialized scalar field (coverity#708027) [Caolán McNamara]
    + uninitialized scalar field (coverity#708031) [Caolán McNamara]
    + uninitialized scalar field (coverity#708032) [Caolán McNamara]
    + uninitialized scalar field (coverity#708033) [Caolán McNamara]
    + uninitialized scalar field (coverity#708034) [Caolán McNamara]
    + uninitialized scalar field (coverity#708038) [Caolán McNamara]
    + uninitialized scalar field (coverity#708039) [Caolán McNamara]
    + uninitialized scalar field (coverity#708052) [Caolán McNamara]
    + uninitialized scalar field (coverity#708055) [Caolán McNamara]
    + uninitialized scalar field (coverity#708056) [Caolán McNamara]
    + uninitialized scalar field (coverity#708059) [Caolán McNamara]
    + uninitialized scalar field (coverity#708060) [Caolán McNamara]
    + uninitialized scalar field (coverity#708061) [Caolán McNamara]
    + uninitialized scalar field (coverity#708063) [Caolán McNamara]
    + uninitialized scalar field (coverity#708064) [Caolán McNamara]
    + uninitialized scalar field (coverity#708065) [Caolán McNamara]
    + uninitialized scalar field (coverity#708066) [Caolán McNamara]
    + uninitialized scalar field (coverity#708068) [Caolán McNamara]
    + uninitialized scalar field (coverity#708070) [Caolán McNamara]
    + uninitialized scalar field (coverity#708074) [Caolán McNamara]
    + uninitialized scalar field (coverity#708075) [Caolán McNamara]
    + uninitialized scalar field (coverity#708078) [Caolán McNamara]
    + uninitialized scalar field (coverity#708080) [Caolán McNamara]
    + uninitialized scalar field (coverity#708090) [Caolán McNamara]
    + uninitialized scalar field (coverity#708109) [Caolán McNamara]
    + uninitialized scalar field (coverity#708110) [Caolán McNamara]
    + uninitialized scalar field (coverity#708114) [Caolán McNamara]
    + uninitialized pointer field (coverity#708174) [Caolán McNamara]
    + uninitialized scalar field (coverity#708203) [Caolán McNamara]
    + uninitialized scalar field (coverity#708204) [Caolán McNamara]
    + uninitialized scalar field (coverity#708205) [Caolán McNamara]
    + uninitialized scalar field (coverity#708207) [Caolán McNamara]
    + uninitialized scalar field (coverity#708228) [Caolán McNamara]
    + uninitialized scalar field (coverity#708229) [Caolán McNamara]
    + uninitialized scalar field (coverity#708231) [Caolán McNamara]
    + uninitialized pointer field (coverity#708240) [Caolán McNamara]
    + uninitialized pointer field (coverity#708306) [Caolán McNamara]
    + uninitialized scalar field (coverity#708319) [Caolán McNamara]
    + uninitialized pointer field (coverity#708321) [Caolán McNamara]
    + uninitialized scalar field (coverity#708323) [Caolán McNamara]
    + uninitialized m_refCount (coverity#708324) [Caolán McNamara]
    + uninitialized scalar field (coverity#708334) [Caolán McNamara]
    + uninitialized scalar field (coverity#708335) [Caolán McNamara]
    + uninitialized scalar field (coverity#708336) [Caolán McNamara]
    + uninitialized scalar field (coverity#708340) [Caolán McNamara]
    + uninitialized scalar field (coverity#708341) [Caolán McNamara]
    + uninitialized pointer field (coverity#708371) [Caolán McNamara]
    + uninitialized scalar field (coverity#708389) [Caolán McNamara]
    + uninitialized scalar field (coverity#708465) [Caolán McNamara]
    + uninitialized scalar field (coverity#708471) [Caolán McNamara]
    + uninitialized scalar field (coverity#708472) [Caolán McNamara]
    + uninitialized scalar field (coverity#708480) [Caolán McNamara]
    + uninitialized scalar field (coverity#708481) [Caolán McNamara]
    + uninitialized scalar field (coverity#708484) [Caolán McNamara]
    + uninitialized scalar field (coverity#708501) [Caolán McNamara]
    + uninitialized scalar field (coverity#708503) [Caolán McNamara]
    + uninitialized pointer field (coverity#708513) [Caolán McNamara]
    + uninitialized scalar field (coverity#708516) [Caolán McNamara]
    + uninitialized scalar field (coverity#708519) [Caolán McNamara]
    + uninitialized scalar field (coverity#708522) [Caolán McNamara]
    + uninitialized scalar field (coverity#708543) [Caolán McNamara]
    + uninitialized scalar field (coverity#708544) [Caolán McNamara]
    + uninitialized scalar field (coverity#708545) [Caolán McNamara]
    + uninitialized scalar field (coverity#708561) [Caolán McNamara]
    + uninitialized scalar field (coverity#708563) [Caolán McNamara]
    + uninitialized scalar field (coverity#708565) [Caolán McNamara]
    + uninitialized scalar field (coverity#708576) [Caolán McNamara]
    + uninitialized scalar field (coverity#708627) [Caolán McNamara]
    + uninitialized scalar field (coverity#708629) [Caolán McNamara]
    + uninitialized scalar field (coverity#708630) [Caolán McNamara]
    + uninitialized scalar field (coverity#708631) [Caolán McNamara]
    + uninitialized scalar field (coverity#708632) [Caolán McNamara]
    + uninitialized scalar field (coverity#708636) [Caolán McNamara]
    + uninitialized pointer field (coverity#708645) [Caolán McNamara]
    + uninitialized pointer field (coverity#708650) [Caolán McNamara]
    + uninitialized pointer field (coverity#708651) [Caolán McNamara]
    + uninitialized pointer field (coverity#708654) [Caolán McNamara]
    + uninitialized scalar field (coverity#708670) [Caolán McNamara]
    + uninitialized scalar field (coverity#708671) [Caolán McNamara]
    + uninitialized pointer field (coverity#708673) [Caolán McNamara]
    + uninitialized pointer field (coverity#708727) [Caolán McNamara]
    + unused pointer value (coverity#708811) [Caolán McNamara]
    + unused pointer value (coverity#708815) [Caolán McNamara]
    + unused pointer value (coverity#708847) [Caolán McNamara]
    + unused pointer value (coverity#708868) [Caolán McNamara]
    + use after free (coverity#708922) [Chris Sherlock]
    + logically dead code (coverity#735401) [Caolán McNamara]
    + logically dead code (coverity#735403) [Caolán McNamara]
    + logically dead code (coverity#735404) [Caolán McNamara]
    + logically dead code (coverity#735420) [Caolán McNamara]
    + logically dead code (coverity#735443) [Caolán McNamara]
    + logically dead code (coverity#735464) [Thomas Arnhold]
    + logically dead code (coverity#735474) [Caolán McNamara]
    + logically dead code (coverity#735482) [Caolán McNamara]
    + logically dead code (coverity#735483) [Caolán McNamara]
    + logically dead code (coverity#735484) [Caolán McNamara]
    + logically dead code (coverity#735486) [Caolán McNamara]
    + logically dead code (coverity#735487) [Caolán McNamara]
    + logically dead code (coverity#735523) [Caolán McNamara]
    + logically dead code (coverity#735545) [Caolán McNamara]
    + logically dead code (coverity#735546) [Caolán McNamara]
    + division or modulo by zero (coverity#735656) [Caolán McNamara]
    + explicit null dereferenced (coverity#735746) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#735765) [Miklos Vajna]
    + explicit null dereferenced (coverity#735793) [Caolán McNamara]
    + explicit null dereferenced (coverity#735832) [Caolán McNamara]
    + explicit null dereferenced (coverity#735834) [Caolán McNamara]
    + dereference after null check (coverity#735839) [Caolán McNamara]
    + explicit null dereferenced (coverity#735842) [Caolán McNamara]
    + explicit null dereferenced (coverity#735848) [Caolán McNamara]
    + explicit null dereferenced (coverity#735858) [Caolán McNamara]
    + explicit null dereferenced (coverity#735859) [Caolán McNamara]
    + explicit null dereferenced (coverity#735860) [Caolán McNamara]
    + unchecked dynamic_cast (coverity#735892) [Miklos Vajna]
    + explicit null dereferenced (coverity#735924) [Caolán McNamara]
    + explicit null dereferenced (coverity#735932) [Caolán McNamara]
    + explicit null dereferenced (coverity#735935) [Caolán McNamara]
    + explicit null dereferenced (coverity#735936) [Caolán McNamara]
    + explicit null dereferenced (coverity#735937) [Caolán McNamara]
    + explicit null dereferenced (coverity#735938) [Caolán McNamara]
    + explicit null dereferenced (coverity#735943) [Caolán McNamara]
    + explicit null dereferenced (coverity#735955) [Caolán McNamara]
    + explicit null dereferenced (coverity#735956) [Caolán McNamara]
    + explicit null dereferenced (coverity#735957) [Caolán McNamara]
    + explicit null dereferenced (coverity#735958) [Caolán McNamara]
    + explicit null dereferenced (coverity#735959) [Caolán McNamara]
    + explicit null dereferenced (coverity#735960) [Caolán McNamara]
    + improper use of negative value (coverity#736091) [Caolán McNamara]
    + improper use of negative value (coverity#736092) [Caolán McNamara]
    + improper use of negative value (coverity#736100) [Caolán McNamara]
    + improper use of negative value (coverity#736101) [Caolán McNamara]
    + improper use of negative value (coverity#736102) [Caolán McNamara]
    + dereference null return value (coverity#736136) [Caolán McNamara]
    + dereference null return value (coverity#736141) [Caolán McNamara]
    + dereference null return value (coverity#736151) [Caolán McNamara]
    + dereference null return value (coverity#736152) [Caolán McNamara]
    + dereference null return value (coverity#736155) [Caolán McNamara]
    + resource leak (coverity#736451) [Caolán McNamara]
    + resource leak (coverity#736452) [Thomas Arnhold, Caolán McNamara]
    + dereference before null check (coverity#736795) [Caolán McNamara]
    + dereference before null check (coverity#736844) [Caolán McNamara]
    + dereference before null check (coverity#736853) [Caolán McNamara]
    + dereference before null check (coverity#736855) [Caolán McNamara]
    + dereference before null check (coverity#736856) [Caolán McNamara]
    + dereference before null check (coverity#736861) [Caolán McNamara]
    + dereference before null check (coverity#736862) [Caolán McNamara]
    + dereference before null check (coverity#736863) [Caolán McNamara]
    + dereference before null check (coverity#736864) [Caolán McNamara]
    + dereference before null check (coverity#736870) [Caolán McNamara]
    + uncaught exception (coverity#736990) [Caolán McNamara]
    + uncaught exception (coverity#736992) [Caolán McNamara]
    + uncaught exception (coverity#736993) [Caolán McNamara]
    + uncaught exception (coverity#737762) [Caolán McNamara]
    + uninitialized scalar field (coverity#738568) [Caolán McNamara]
    + uninitialized scalar field (coverity#738569) [Caolán McNamara]
    + uninitialized scalar field (coverity#738573) [Caolán McNamara]
    + uninitialized scalar field (coverity#738574) [Caolán McNamara]
    + uninitialized pointer field (coverity#738575) [Caolán McNamara]
    + uninitialized pointer field (coverity#738576) [Caolán McNamara]
    + uninitialized pointer field (coverity#738577) [Caolán McNamara]
    + uninitialized scalar field (coverity#738590) [Caolán McNamara]
    + uninitialized pointer field (coverity#738591) [Caolán McNamara]
    + uninitialized scalar field (coverity#738592) [Caolán McNamara]
    + uninitialized scalar field (coverity#738594) [Caolán McNamara]
    + uninitialized pointer field (coverity#738607) [Caolán McNamara]
    + uninitialized pointer field (coverity#738608) [Caolán McNamara]
    + uninitialized pointer field (coverity#738609) [Caolán McNamara]
    + uninitialized scalar field (coverity#738625) [Caolán McNamara]
    + uninitialized scalar field (coverity#738627) [Caolán McNamara]
    + uninitialized scalar field (coverity#738630) [Caolán McNamara]
    + uninitialized pointer field (coverity#738633) [Caolán McNamara]
    + uninitialized pointer field (coverity#738636) [Caolán McNamara]
    + uninitialized scalar field (coverity#738741) [Caolán McNamara]
    + uninitialized pointer field (coverity#738786) [Caolán McNamara]
    + uninitialized pointer field (coverity#738811) [Caolán McNamara]
    + uninitialized scalar field (coverity#738825) [Caolán McNamara]
    + uninitialized scalar field (coverity#738826) [Caolán McNamara]
    + uninitialized scalar field (coverity#738843) [Caolán McNamara]
    + uninitialized pointer field (coverity#738855) [Caolán McNamara]
    + uninitialized pointer field (coverity#738861) [Caolán McNamara]
    + uninitialized pointer field (coverity#738881) [Caolán McNamara]
    + uninitialized pointer field (coverity#738902) [Caolán McNamara]
    + uninitialized scalar field (coverity#738903) [Caolán McNamara]
    + uninitialized scalar field (coverity#738904) [Caolán McNamara]
    + uninitialized scalar field (coverity#738906) [Caolán McNamara]
    + uninitialized scalar field (coverity#738907) [Caolán McNamara]
    + uninitialized scalar field (coverity#738909) [Caolán McNamara]
    + uninitialized scalar field (coverity#738910) [Caolán McNamara]
    + uninitialized pointer field (coverity#738911) [Caolán McNamara]
    + uninitialized scalar field (coverity#738912) [Caolán McNamara]
    + uninitialized scalar field (coverity#738920) [Caolán McNamara]
    + improper use of negative value (coverity#982701) [Caolán McNamara]
    + negative loop bound (coverity#982735) [Caolán McNamara]
    + uncaught exception (coverity#983996) [Caolán McNamara]
    + uncaught exception (coverity#983998) [Caolán McNamara]
    + uncaught exception (coverity#984006) [Caolán McNamara]
    + uninitialized scalar field (coverity#984086) [Caolán McNamara]
    + uninitialized scalar field (coverity#984094) [Caolán McNamara]
    + uninitialized scalar field (coverity#984106) [Caolán McNamara]
    + uninitialized scalar field (coverity#984128) [Caolán McNamara]
    + uninitialized scalar field (coverity#984136) [Caolán McNamara]
    + uninitialized scalar field (coverity#984137) [Caolán McNamara]
    + uninitialized scalar field (coverity#984153) [Caolán McNamara]
    + use after free (coverity#984442) [Caolán McNamara]
    + uncaught exception (coverity#989721) [Caolán McNamara]
    + uncaught exception (coverity#989722) [Caolán McNamara]
    + uncaught exception (coverity#989723) [Caolán McNamara]
    + uncaught exception (coverity#989724) [Caolán McNamara]
    + uncaught exception (coverity#989725) [Caolán McNamara]
    + uncaught exception (coverity#989726) [Caolán McNamara]
    + add undo action for conditional formatting, (cp#1000050) [Markus Mohrhard]
    + fix missing service factory during import, related (cp#1000057) [Markus Mohrhard]
    + do not crash when pasting impress page into another impress page (cp#1000067) [Luboš Luňák]
    + testcase (cp#1000068) [Miklos Vajna]
    + nitpick: avoid triple redirection inside loop, related (fdo#12345) [Eike Rathke]
    + fix "UI color panel does not show the actual color in Writer" (fdo#32376) [Tomofumi Yagi]
    + Jan1 or 1Jan without separating character is not date (fdo#34724) [Eike Rathke]
    + work around LO blocking when asking for QClipboard's contents, helps (fdo#35950) [Luboš Luňák]
    + related: clip overlarge comment contents (fdo#36815) [Caolán McNamara]
    + handle w:gridBefore by faking cells (fdo#38414) [Luboš Luňák]
    + section Properties if section starts with table (fdo#39056) [Vinaya Mandke]
    + delete Java Access Bridge from help (fdo#39956) [Andras Timar]
    + match month and day name word instead of substring (fdo#41166) [Eike Rathke]
    + for now, reintroduce the horrible static counter into utl::TempFile (fdo#41295) [Stephan 
Bergmann]
    + [API CHANGE] Remove OSL_THIS_FILE (fdo#43157) [Mukhiddin Yusupov, Stephan Bergmann, Michaël 
Lefèvre]
    + revert "Objects having line thickness misplaced while pasting." (fdo#45260) [Andras Timar]
    + keep only one class for toolbox color controls (fdo#45671) [Maxim Monastirsky]
    + introduce centralized detection for storage-based files (fdo#46310) [Maxim Monastirsky]
    + convert line color picker to split button (fdo#46839) [Maxim Monastirsky]
    + fixing manifest files in cs autotext libraries (fdo#47800) [Michal Horak]
    + fix WIN32 long path name support of spelling dictionaries (fdo#48017) [László Németh]
    + fix crash found when exploring (fdo#50697) [Caolán McNamara]
    + handle properly page breaks even if a page contains only a frame (fdo#55381) [Luboš Luňák]
    + writer: Dont overwrite from even when selected, from writer. (fdo#55582) [Lennard Wasserthal]
    + word count incorrect if language is set to Finnish (fdo#55707) [Caolán McNamara]
    + WMF: partially revert change as for some documents text is not drawn (fdo#56886) [Tomaž 
Vajngerl]
    + sw: fix crash on Undo of table row insert on 1-row table (fdo#57197) [Michael Stahl]
    + related: save some orphaned help pages (fdo#58170) [Caolán McNamara]
    + crash after undoing master page application (fdo#60040) [Caolán McNamara]
    + add osl_File_OpenFlag_Private to avoid umask (fdo#60338) [Stephan Bergmann]
    + fix deletion of paragraph following table (fdo#60967) [Michael Stahl]
    + type ahead in lists skips the next entry (fdo#61102) [Caolán McNamara]
    + EPS not rendered in drawinglayer code paths (fdo#62038) [Caolán McNamara]
    + (related: Revert "reset min/max values in paragraph ... (fdo#62176) [Michael Stahl]
    + replace RTL_CONTEXT_ macros with SAL_INFO (fdo#63690) [Noel Grandin]
    + add set-all language menu. (fdo#64047) [Muthu Subramanian]
    + related: pstoedit not writing file until its closed (fdo#64161) [Caolán McNamara]
    + revert "Revert "temporarily disable failing , (fdo#66617) [Markus Mohrhard]
    + keywords occur in unquoted context only (fdo#66620) [Eike Rathke]
    + ReportCommands.xcu is localizable (fdo#67112) [Andras Timar]
    + brazilian Portuguese -> Portuguese (Brazil) (fdo#67842) [Andras Timar]
    + limit comment width (fdo#68600) [Caolán McNamara]
    + random number generation weak with Rnd in BASIC (fdo#70474) [Thomas Arnhold]
    + work-around scaling in SetClipPath (fdo#70498) [Tomaž Vajngerl]
    + dependency problem with debian packages for master/dev builds (fdo#70596) [Christian Lohmaier]
    + be explicit about text rotations, (fdo#70670) [Markus Mohrhard]
    + : fixincludeguards.pl: all that's left (fdo#70681) [Thomas Arnhold]
    + change terms graphics/picture to image (fdo#70998) [Stanislav Horacek]
    + PDF Import: Fix importing of JPEG images (fdo#71217) [Vort]
    + remove unwanted a11y event on text insertion (fdo#71556) [Jacobo Aragunde Pérez]
    + make reproducer document more minimal (fdo#71834) [Miklos Vajna]
    + populate "Load URL" dropdown from picklist. (fdo#72006) [Andrzej Hunt]
    + related: lighter ruler default color (fdo#72142) [Caolán McNamara]
    + scale or map only when EMR_EXTSELECTCLIPRGN action (fdo#72590) [Tomaž Vajngerl]
    + we need to push a return value in any case, related (fdo#73148) [Winfried Donkers, Eike 
Rathke]
    + fix "UI color panel does not show the actual color in Writer" (fdo#73891) [Maxim Monastirsky, 
Tomofumi Yagi]
    + additional test for the followup issue. (fdo#74322) [Kohei Yoshida]
    + fix missing service factory during import, related (fdo#74333) [Markus Mohrhard]
    + wrongly transformed line width - use 0 for height (fdo#74336) [Tomaž Vajngerl]
    + speed up GetFilteredFilterEntries(). (fdo#74650) [Kohei Yoshida]
    + vcl: MenuFloatingWindow::InitClipRegion() should not be virtual (fdo#74702) [Miklos Vajna, 
Chris Sherlock]
    + sw: Compare Document: fix assertions about RSID-only hints (fdo#74790) [Michael Stahl]
    + introduce centralized detection for storage-based files (fdo#74978) [Maxim Monastirsky]
    + overline attribute needs special treatment as well. (fdo#75056) [Kohei Yoshida]
    + optimize autofilter item filling for non-tree items. (fdo#75058) [Kohei Yoshida]
    + add test for (fdo#75168) [Markus Mohrhard]
    + include parentheses replacement in functions' formula data, (fdo#75264) [Winfried Donkers, 
Eike Rathke]
    + write unit test for this. (fdo#75397) [Kohei Yoshida]
    + section Properties if section starts with table (fdo#75431) [Vinaya Mandke]
    + pass toolbar context menu commands to toolbar for handling. (fdo#75489) [Andrzej Hunt]
    + fix chapter cross references (fdo#75519) [Michael Stahl]
    + perhaps this will prevent the crash ? (fdo#75971) [Kohei Yoshida]
    + get rid of unneeded and malfunctioning maItemListRect. (fdo#76261) [Andrzej Hunt]
    + writer unit test for this. (fdo#76607) [Kohei Yoshida]
    + wrap reference addresses at max boundaries. (fdo#76611) [Kohei Yoshida]
    + better test to really test PRODUCT with array input. (fdo#76663) [Kohei Yoshida]
    + LightProof: Italian translation too long in options (fdo#76692) [Julien Nabet]
    + CurTOXType::GetFlatIndex(): fix inverted conditional (fdo#76696) [Michael Stahl]
    + adjust sheet position of conditional format entries. (fdo#76710) [Kohei Yoshida]
    + rounding for "fill > random number.." option (fdo#76718) [Tomaž Vajngerl]
    + revert "need to reset rotation..." (fdo#76878) [Andras Timar]
    + write a test for this. (fdo#76912) [Kohei Yoshida]
    + fill the match string even if the raw string is empty. (fdo#77039) [Kohei Yoshida]
    + treat empty cells as if they have a value of 0.0. (fdo#77056) [Kohei Yoshida]
    + drop source/common/putilimp.h part of Android patch, related (fdo#77071) [Eike Rathke]
    + if available, use ext. dimensions for non-placable WMF (fdo#77089) [Tomaž Vajngerl]
    + BitmapEx.Scale already takes care of mirroring (fdo#77126) [Tomaž Vajngerl]
    + replace "Edit Group" with "Enter Group" (fdo#77282) [Laurent Balland-Poirier]
    + SwFormTokensHelper avoid infinite loop on invalid input (fdo#77308) [Michael Stahl]
    + when in cell edit mode, use the EditView instance already there. (fdo#77315) [Kohei Yoshida]
    + fix the getProperty case more thoroughly (related: (fdo#77340) [Michael Stahl]
    + don't return from the call. Notes are handled at the end. (fdo#77379) [Kohei Yoshida]
    + add undo action for conditional formatting, (fdo#77381) [Markus Mohrhard]
    + detect AOO 4.x for SvXMLImport::needFixPositionAfterZ (fdo#77451) [Laurent Balland-Poirier]
    + resolve memory corruption / crash in Consolidate (fdo#77509) [Eike Rathke]
    + write export test for this. (fdo#77537) [Kohei Yoshida]
    + RTF export: always close URL's before the end of run (fdo#77600) [Miklos Vajna]
    + update help (new wildcard in autocorrection) (fdo#77603) [László Németh]
    + write test for this. (fdo#77647) [Kohei Yoshida]
    + keep only one class for toolbox color controls (fdo#77683) [Maxim Monastirsky, Tomofumi Yagi]
    + file Corruption - Header.xml (fdo#77713) [Rajashri]
    + fix for TOC flag field \c (fdo#77715) [Dinesh Patil]
    + picture inside SmartArt changes after RT (fdo#77718) [umeshkadam]
    + file containing CusGeom gets corrupted on RT. (fdo#77719) [Sourav]
    + mail Merge: reset cursors after clearing document (fdo#77720) [Michael Stahl, Julien Nabet]
    + fix drawing of 100% transparent frames (fdo#77723) [Luboš Luňák]
    + LO not able to open/save file when exported multiple times. (fdo#77725) [Miklos Vajna, 
Ravindra Vidhate]
    + PAGEBREAK In first paragraph was not rendered and exported. (fdo#77727) [sushil_shinde]
    + add test case for named range expansion and formula update. (fdo#77728) [Kohei Yoshida]
    + don't proceed when all cells in the range are empty. (fdo#77735) [Kohei Yoshida]
    + UI trendline: limit max values of Degree and Period (fdo#77739) [Laurent Balland-Poirier]
    + embedded excel getting renamed to binary object. (fdo#77759) [Ravindra Vidhate]
    + write test for this. (fdo#77806) [Kohei Yoshida]
    + FILESAVE :DOCX : Extra Section Break gets added in file (fdo#77812) [Pallavi Jadhav]
    + related [None] as only possible choice in lists (fdo#77874) [Julien Nabet]
    + add language: expand list if dialog gets resized (fdo#77886) [Thomas Arnhold]
    + floating Table positions are not preserved when doing Export (fdo#77887) [Ravindra Vidhate]
    + page break exported as section break if different 1st page is set (fdo#77890) [umeshkadam]
    + fix python crash when in GUI mode, target WinXP with VS2012 (fdo#77891) [Christian Lohmaier]
    + use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6 (fdo#77893) [Douglas 
Mencken]
    + LibO crashes when in options dialog (Colors part) (fdo#77934) [Julien Nabet]
    + no need to store updated formulas in undo document when moving. (fdo#77944) [Kohei Yoshida]
    + write test for this corner case. (fdo#77969) [Kohei Yoshida]
    + add unit test for (fdo#77984) [Markus Mohrhard]
    + write test for this, using the 2nd test document submitted. (fdo#77990) [Kohei Yoshida]
    + vcl-quartz: fix for (specific to OS X <10.6) (fdo#77993) [Douglas Mencken]
    + fix string formatting (fdo#78004) [Alex Gulyás]
    + bitmaps are missing allover the UI (fdo#78030) [Thomas Arnhold]
    + add test for (fdo#78041) [Markus Mohrhard]
    + initialize drawing layer when the document contains notes. (fdo#78054) [Kohei Yoshida]
    + broadcast only on non-empty cells within deleted range. (fdo#78062) [Kohei Yoshida]
    + PDF Import: Use absolute positions in svg:d parameter (fdo#78075) [Vort]
    + write test for this. (fdo#78079) [Kohei Yoshida]
    + find the longest match for month name (fdo#78119) [David Tardon, Eike Rathke]
    + go back to using an interim metafile (fdo#78128) [Caolán McNamara]
    + LibO crashes when in options dialog (Colors part) (fdo#78133) [Julien Nabet]
    + assert if SwVirtFlyDrawObj is being painted with no ViewPort set (fdo#78149) [Michael Stahl]
    + ctrl+Backspace does not erase first character (fdo#78150) [Julien Nabet]
    + related: fix 'pIds unsorted' warning (fdo#78151) [Caolán McNamara]
    + SwTxtFrm::ManipOfst() requires a valid position (fdo#78153) [Miklos Vajna]
    + fix import of OOoXML embedded objects (fdo#78159) [Michael Stahl]
    + adjust note icons on comments-in-margins case (fdo#78204) [Caolán McNamara]
    + selected text should be copied in "Replace" (fdo#78217) [Julien Nabet]
    + PDF Import: add dashes support (fdo#78241) [Vort]
    + fix advancing slides by mouse clicks. (fdo#78267) [Jan Holesovsky]
    + sw: Insert Section dialog: fix editing of name (fdo#78271) [Michael Stahl]
    + content-type of ".png" images in Smart Art (fdo#78284) [Vinaya Mandke]
    + the File gets corrupted when saved in LO (fdo#78290) [Bisal Singh Nayal]
    + tags related to checkbox r being written in text tag for sdt cntnt. (fdo#78292) [umeshkadam]
    + default null-date for document import is 1899-12-30 (fdo#78294) [Eike Rathke]
    + file Corrupt:drawing objects into a text box. (fdo#78300) [PriyankaGaikwad]
    + bullets and Numbering: SvxNumberingPreview looks ugly (fdo#78321) [Thomas Arnhold]
    + consistent left spacing for previews (fdo#78323) [Thomas Arnhold, Caolán McNamara]
    + table Preferred width in percent is not preserved after RT. (fdo#78325) [YogeshBharate]
    + PDF Import: add opacity support for fill and stroke (fdo#78382) [Vort]
    + fix for corruption if file contains symbols. (fdo#78384) [Rohit Deshmukh]
    + when numbers are auto-fit, reset clipping parameters. (fdo#78391) [Kohei Yoshida]
    + adjust references of validity entries as appropriate. (fdo#78402) [Kohei Yoshida]
    + revert "Objects having line thickness misplaced while pasting." (fdo#78413) [Andras Timar]
    + file is getting corrupted after exported from LO. (fdo#78420) [Ravindra Vidhate]
    + PDF Import: Improve detection of bold italic font (fdo#78427) [Vort]
    + DOCX: File gets  corrupt after RoundTrip (fdo#78432) [Pallavi Jadhav]
    + sw: avoid incorrect right shrinking of repaint rectangle (fdo#78444) [Miklos Vajna]
    + FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr> (fdo#78469) [Tushar Bende]
    + don't forget to record the ID of the last record for BIFF5. (fdo#78471) [Kohei Yoshida]
    + some wrong display on Portuguese grammar checking (fdo#78524) [Julien Nabet]
    + don't process borders of 0 width. (fdo#78535) [Kohei Yoshida]
    + sfx2: template dialog: make the am-i-dead-yet check reentrant (fdo#78536) [Michael Stahl]
    + PDF Import: fix incorrect transformation matrix writing (fdo#78549) [Vort]
    + revert "Unchecked return value" (fdo#78567) [Jan Holesovsky]
    + fixed for file corruption which contains fields and hyperlink (fdo#78599) [PriyankaGaikwad]
    + mixup (Left->Top) in Rectangle construction (fdo#78603) [Tomaž Vajngerl]
    + SwTxtFrm::Paint: fix missing repaint problem on the left edge (fdo#78608) [Miklos Vajna]
    + use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6 (fdo#78612) [Douglas 
Mencken]
    + add locale data for Moore in Burkina Faso [mos-BF], (fdo#78647) [David Delma, Eike Rathke]
    + DOCX Incorrect export of nested Tables (fdo#78651) [Vinaya Mandke]
    + LO was exporting corrupt docx file. (fdo#78654) [sushil_shinde]
    + writerfilter: tokenize a:hlinkClick (fdo#78657) [Miklos Vajna]
    + corruption: lockedCanvas tag is missing from RT file (fdo#78658) [Dinesh Patil]
    + make testcase minimal (fdo#78659) [Miklos Vajna, Ravindra Vidhate]
    + corrupt: 2007 WordArt whithin a Drawing tool (fdo#78663) [Rajashri]
    + PDF Import: get font's ascent value from different source (fdo#78689) [Vort]
    + break the indefinite loop when entering =" (fdo#78718) [Eike Rathke]
    + SfxFilterMatcher: respect requested document service if set (fdo#78742) [Michael Stahl]
    + startcenter: open document on enter key (fdo#78782) [Maxim Monastirsky]
    + no need to insert entries here for date members. (fdo#78786) [Kohei Yoshida]
    + ignore overlayed monitors with co-incident origin. (fdo#78799) [Michael Meeks]
    + fix report builder toolbox controller (fdo#78815) [Maxim Monastirsky]
    + avoid having two menu entries having the same accelarator. (fdo#78824) [Kohei Yoshida]
    + align to top instead of center (fdo#78829) [Caolán McNamara]
    + following let's make this part safe too (fdo#78838) [Julien Nabet, Eike Rathke]
    + crash because parent isn't SvxTabPage (fdo#78841) [Caolán McNamara]
    + wrong AutoCorrect entries (fdo#78846) [Julien Nabet]
    + jars aren't built without java (fdo#78857) [David Tardon]
    + don't crash when there is no storage specified (fdo#78921) [Maxim Monastirsky]
    + handle (SAXParse-)Exception that can't pass getAllRelationships (fdo#78949) [Stephan Bergmann]
    + there's even a git hook to prevent commits containing SAL_DEBUG (fdo#78971) [Stephan Bergmann]
    + DOCX filter: link between textboxes is not being preserved (fod#77122) [umeshkadam]
    + query script invocation from the current frame... (i#113481) [Tsutomu Uchino]
    + revert "need to reset rotation..." (i#116244) [Andras Timar]
    + related: application of index entry template patterns (i#124451) [Oliver-Rainer Wittmann]
    + support for DrawingLayre FillStyle for GraphicFrames and ... (i#124638) [Armin Le Grand]
    + reuse already set font for interpreting... (i#124686) [Armin Le Grand]
    + adapt coordinate range from ms relative... (i#124703) [Armin Le Grand]
    + ensure that only the created object is selected (i#124760) [Armin Le Grand]
    + AOO: switch avmedia's QuickTime component to QTKit for now (i#124800) [Herbert Dürr]
    + AOO: fix the calculation of leading metrics for CoreText (i#124823) [Herbert Dürr]
    + AOO: use AVAsset's best guess duration if AVPlayerItem isn't ready yet (i#124875) [Herbert 
Dürr]
    + [API CHANGE] remove obsoleted rtl/allocator.hxx (i#124896) [Thomas Arnhold, Herbert Dürr, 
Caolán McNamara]
    + set line count of dropdown to 9... (i#27364) [Tsutomu Uchino]
    + related Setting umask for osl::Directory::open is useless (i#46469) [Stephan Bergmann]
    + update example view for Draw... (i#53447) [Tsutomu Uchino]
    + related: english doesn't put a space between numbers and percent (i#56998) [Thomas Arnhold]
    + add to clipboard as URL only when... (i#63399) [Armin Le Grand]
    + revert "basic: fix CDec() crash if string is empty" (i#64348) [Thomas Arnhold]
    + jump by Enter key on the Object catalog (i#76558) [Tsutomu Uchino]
    + PDF Import: Improve detection of bold italic font (i#78427) [Vort]
    + remove nonsensical code (i#79214) [Stephan Bergmann]
    + use the module manager to identify the context... (i#86528) [Tsutomu Uchino]
    + extract boolean value for AutoFill value of ComboBox model (i#98216) [Tsutomu Uchino]
    + [abrt] libreoffice-core-4.1.2.3-2.fc19: utl::ConfigManager::removeConfigItem: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#1016758) 
[Stephan Bergmann]
    + [abrt] libreoffice-core-4.1.3.2-4.fc20: sd::ViewShell::GetFrameView: Process 
/usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#1032774) [Caolán 
McNamara]
    + don't crash if slide layout configs are missing (rhbz#1071604) [David Tardon]
    + crash on loading a specific rtf (rhbz#1089377) [Caolán McNamara]
    + [abrt] libreoffice-core: operator-=(): soffice.bin killed by SIGSEGV (rhbz#1091111) [Caolán 
McNamara]
    + SdGlobalResourceContainer used after delete (rhbz#1091117) [Caolán McNamara]
    + libreoffice can't find JRE after update of java packages (rhbz#1092589) [Stephan Bergmann]
    + [fix available] Highlighting the currently selected slide vs the currently viewed slide is 
hard in impress (rhbz#1096295) [Caolán McNamara]

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.