summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv2.cxx
AgeCommit message (Expand)Author
2018-01-15More loplugin:cstylecast: svxStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-18sal_uIntPtr->size_t in ObjOrderChangedNoel Grandin
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-21loplugin:unusedmethodsNoel Grandin
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara
2016-11-15loplugin:constantparamNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-08-25convert SvxDistributeHorizontal to scoped enumNoel Grandin
2016-08-25convert SvxDistributeVertical to scoped enumNoel Grandin
2016-08-23convert SdrMergeMode to scoped enumNoel Grandin
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin
2016-08-19convert SdrRepeatFunc to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-03svx: can now do nAnz -> nCount without name clashesMiklos Vajna
2016-02-01svx: nAnz -> nObjCountMiklos Vajna
2016-01-27Resolves: rhbz#1301346 crash with null ObjListCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-16boost->stdCaolán McNamara
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna
2015-08-28time stamp object selections and use newest as ref for equalizationCaolán McNamara
2015-08-28implement undo for equalize-marked-objectsCaolán McNamara
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-06-25implement equalize width and height for impress/drawCaolán McNamara
2015-04-29convert SDRGRAPHOBJ constants to scoped enumNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-03-22svx: nMarkAnz -> nMarkCountMiklos Vajna
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini