summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)Author
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14Use = for initializationStephan Bergmann
2018-01-12ofz#5274 Out-of-memoryCaolán McNamara
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2018-01-11loplugin:redundantcast: sdStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-06tdf#114848 Don't save empty themesSzymon Kłos
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky
2018-01-04ofz#4943 Direct-leakCaolán McNamara
2018-01-04drop Cache typedefNoel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin
2018-01-02RID_* can be extern global variablesNoel Grandin
2018-01-02Fix typosAndrea Gelmini
2017-12-31tdf#114045 do not add undo action for table attributesMark Hung
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-27tdf#109100: Hide label for margin control in ImpressAron Budea
2017-12-27delete operators properlyJochen Nitschke
2017-12-25various coverity exception warningsCaolán McNamara
2017-12-22Revert "unused SID command in sd"Noel Grandin
2017-12-21unused SID command in sdNoel Grandin
2017-12-21TypedWhichId in svx part 2Noel Grandin
2017-12-21Fix typosAndrea Gelmini
2017-12-20tdf#79077: Load/save PapersizeFromSetup bit into ODF for sdKatarina Behrens
2017-12-19remove unused typedefsNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-12-19Fix typosAndrea Gelmini
2017-12-18convert SVX_GRAPHICFILTER constants to scoped enumNoel Grandin
2017-12-16sal_uIntPtr->SfxItemPropertyMapEntry* in SdExtPropertySetInfoCacheNoel Grandin
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin
2017-12-15tdf113594: marking gluepoints immediately.Mark Hung
2017-12-15tdf#114477: Can't set character highlighting on a text box using sidebarTamás Zolnai
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-13use std::unique_ptr in SdrModelNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrMarkViewNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrDragStatNoel Grandin
2017-12-11Fix typos and grammarIlmari Lauhakangas
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-12-08GetMarkableObjCount() is only compared against 1Matteo Casalin
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro
2017-12-07tdf#89466 Fix minor localization bugsYousuf Philips
2017-12-07tdf#57950 replaced some O(U)StringBuffer::append() with operator+ekuiitr
2017-12-07loplugin:constparamsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06coverity#1401328 Uncaught exceptionCaolán McNamara
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin