summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
AgeCommit message (Expand)AuthorFilesLines
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-21preview of styles in "Style And Formatting" dialogTomaž Vajngerl1-0/+3
2015-04-21highlight the whole entry in "Style And Formatting" tree/listTomaž Vajngerl1-2/+6
2015-04-21cleanup SfxTemplateControllerItemTomaž Vajngerl1-8/+7
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-04-13tdf#90478: Hide explanation on ODF when default format is alienJacobo Aragunde Pérez1-1/+2
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero1-1/+2
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-8/+8
2015-04-09cleanup templdgiTomaž Vajngerl1-176/+238
2015-04-09cleanup templdgi.hxxTomaž Vajngerl1-4/+3
2015-03-31sfx2: fix VBA crash when disposing SfxBaseModelMichael Stahl1-0/+4
2015-03-19loplugin:constantfunction: sfx2Noel Grandin3-4/+0
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-15/+23
2015-03-11convert SfxDockingConfig to enum classNoel Grandin1-5/+5
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin1-5/+5
2015-02-17boost->stdCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-1/+0
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-1/+0
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-15/+15
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-13/+13
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-3/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-3/+3
2014-12-31de-resource custom properties widgetsCaolán McNamara1-7/+1
2014-12-09changed timers to idlesTobias Madl1-1/+1
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara1-1/+0
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara1-2/+2
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara1-2/+0
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida2-1/+25
2014-11-23Move this header into source/inc.Kohei Yoshida1-0/+61
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida1-0/+96
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-0/+30
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida1-0/+43
2014-11-20Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida1-0/+38
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida1-0/+2
2014-10-22callcatcher: update unused codeCaolán McNamara1-2/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-2/+4
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-3/+0
2014-10-02fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+11
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+3
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-3/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin11-34/+34
2014-09-12sfx2: sal_Bool -> boolStephan Bergmann1-3/+3