summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-12-01Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara
regression from 7f7d2213209dd8e23292ec5a85fbab6127824c49 author Caolán McNamara <caolanm@redhat.com> 2014-10-13 09:25:26 (GMT) osl_Module -> osl::Module Change-Id: Idb8fec23bdd0ee3ea0488047aadaf21e3cd2900f
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f Reviewed-on: https://gerrit.libreoffice.org/13134 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara
and rename SID_INFOBARCONTAINER to SID_INFOBAR Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-25We now only need one bit of information hereCaolán McNamara
whether there *is* an id, or whether there is not an id. An id of 0 seems to be used as a flag that an interface is some sort of superclass which can be subclassed by something else and have its toolbars etc reused. Convert this to a bool so we don't need an a resource id for each one and just drop the third arg for the normal "final" case and use a different define for the inheritable case Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa
2014-11-25tidy up this deref before check codeCaolán McNamara
Change-Id: Icd9ff99616c452bd16ffc3dc8ab0981d75a386a2
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara
where GetClasName is good enough Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
Change-Id: Ifb9f9374051fe88dc4cd5a7a28b2c8c992ced873 Reviewed-on: https://gerrit.libreoffice.org/13097 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara
Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl
Change-Id: I67db5c42d1aea39cbf650de7854be853fc78e8a9
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
"Area" and "Transparence" only supported by Writer paragraphs. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara
Change-Id: Id9c0878a06c4d8f12c67bc7270669c5ff9a503e8
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara
which makes sense, because all that's left in ofa.res is error strings Change-Id: Ieedcbd5c9c723ac1a89035add11a61d41b2381a9
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara
Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara
Change-Id: I506581507f078a87088c85867724f1c446ea76d5
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara
Change-Id: Idf0642255490583fa20a05d2c834b941eb696918
2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara
Change-Id: Ia18c380ef46eff546e6ee6534695bcafba1b3c6d
2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara
Change-Id: If920c1d32c457e339c13010a19670c917de9c3aa
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara
Change-Id: I88f5c84386216339d617589ba6a7e0de1235a9e9
2014-11-24so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara
Change-Id: I7bd8c0078656bc6fb9d144db8c65dfb8ca304b22
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara
Change-Id: Ib45f28cae69983848a0fa524bed747512dcab1c0
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara
Change-Id: I4afc85d4ff9b5743dd506a6a5a4ba1657d6025cb
2014-11-24no use is made of _pResMgrCaolán McNamara
so the relevant ctor argument is useless Change-Id: I32f733cc12820f311656b7e140a36c50e504c739
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
and remove resulting dead branches Change-Id: I969c943b9ff7e56d22efb4eff5bee644f9792676
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida
Change-Id: I49f0a16655114bf212ffec957bc6560075115e5c
2014-11-23Move this header into source/inc.Kohei Yoshida
Change-Id: I9127aaea3330b5c972ae7b3bf09912bc306d0f3c
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida
This is only used within sfx2. Change-Id: I40d850bcf82ba39dc7cf7d1a5b70c90add4e75c0
2014-11-23loplugin:unreffunStephan Bergmann
Change-Id: I38368d31a09c104275273df583a9748ff9d47d0d
2014-11-22Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky
Change-Id: I2fe092189c922ddf36efc8dd8d0fba14f91fc0b0
2014-11-22Unneeded 'this->', kill it.Jan Holesovsky
Change-Id: Ia032ee884b98db617699e84e9c0c7980e7df0fc3
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky
Change-Id: Id8e19749050f58837715f717983cb2acbcf9318a
2014-11-22fix the buildMarkus Mohrhard
Change-Id: I9a067470c53684b7ca386b1c403b4d7d36c90bbc
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida
Change-Id: I927621de8f4c486ef0f77ec6c8da336f36b38b3e
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida
And remove #include <boost/ptr_container/ptr_vector.hpp> from here. Change-Id: I7624444b60ee19f0b5b19e7a7aab0210ddf90d7c
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida
Now #include <vector> is a goner... Change-Id: Ia2da27bae5fadfa3f6f633e55fcedce405281b67
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida
Now we can finally remove ptr_vector include from this header. Change-Id: I7aeaa520e10b4eacb1a24ad666086739821e56b0
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida
Change-Id: Iaf287912a52eb8785c687a13536fc170094425c7
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida
Change-Id: I52128b405e861551a933d9c1625d7741b43ad2b6
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida
Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5
2014-11-20Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida
This is only used within sfx2, and only in 2 places. Change-Id: Iebe07e2e79193c7980d8958b25aa9c4ce6188ad3
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida
Change-Id: I4060c8987a0da387d02f8468229854612a230db3
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida
Change-Id: Ie36e3dfa808aec96c080f981a5ad9f09a0720c2c
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara
to this custom widget to state that is is a candidate for tabstopping to, and that its a (old-school) container widget which has subwidgets which should be candidates too Change-Id: I39452f906b30c3962026ab9c4dba625ecd2d06a8
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis
Change-Id: I1ece738e7f60b6bbbdc802339f8b9deec9396e1b Reviewed-on: https://gerrit.libreoffice.org/12469 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
Change-Id: Iae88a9889c674337fb999a23a799d8730d2793d5