summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin8-27/+27
2018-01-27Fix typosAndrea Gelmini1-1/+1
2018-01-26tdf#107608: PPTX: Import pattern fill background colorTamás Zolnai3-51/+77
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-26expand out SdrObjectWeakRef and SdrPageWeakRef typedefsNoel Grandin9-24/+25
2018-01-26loplugin:datamembershadow in SmartHdlNoel Grandin3-7/+7
2018-01-25lokdialog: Parents for the Impress async dialogs.Jan Holesovsky3-4/+5
2018-01-25sd: Kill an own scope guard impl. and use comphelper::ScopeGuard instead.Jan Holesovsky1-25/+7
2018-01-25Fix typosAndrea Gelmini1-2/+2
2018-01-24Fix typosAndrea Gelmini1-1/+1
2018-01-24tdf#114913 Use master if char size wasn't setPaul Trojahn2-0/+14
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin3-11/+5
2018-01-23AnimationNode default ctor already zero-initializes the membersStephan Bergmann1-2/+0
2018-01-23tdf#91362: Use document paper size for printing slides.Vasily Melenchuk1-10/+10
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-22ofz optimize this unique name generator a tadCaolán McNamara1-19/+16
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin3-3/+3
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl4-5/+5
2018-01-20Addition of focus_on_click to notebookbar ui filesMaxim Monastirsky4-2/+173
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2018-01-20loplugin:unusedmethodsNoel Grandin2-24/+0
2018-01-19inline some definesNoel Grandin30-161/+155
2018-01-19new loplugin:emptyifNoel Grandin4-18/+0
2018-01-19Unit test for tdf#114488Samuel Mehrbrodt3-0/+382
2018-01-18lokdialog: Convert the Format -> ... -> Area... to async exec.Jan Holesovsky2-15/+21
2018-01-18lokdialog: Convert the Format -> ... -> Line... to async exec.Jan Holesovsky2-16/+26
2018-01-18lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky2-64/+100
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17CppunitTest_sd_import_tests: clean up manual model/frame/controller assemblyMiklos Vajna2-22/+20
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17tdf#100898: slide transition panel is now Tab-reachableKatarina Behrens1-0/+1
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin1-3/+2
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: sdStephan Bergmann43-161/+156
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-14Use = for initializationStephan Bergmann1-1/+1
2018-01-14change testN821567 to work on more import/export filtersTomaž Vajngerl1-18/+61
2018-01-12ofz#5274 Out-of-memoryCaolán McNamara1-3/+9
2018-01-12More loplugin:cstylecast: sdStephan Bergmann145-803/+803
2018-01-11loplugin:redundantcast: sdStephan Bergmann2-2/+2
2018-01-11Fix Tab key cycle through slide background panelKatarina Behrens1-59/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-07UI Duplicate dlg: enable negative angleLaurent BP1-2/+3
2018-01-07tdf#113880 improve slide transition sidebar deckYousuf Philips1-2/+14
2018-01-06tdf#114848 Don't save empty themesSzymon Kłos3-0/+18
2018-01-06remove unused definesNoel Grandin1-2/+0
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-01-04ofz#4943 Direct-leakCaolán McNamara1-2/+2