summaryrefslogtreecommitdiff
path: root/include/svx/svdpage.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-4/+4
2017-04-11loplugin:inlinefields in SdrPagePropertiesNoel Grandin1-2/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-02-21loplugin:unusedmethodsNoel Grandin1-19/+2
2017-02-14drop unused Streaming enumerator from SdrInsertReasonKind enumNoel Grandin1-1/+0
2017-02-07remove unused constant from SdrInsertReasonKind enumNoel Grandin1-1/+0
2016-11-14loplugin:unusedmethodsNoel Grandin1-16/+0
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin1-6/+6
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-1/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-19loplugin:unusedmethods in svxNoel Grandin1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-21Hide these data members.Kohei Yoshida1-1/+1
2015-12-21Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida1-3/+3
2015-12-19Use std::unique_ptr for mpViewContact member instance of SdrPage.Kohei Yoshida1-17/+13
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-5/+3
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-09sd: add SdPage::dumpAsXml()Miklos Vajna1-1/+1
2015-07-16loplugin:unusedmethods svxNoel Grandin1-33/+3
2015-06-23clean up svdpage.hxx a littleNoel Grandin1-30/+27
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-6/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-16/+16
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07svx: translate German comments on SdrObject/SdrPageMichael Stahl1-38/+38
2014-12-20Move SdrPage::dumpAsXml() up to SdrObjListMiklos Vajna1-2/+2
2014-12-04be more explicitDavid Tardon1-1/+1
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon1-1/+4
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-8/+19
2014-12-01Factor out SdrPage::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07More unused swapping related methods / member of SdrPageZolnai Tamás1-9/+0
2014-11-07ForceSwap{In,Out}Objects methods are unused nowZolnai Tamás1-5/+0
2014-11-07Remove duplicated swapping methodsZolnai Tamás1-3/+0
2014-11-04Remove 'virtual' keyword. Nobody overwrites this.Kohei Yoshida1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-12/+12
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4