summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevarNoel Grandin2017-07-316-20/+19
* tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai2017-07-292-0/+34
* loplugin:constparams in editengNoel Grandin2017-07-281-1/+1
* SmartArt: first unit testGrzegorz Araminowicz2017-07-282-0/+34
* loplugin:checkunusedparams more part1Noel Grandin2017-07-281-4/+2
* make animation loop sal_uInt32 consistentlyCaolán McNamara2017-07-271-4/+4
* loplugin:unusedmethodsNoel Grandin2017-07-261-3/+0
* convert SfxGroupId to scoped enumNoel Grandin2017-07-2611-304/+304
* tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk2017-07-264-20/+596
* convert UNO event ids to scoped enumNoel Grandin2017-07-251-3/+3
* loplugin:unusedmethodsNoel Grandin2017-07-254-118/+0
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-252-13/+11
* don't jump back to selected slide on right click context menuCaolán McNamara2017-07-242-3/+12
* SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin2017-07-244-103/+0
* loplugin:unusedfields readonly fieldsNoel Grandin2017-07-241-7/+6
* coverity#1415613 Explicit null dereferencedCaolán McNamara2017-07-231-1/+1
* Removed duplicated includesAndrea Gelmini2017-07-2359-62/+0
* Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky2017-07-214-43/+25
* sd pptm: Unit tests for the .pptm support.Jan Holesovsky2017-07-213-3/+38
* sd pptm: Preserve the VBA stream on export.Jan Holesovsky2017-07-212-1/+37
* sd pptm: Add a separate PPTM filter.Jan Holesovsky2017-07-214-63/+30
* loplugin: literaltoboolconversionCaolán McNamara2017-07-211-9/+9
* loplugin:unusedfields in sdNoel Grandin2017-07-2118-203/+11
* de-hrc various thingsCaolán McNamara2017-07-2130-198/+93
* migrate to boost::gettextCaolán McNamara2017-07-21245-4075/+1713
* enhance unusedfields plugin to find readonly fieldsNoel Grandin2017-07-191-2/+0
* No reason to silently misbehave when these UNO services are missingStephan Bergmann2017-07-182-0/+2
* tdf#109067 Fix default value of rotWithShapePaul Trojahn2017-07-172-0/+13
* tdf#89926 Fix OOXML gradient angle importPaul Trojahn2017-07-171-2/+2
* tdf#104743: Export transparency for bitmap fill/backgroundKatarina Behrens2017-07-172-0/+27
* improve variable scopeCaolán McNamara2017-07-151-98/+97
* coverity#1415091 Dereference before null checkCaolán McNamara2017-07-151-12/+11
* coverity#1415090 Unchecked dynamic_castCaolán McNamara2017-07-151-6/+10
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-154-7/+7
* tdf#109107: Sidebar's fontheight field is not updated...Tamás Zolnai2017-07-143-0/+34
* use more OUString::operator== in scaddins..sdextNoel Grandin2017-07-1427-60/+60
* Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna2017-07-142-13/+0
* tdf#109067 Fix default value of rotWithShapePaul Trojahn2017-07-142-0/+13
* Reorganize Scheduler priority classesJan-Marek Glogowski2017-07-133-4/+0
* Drop special idle handlingJan-Marek Glogowski2017-07-131-2/+2
* Move scheduler task into its own headerJan-Marek Glogowski2017-07-131-0/+1
* loplugin:oncevar: empty strings: sdStephan Bergmann2017-07-135-22/+11
* sd: Use std::unique_ptr<> as SdUndoGroup owns SdUndoActionsTakeshi Abe2017-07-132-13/+6
* EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2017-07-121-1/+1
* loplugin:useuniqueptr in scaddins..svxNoel Grandin2017-07-112-40/+16
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-112-14/+10
* sd: fix unitialized "pItem" pointer in SlideBackground::SlideBackgroundMarkus Mohrhard2017-07-101-4/+6
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-1010-17/+17
* Added margin feature to the Draw's SideBarpv2k2017-07-096-1/+447