summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara3-2/+30
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara2-7/+0
2014-11-25We now only need one bit of information hereCaolán McNamara6-12/+12
2014-11-25tidy up this deref before check codeCaolán McNamara1-7/+10
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara1-4/+2
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2-2/+1
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin1-1/+1
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara2-13/+2
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl1-0/+4
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl1-1/+2
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara1-7/+0
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara4-10/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara2-20/+15
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara2-4/+4
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-4/+3
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-4/+3
2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara1-7/+3
2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara1-26/+1
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-23/+0
2014-11-24so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara1-6/+0
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara3-9/+8
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara2-10/+0
2014-11-24no use is made of _pResMgrCaolán McNamara2-7/+2
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-85/+22
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida6-4/+67
2014-11-23Move this header into source/inc.Kohei Yoshida1-0/+0
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida2-3/+34
2014-11-23loplugin:unreffunStephan Bergmann1-10/+0
2014-11-22Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky1-0/+13
2014-11-22Unneeded 'this->', kill it.Jan Holesovsky1-5/+5
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky3-86/+0
2014-11-22fix the buildMarkus Mohrhard1-0/+1
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida1-0/+45
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida1-0/+42
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida8-0/+229
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida7-0/+75
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida8-0/+91
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida5-0/+57
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida3-1/+4
2014-11-20Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida2-0/+71
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida6-0/+89
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida1-0/+13
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl7-4/+9
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis1-23/+5
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-3/+3
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava15-19/+19