summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2018-01-23AnimationNode default ctor already zero-initializes the membersStephan Bergmann
2018-01-23tdf#91362: Use document paper size for printing slides.Vasily Melenchuk
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-22ofz optimize this unique name generator a tadCaolán McNamara
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl
2018-01-20Addition of focus_on_click to notebookbar ui filesMaxim Monastirsky
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-19inline some definesNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-19Unit test for tdf#114488Samuel Mehrbrodt
2018-01-18lokdialog: Convert the Format -> ... -> Area... to async exec.Jan Holesovsky
2018-01-18lokdialog: Convert the Format -> ... -> Line... to async exec.Jan Holesovsky
2018-01-18lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky
2018-01-17Fix typosAndrea Gelmini
2018-01-17CppunitTest_sd_import_tests: clean up manual model/frame/controller assemblyMiklos Vajna
2018-01-17Fix typosAndrea Gelmini
2018-01-17tdf#100898: slide transition panel is now Tab-reachableKatarina Behrens
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-15Fix typoAndrea Gelmini
2018-01-15More loplugin:cstylecast: sdStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14Use = for initializationStephan Bergmann
2018-01-14change testN821567 to work on more import/export filtersTomaž Vajngerl
2018-01-12ofz#5274 Out-of-memoryCaolán McNamara
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2018-01-11loplugin:redundantcast: sdStephan Bergmann
2018-01-11Fix Tab key cycle through slide background panelKatarina Behrens
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-07UI Duplicate dlg: enable negative angleLaurent BP
2018-01-07tdf#113880 improve slide transition sidebar deckYousuf Philips
2018-01-06tdf#114848 Don't save empty themesSzymon Kłos
2018-01-06remove unused definesNoel Grandin
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-30tdf#90626 PPTX: Fix image bullet position in PPTPaul Trojahn
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-27tdf#109100: Hide label for margin control in ImpressAron Budea
2017-12-27delete operators properlyJochen Nitschke