summaryrefslogtreecommitdiff
path: root/include/sfx2/shell.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl1-2/+0
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-1/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-07-03typo: therfore -> thereforeAndras Timar1-1/+1
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-23remove SFX_SLOTMAP macroNoel Grandin1-2/+0
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-25/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-28tdf#60739 code factorisationMichaël Lefèvre1-0/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-11-25We now only need one bit of information hereCaolán McNamara1-3/+9
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara1-6/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-21Remove unused pSfxFormalArgs_ImplStephan Bergmann1-4/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-1/+3
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-1/+1
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-1/+1
2014-08-26turn method documentation into doxygen commentsMarkus Mohrhard1-64/+35
2014-08-26move method documentation to the header fileMarkus Mohrhard1-5/+317
2014-08-26remove whitespace and put documentation before method/classMarkus Mohrhard1-19/+7
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky1-3/+0
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-3/+1
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-3/+0
2014-04-18svidl: Unwind SFX_SLOTMAP_ARG, and kill it.Jan Holesovsky1-2/+0
2014-04-18svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.Jan Holesovsky1-4/+0
2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin1-3/+3