summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-11the clipping must be against the original deviceCaolán McNamara1-1/+12
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl22-84/+22
2015-03-11framework: reindent that tooMichael Stahl1-29/+29
2015-03-11sw: reindent modcfg.hxxMichael Stahl1-15/+15
2015-03-11sw: reindent usrpref.hxxMichael Stahl1-15/+15
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl116-315/+344
2015-03-11dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl1-4/+0
2015-03-11Clean up previous commitStephan Bergmann2-14/+4
2015-03-11canvas: use constructor syntax in canvas.componentChris Sherlock2-26/+6
2015-03-11SwDBManager::MergeMailFiles: merge two bCreateSingleFile blocksMiklos Vajna1-3/+2
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák9-26/+212
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák6-36/+108
2015-03-11do not needlessly make overriden functions more privateLuboš Luňák1-5/+6
2015-03-11avoid creating temporary document copies in non-singlefile MM modeLuboš Luňák1-10/+36
2015-03-11do not create temp file(s) during MM if not neededLuboš Luňák1-12/+16
2015-03-11Clean up previous commitStephan Bergmann5-34/+6
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock7-77/+15
2015-03-11V595: pointer was utilized before it was verified against nullptrCaolán McNamara1-9/+6
2015-03-11consistently check hereCaolán McNamara1-1/+1
2015-03-11surely this check should preceed deref of pActiveViewShCaolán McNamara1-3/+2
2015-03-11redundant checkCaolán McNamara3-6/+3
2015-03-11leak on short readCaolán McNamara1-0/+3
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke2-7/+8
2015-03-11add TableRef stackEike Rathke2-2/+33
2015-03-11Clean up previous commitStephan Bergmann5-37/+6
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock7-64/+23
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks2-4/+3
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks2-7/+23
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke1-3/+3
2015-03-11fix build after my hasty commitNoel Grandin4-6/+6
2015-03-11Move more variables out of the timestamping blockTor Lillqvist1-5/+4
2015-03-11fix windows buildNoel Grandin7-8/+8
2015-03-11convert MarkType to enum classNoel Grandin26-96/+98
2015-03-11dump ugly hack working around an ancient libxcb bug (tdf#89141)Luboš Luňák1-8/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara44-853/+659
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann3-4/+18
2015-03-11Use osl/thread.h abstractionStephan Bergmann1-5/+6
2015-03-11Fix copy/paste errorStephan Bergmann1-1/+1
2015-03-11convert CHILD_ constants to enum classNoel Grandin4-41/+66
2015-03-11convert tExternalDataType to enum classNoel Grandin3-6/+7
2015-03-11convert SfxDockingConfig to enum classNoel Grandin4-18/+18
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin4-19/+19
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin30-124/+114
2015-03-11convert SetAttrMode to enum classNoel Grandin55-188/+192
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin3-75/+14
2015-03-11DocxAttribouteOutput::m_pHyperlinkAttrList: use unique_ptrMiklos Vajna2-6/+3
2015-03-11const_cast -> mutableZolnai Tamás2-3/+3
2015-03-11Make "Embedded Objects" frame expendable to fill space betterZolnai Tamás1-0/+2
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás3-8/+8
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara14-223/+172