summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-1/+1
2018-03-15loplugin:useuniqueptr in SdModuleNoel Grandin1-5/+5
2017-12-16sal_uIntPtr->SfxItemPropertyMapEntry* in SdExtPropertySetInfoCacheNoel Grandin1-1/+2
2017-10-26loplugin:finalclasses in sdNoel Grandin1-3/+2
2017-08-03loplugin:constparams in sdNoel Grandin1-2/+2
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-1/+1
2017-05-04include cleanupJochen Nitschke1-7/+1
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-6/+0
2017-01-13tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl1-5/+0
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara1-0/+1
2016-10-26tdf#96948 Change color of the area behind Impress slide immediatelyTakeshi Abe1-0/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-13/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-13Moved SfxModule owner to SfxApplicationMark Page1-2/+1
2016-03-10loplugin:constantparam in sdNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-10-29com::sun::star->css in sdNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-07-13editeng: make Link<> usage typedNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorageRef aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-06VclPtr: one ref too manyCaolán McNamara1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
2015-04-16Revert "make more classes dllpublic"David Tardon1-3/+3
2015-04-16fix windows buildDavid Tardon1-2/+2
2015-04-16make more classes dllpublicDavid Tardon1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-24Ensure listener is removed during ~SdModuleStephan Bergmann1-0/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-05No need for rtl::Reference hereStephan Bergmann1-2/+1
2015-02-05Don't hold refcounted objects by naked pointerStephan Bergmann1-3/+4
2015-02-04hard to find accidental leaks with all the deliberate onesCaolán McNamara1-0/+9
2014-11-21coverity#1209008 Unchecked return valueCaolán McNamara1-1/+1
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-24sd: sal_Bool->boolNoel Grandin1-3/+3
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky1-1/+5
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1