summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
AgeCommit message (Expand)Author
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
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2014-12-20Move SdrPage::dumpAsXml() up to SdrObjListMiklos Vajna
2014-12-20SdrPage::dumpAsXml: typoMiklos Vajna
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-12-01Factor out SdrPage::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
2014-11-07More unused swapping related methods / member of SdrPageZolnai Tamás
2014-11-07ForceSwap{In,Out}Objects methods are unused nowZolnai Tamás
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from svxAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-05-18Resolves: #i120437# Connector corrections in groups and PPT importsArmin Le Grand
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-09sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27WaE: macro "_STRING_H" is not usedTor Lillqvist
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-09-11XubString->rtl::OUStringCaolán McNamara