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