summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann14-39/+31
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta1-0/+1
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta1-0/+5
2015-02-05callcatcher: update unused codeCaolán McNamara1-1/+0
2015-02-03callcatcher: shave off some moreCaolán McNamara3-3/+0
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-0/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-17/+0
2015-01-28tdf#60739 code factorisationMichaël Lefèvre1-0/+1
2015-01-28remove unused typedefsNoel Grandin3-17/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-2/+6
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin14-78/+58
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin21-57/+54
2015-01-21Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara1-1/+1
2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara2-5/+0
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl1-1/+1
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl2-10/+15
2015-01-14ptr_vector & unique_ptr for infobarTomaž Vajngerl1-6/+10
2015-01-13sfx2: stop using comphelper/implbase_var.hxxMiklos Vajna1-8/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-6/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin9-35/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-13/+13
2015-01-01de-resource SFX_PB_EDITCaolán McNamara1-2/+2
2014-12-31de-resource custom properties widgetsCaolán McNamara1-19/+29
2014-12-22de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOWCaolán McNamara1-4/+0
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-1/+1
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-0/+4
2014-12-09changed timers to idlesTobias Madl1-2/+2
2014-12-08callcatcher: update unused codeCaolán McNamara1-0/+3
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida1-6/+1
2014-12-06Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida1-6/+4
2014-12-05Remove unused header include esp when it's an STL header.Kohei Yoshida1-1/+0
2014-12-05Broken castStephan Bergmann1-1/+1
2014-12-04callcatcher: update unused codeCaolán McNamara1-3/+0
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara1-1/+1
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara1-1/+0
2014-11-25We now only need one bit of information hereCaolán McNamara2-6/+12
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara1-2/+0
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara3-9/+0
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara1-1/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-2/+2
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara1-1/+1
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-2/+2
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-2/+2
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-1/+0
2014-11-24no use is made of _pResMgrCaolán McNamara1-3/+2
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-3/+3
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-2/+0
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida1-3/+1
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida1-2/+1