summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03read past end of pCellInfoCaolán McNamara2-1/+4
2015-11-03Use newly introduced gb_DEBUGINFO_FLAGS instead of hardcoded -gStephan Bergmann1-2/+2
2015-11-03CPP_LIBRARY has never been used outside configure.acStephan Bergmann2-2/+0
2015-11-03build fix?Stephan Bergmann1-1/+1
2015-11-03desktop: minimal Android build fixMiklos Vajna1-1/+1
2015-11-03implement assignment in only one placeEike Rathke2-7/+6
2015-11-03remove superfluous call to clear() in ScRefCellValue dtorEike Rathke1-1/+0
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky11-17/+157
2015-11-03lok: Fix typo search-result_count -> search-result-count.Jan Holesovsky1-1/+1
2015-11-03notifyer -> notifier.Jan Holesovsky3-5/+5
2015-11-03tdf#86595: Highlight color it isKatarina Behrens3-3/+3
2015-11-03vcl: Mark it as constTakeshi Abe1-1/+1
2015-11-03vcl: Mark them as constTakeshi Abe1-1/+1
2015-11-03tdf#86595 Change 'Highlighting' to 'Highlight Color'Yousuf Philips2-2/+2
2015-11-03libreofficekit: -Werror=unused-parameterMiklos Vajna3-4/+3
2015-11-03lokdocview: Separate "painting" and "saving" of tilesPranav Kant2-17/+49
2015-11-03Smart pointers for SwBorderAttrAccessAshod Nakashian4-43/+32
2015-11-03Wrong dynamic_castJulien Nabet1-2/+2
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara15-46/+47
2015-11-03Solved CID 1338058 and CID 1338057jan iversen1-0/+2
2015-11-03Fix create/destroy mismatchStephan Bergmann1-2/+2
2015-11-03sw: indentation fixesMiklos Vajna2-5/+5
2015-11-03sw: prefix members of SwFrmNotifyMiklos Vajna2-82/+82
2015-11-03sw: prefix members of SwAttrSetMiklos Vajna2-23/+23
2015-11-03sw: prefix members of SwAttrPoolMiklos Vajna2-4/+4
2015-11-02cli_ure: fix buildMichael Stahl2-12/+12
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni45-361/+358
2015-11-02No need for this debug codeStephan Bergmann1-7/+0
2015-11-02Assume this shall be conditional on DBG_UTILStephan Bergmann1-2/+2
2015-11-02tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.kripton5-107/+42
2015-11-02Updated coreStanislav Horacek1-0/+0
2015-11-02Let --enable-symbols only control emitting debuginfo, not optimization on MacStephan Bergmann1-4/+4
2015-11-02sc: MSVC doesn't do auto parametersMichael Stahl1-1/+1
2015-11-02Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicableDavid Ostrovsky1-1/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl15-67/+80
2015-11-02sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl1-2/+0
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-22/+25
2015-11-02Handle case that pDock may have no itemsStephan Bergmann1-4/+9
2015-11-02Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero1-12/+11
2015-11-02implement ScRefCellValue::operator=() without temporary and swapEike Rathke1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke33-229/+132
2015-11-02avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke1-6/+3
2015-11-02Fix license headerStephan Bergmann1-1/+1
2015-11-02Remove spurious vertical whitespaceStephan Bergmann1-1/+0
2015-11-02afl-eventtesting: crash close impress with spelling dialog activeCaolán McNamara4-13/+38
2015-11-02afl-eventtesting: can simplify this now we use QueryExitCaolán McNamara2-40/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara26-34/+34
2015-11-02Don't rely on __builtin_alloca when creating a call stackStephan Bergmann1-19/+31
2015-11-02gtktiledviewer: adjust spreadsheet row/column headers on scrollingMiklos Vajna1-4/+39
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann6-14/+18