summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-7/+7
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-55/+55
2017-07-27loplugin:constparams in svxNoel Grandin1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-17/+17
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock1-17/+17
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-11loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin1-1/+0
2017-04-11loplugin:inlinefields in SdrPagePropertiesNoel Grandin1-8/+7
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-21loplugin:unusedmethodsNoel Grandin1-7/+5
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet1-6/+6
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+3
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-11-14loplugin:unusedmethodsNoel Grandin1-37/+0
2016-11-07ensure checkForUniqueItem on inserting a new slideCaolán McNamara1-1/+8
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-9/+4
2016-09-14loplugin:constantparamNoel Grandin1-2/+2
2016-09-05convert Orientation to scoped enumNoel Grandin1-3/+3
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-2/+2
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-15/+8
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrObjListKind to scoped enumNoel Grandin1-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-29/+0
2015-12-21Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida1-12/+14
2015-12-19Use std::unique_ptr for mpViewContact member instance of SdrPage.Kohei Yoshida1-12/+12
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-6/+16
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-89/+89
2015-10-31com::sun::star->css in svxNoel Grandin1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-4/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-8/+8
2015-07-16loplugin:unusedmethods svxNoel Grandin1-1/+1
2015-06-19Revert "optimise SdrObjList::SetObjectOrdNum"Noel Grandin1-44/+18
2015-06-19optimise SdrObjList::SetObjectOrdNumNoel Grandin1-18/+44
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin1-2/+2
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-6/+6
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy1-2/+1