summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11canvas: use constructor syntax in canvas.componentChris Sherlock
2015-03-11SwDBManager::MergeMailFiles: merge two bCreateSingleFile blocksMiklos Vajna
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-03-11do not needlessly make overriden functions more privateLuboš Luňák
2015-03-11avoid creating temporary document copies in non-singlefile MM modeLuboš Luňák
2015-03-11do not create temp file(s) during MM if not neededLuboš Luňák
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock
2015-03-11V595: pointer was utilized before it was verified against nullptrCaolán McNamara
2015-03-11consistently check hereCaolán McNamara
2015-03-11surely this check should preceed deref of pActiveViewShCaolán McNamara
2015-03-11redundant checkCaolán McNamara
2015-03-11leak on short readCaolán McNamara
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke
2015-03-11add TableRef stackEike Rathke
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke
2015-03-11fix build after my hasty commitNoel Grandin
2015-03-11Move more variables out of the timestamping blockTor Lillqvist
2015-03-11fix windows buildNoel Grandin
2015-03-11convert MarkType to enum classNoel Grandin
2015-03-11dump ugly hack working around an ancient libxcb bug (tdf#89141)Luboš Luňák
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-11Use osl/thread.h abstractionStephan Bergmann
2015-03-11Fix copy/paste errorStephan Bergmann
2015-03-11convert CHILD_ constants to enum classNoel Grandin
2015-03-11convert tExternalDataType to enum classNoel Grandin
2015-03-11convert SfxDockingConfig to enum classNoel Grandin
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-03-11DocxAttribouteOutput::m_pHyperlinkAttrList: use unique_ptrMiklos Vajna
2015-03-11const_cast -> mutableZolnai Tamás
2015-03-11Make "Embedded Objects" frame expendable to fill space betterZolnai Tamás
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-11slightly odd stuff hereCaolán McNamara
2015-03-11tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect optionsMichael Stahl
2015-03-11i18npool: fix spurious regex ^ matching in TextSearch::searchForward()Michael Stahl
2015-03-11sw: s/eEnde/eEnd/Michael Stahl
2015-03-10virtual ScTableRefToken::SetIndex(); of course..Eike Rathke
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke