summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-4/+4
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-2/+2
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-4/+4
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-7/+5
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-5/+2
2016-10-11convert PageKind to scoped enumNoel Grandin1-2/+2
2016-10-07loplugin:staticmethods: sdStephan Bergmann1-1/+1
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin1-11/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+1
2016-09-10loplugin:constantparam in sdNoel Grandin1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-2/+2
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin1-1/+0
2016-05-13Related: tdf#99523 two undo actions listed after dragging a slideCaolán McNamara1-1/+5
2016-03-24loplugin:constantparam in sdNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in sdNoel Grandin1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-3/+2
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-14/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-29com::sun::star->css in sdNoel Grandin1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-26boost->stdCaolán McNamara1-2/+1
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-26Clean up aEmptyStrStephan Bergmann1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin1-1/+1
2015-04-28sd: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-24/+24
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn1-1/+2
2014-11-10loplugin: cstylecastNoel Grandin1-15/+15