summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2017-07-31loplugin:oncevarNoel Grandin
2017-07-29tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai
2017-07-28loplugin:constparams in editengNoel Grandin
2017-07-28SmartArt: first unit testGrzegorz Araminowicz
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-07-26loplugin:unusedmethodsNoel Grandin
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-24don't jump back to selected slide on right click context menuCaolán McNamara
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-07-23coverity#1415613 Explicit null dereferencedCaolán McNamara
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky
2017-07-21sd pptm: Unit tests for the .pptm support.Jan Holesovsky
2017-07-21sd pptm: Preserve the VBA stream on export.Jan Holesovsky
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky
2017-07-21loplugin: literaltoboolconversionCaolán McNamara
2017-07-21loplugin:unusedfields in sdNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn
2017-07-17tdf#104743: Export transparency for bitmap fill/backgroundKatarina Behrens
2017-07-15improve variable scopeCaolán McNamara
2017-07-15coverity#1415091 Dereference before null checkCaolán McNamara
2017-07-15coverity#1415090 Unchecked dynamic_castCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14tdf#109107: Sidebar's fontheight field is not updated...Tamás Zolnai
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna
2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-07-13loplugin:oncevar: empty strings: sdStephan Bergmann
2017-07-13sd: Use std::unique_ptr<> as SdUndoGroup owns SdUndoActionsTakeshi Abe
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10sd: fix unitialized "pItem" pointer in SlideBackground::SlideBackgroundMarkus Mohrhard
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-09Added margin feature to the Draw's SideBarpv2k