summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara1-4/+4
2017-07-26loplugin:unusedmethodsNoel Grandin1-3/+0
2017-07-26convert SfxGroupId to scoped enumNoel Grandin11-304/+304
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk4-20/+596
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-3/+3
2017-07-25loplugin:unusedmethodsNoel Grandin4-118/+0
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-13/+11
2017-07-24don't jump back to selected slide on right click context menuCaolán McNamara2-3/+12
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin4-103/+0
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin1-7/+6
2017-07-23coverity#1415613 Explicit null dereferencedCaolán McNamara1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini59-62/+0
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky4-43/+25
2017-07-21sd pptm: Unit tests for the .pptm support.Jan Holesovsky3-3/+38
2017-07-21sd pptm: Preserve the VBA stream on export.Jan Holesovsky2-1/+37
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky4-63/+30
2017-07-21loplugin: literaltoboolconversionCaolán McNamara1-9/+9
2017-07-21loplugin:unusedfields in sdNoel Grandin18-203/+11
2017-07-21de-hrc various thingsCaolán McNamara30-198/+93
2017-07-21migrate to boost::gettextCaolán McNamara245-4075/+1713
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin1-2/+0
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann2-0/+2
2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn2-0/+13
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn1-2/+2
2017-07-17tdf#104743: Export transparency for bitmap fill/backgroundKatarina Behrens2-0/+27
2017-07-15improve variable scopeCaolán McNamara1-98/+97
2017-07-15coverity#1415091 Dereference before null checkCaolán McNamara1-12/+11
2017-07-15coverity#1415090 Unchecked dynamic_castCaolán McNamara1-6/+10
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand4-7/+7
2017-07-14tdf#109107: Sidebar's fontheight field is not updated...Tamás Zolnai3-0/+34
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin27-60/+60
2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna2-13/+0
2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn2-0/+13
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski3-4/+0
2017-07-13Drop special idle handlingJan-Marek Glogowski1-2/+2
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-07-13loplugin:oncevar: empty strings: sdStephan Bergmann5-22/+11
2017-07-13sd: Use std::unique_ptr<> as SdUndoGroup owns SdUndoActionsTakeshi Abe2-13/+6
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall1-1/+1
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin2-40/+16
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin2-14/+10
2017-07-10sd: fix unitialized "pItem" pointer in SlideBackground::SlideBackgroundMarkus Mohrhard1-4/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin10-17/+17
2017-07-09Added margin feature to the Draw's SideBarpv2k6-1/+447
2017-07-09Slightly different approach to tdf#106679Katarina Behrens3-44/+19
2017-07-07tdf#108925: Too small bullet size confuses the userTamás Zolnai2-0/+19
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin8-27/+30
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+0
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-16/+16