summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)Author
2017-08-04fix regression from dafae0fe31353a8092334328d499bc108d39e44cMarkus Mohrhard
2017-08-03Resolves: tdf#111308 crash after load designs with no design selectedCaolán McNamara
2017-08-03loplugin:checkunusedparams in variousNoel Grandin
2017-08-03loplugin:constparams in sdNoel Grandin
2017-08-03lok - add support for in place chart editingMarco Cecchetti
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01tdf#110743: Use page position to insert master page, not idPranav Kant
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:constparams in editengNoel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
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: 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-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-13Reorganize Scheduler priority classesJan-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
2017-07-09Slightly different approach to tdf#106679Katarina Behrens
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin