summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
AgeCommit message (Expand)Author
2017-06-14Use unique_ptr for SdPage::mpItemsStephan Bergmann
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-05-01sd: Use unique Page ids for better multi-view support + unit testPranav Kant
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-20Include <xmloff/autolayout.hxx> only where usedTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdStephan Bergmann
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12Bin a few unused forward declarationsTor Lillqvist
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-04-21lokit: add getPartHashHenry Castro
2016-04-14loplugin:passstuffbyref in sdNoel Grandin
2016-04-05loplugin:constantparam in sdNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09sd: add SdPage::dumpAsXml()Miklos Vajna
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-11-06refactor MasterLayoutDialog::remove to SdPage::DestroyDefaultPresObjCaolán McNamara
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-09de-virtualize these stringify methods, nothing overrides themCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara
2013-10-23fixincludeguards.sh: sdThomas Arnhold
2013-10-16cleanupThomas Arnhold
2013-09-08String to OUStringThomas Arnhold