summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann2014-12-051-11/+2
* sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl2014-12-041-0/+1
* callcatcher: update unused codeCaolán McNamara2014-12-041-19/+0
* fdo#85937 Add 'Close Sidebar' command to Sidebar menuSamuel Mehrbrodt2014-12-043-0/+16
* Delay potentially expensive first-time template initializationStephan Bergmann2014-12-032-3/+18
* Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann2014-12-032-10/+5
* Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara2014-12-011-1/+1
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-0113-49/+49
* fix 'Childwindow slot missing' warningCaolán McNamara2014-11-263-2/+30
* all these ids and their associated resources were unnecessaryCaolán McNamara2014-11-252-7/+0
* We now only need one bit of information hereCaolán McNamara2014-11-256-12/+12
* tidy up this deref before check codeCaolán McNamara2014-11-251-7/+10
* only use of SfxInterface::GetName is for debugging infoCaolán McNamara2014-11-251-4/+2
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-242-2/+1
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
* SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara2014-11-242-13/+2
* sfx2: add missing locks to FrameActionListenerMichael Stahl2014-11-241-0/+4
* fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl2014-11-241-1/+2
* SfxObjectUI_Impl's pName is now unusedCaolán McNamara2014-11-241-7/+0
* so GetOffResManager_Impl is unusedCaolán McNamara2014-11-244-10/+0
* so these ResIds are only being used for the numerical valueCaolán McNamara2014-11-242-20/+15
* ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara2014-11-242-4/+4
* in passing RegisterChildWindow already never used its pStr argCaolán McNamara2014-11-241-4/+3
* so RegisterObjectBar's pStr arg is never usedCaolán McNamara2014-11-241-4/+3
* so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara2014-11-241-7/+3
* so SfxObjectUI_Impl pName is only set, never readCaolán McNamara2014-11-241-26/+1
* so SfxInterface::GetObjectBarName is now unusedCaolán McNamara2014-11-241-23/+0
* so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara2014-11-241-6/+0
* nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara2014-11-243-9/+8
* no use is made of SfxObjectBar_Impl's aNameCaolán McNamara2014-11-242-10/+0
* no use is made of _pResMgrCaolán McNamara2014-11-242-7/+2
* show that GetImageManager never has a NULL moduleCaolán McNamara2014-11-241-85/+22
* Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida2014-11-236-4/+67
* Move this header into source/inc.Kohei Yoshida2014-11-231-0/+0
* Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida2014-11-232-3/+34
* loplugin:unreffunStephan Bergmann2014-11-231-10/+0
* Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky2014-11-221-0/+13
* Unneeded 'this->', kill it.Jan Holesovsky2014-11-221-5/+5
* Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky2014-11-223-86/+0
* fix the buildMarkus Mohrhard2014-11-221-0/+1
* Same with SfxUnoControllerArr_Impl.Kohei Yoshida2014-11-211-0/+45
* Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida2014-11-211-0/+42
* Forward declare all the std::vector based impl container classes.Kohei Yoshida2014-11-218-0/+229
* Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida2014-11-217-0/+75
* Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida2014-11-218-0/+91
* Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida2014-11-215-0/+57
* Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida2014-11-203-1/+4
* Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida2014-11-202-0/+71
* Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida2014-11-206-0/+89
* Make the ctor and dtor bodies non-inline.Kohei Yoshida2014-11-201-0/+13