summaryrefslogtreecommitdiffstats
path: root/sd/inc/sdmod.hxx
Commit message (Expand)AuthorAgeFilesLines
* The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann2019-05-031-1/+1
* tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2019-03-281-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* make CreateStyleFamilies return std::unique_ptrNoel Grandin2018-06-041-1/+1
* tdf#42949 Fix more IWYU warnings in sd/inc/Gabor Kelemen2018-05-301-2/+0
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-221-1/+1
* loplugin:useuniqueptr in SdModuleNoel Grandin2018-03-151-5/+5
* sal_uIntPtr->SfxItemPropertyMapEntry* in SdExtPropertySetInfoCacheNoel Grandin2017-12-161-1/+2
* loplugin:finalclasses in sdNoel Grandin2017-10-261-3/+2
* loplugin:constparams in sdNoel Grandin2017-08-031-2/+2
* Let CreateItemSet return unique_ptrStephan Bergmann2017-06-141-1/+1
* include cleanupJochen Nitschke2017-05-041-7/+1
* loplugin:checkunusedparams in sdNoel Grandin2017-05-031-6/+0
* tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl2017-01-131-5/+0
* assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara2016-10-261-0/+1
* tdf#96948 Change color of the area behind Impress slide immediatelyTakeshi Abe2016-10-261-0/+4
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-2/+2
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-221-13/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Moved SfxModule owner to SfxApplicationMark Page2016-07-131-2/+1
* loplugin:constantparam in sdNoel Grandin2016-03-101-1/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* com::sun::star->css in sdNoel Grandin2015-10-291-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* convert Link<> to typedNoel Grandin2015-09-211-1/+1
* editeng: make Link<> usage typedNoel Grandin2015-07-131-1/+1
* Fix typosAndrea Gelmini2015-07-041-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-1/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-1/+1
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-1/+1
* Remove SvStorageRef aliasStephan Bergmann2015-05-071-1/+1
* Remove SvStorageStreamRef aliasStephan Bergmann2015-05-071-1/+1
* VclPtr: one ref too manyCaolán McNamara2015-05-061-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+2
|\
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-1/+1
| * start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2015-04-101-1/+1
* | Revert "make more classes dllpublic"David Tardon2015-04-161-3/+3
* | fix windows buildDavid Tardon2015-04-161-2/+2
* | make more classes dllpublicDavid Tardon2015-04-161-1/+1
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
|/
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Ensure listener is removed during ~SdModuleStephan Bergmann2015-02-241-0/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* No need for rtl::Reference hereStephan Bergmann2015-02-051-2/+1
* Don't hold refcounted objects by naked pointerStephan Bergmann2015-02-051-3/+4
* hard to find accidental leaks with all the deliberate onesCaolán McNamara2015-02-041-0/+9
* coverity#1209008 Unchecked return valueCaolán McNamara2014-11-211-1/+1
* sd: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1