summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2014-12-01Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-25tidy up this deref before check codeCaolán McNamara
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara
2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara
2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara
2014-11-24so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara
2014-11-24no use is made of _pResMgrCaolán McNamara
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida
2014-11-23Move this header into source/inc.Kohei Yoshida
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida
2014-11-23loplugin:unreffunStephan Bergmann
2014-11-22Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky
2014-11-22Unneeded 'this->', kill it.Jan Holesovsky
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky
2014-11-22fix the buildMarkus Mohrhard
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida
2014-11-20Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna