summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-12-09removed unused timeout definesTobias Madl
Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
2014-12-09changed timers to idlesTobias Madl
Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
2014-12-09changed timers to idlesTobias Madl
Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl
Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269
2014-12-09changed timer to idleTobias Madl
Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71
2014-12-09change timers to idlesTobias Madl
Change-Id: I224976e75b020d03e4b0d8beb79ad1c1310e8874
2014-12-08WaE: Unreferenced function definitionTor Lillqvist
Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec
2014-12-08callcatcher: update unused codeCaolán McNamara
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida
Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
2014-12-06Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida
Change-Id: I4e611820a4dae4341f971a545578048b52d7e37c
2014-12-05Revert "Broken security/password when saving to older odf (sx?) formats."Michael Stahl
This exports ODF 1.1 files as ODF 1.2 packages, which is quite wrong. Since we don't support OOoXML export any more, just revert it. This reverts commit 06b918053fb9cf455cf431ca001a63030092d018. Change-Id: I27bdd83f96e46be054f808ff6782ad16ecc90da5
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann
Change-Id: I57c1c4bf6482be7c3cf13c424972d4ed3b9a6b62
2014-12-04sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl
(regression from c7c385bb8e42d2051bcf05fd75b2146fe9852317) Change-Id: I39eca96b45ad974a7e1a6913aa811c6b03ceced7
2014-12-04callcatcher: update unused codeCaolán McNamara
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04fdo#85937 Add 'Close Sidebar' command to Sidebar menuSamuel Mehrbrodt
Change-Id: I83248398a9a8f2a8abb4e10d7ef9f1c203dddbf5
2014-12-03Delay potentially expensive first-time template initializationStephan Bergmann
...from first start of soffice to first click on Templates button. At least in an --enable-dbgutil build (no idea whether it's substantially faster for a "product" build) with lots of templates (--enable-extra-templates, --enable-sun- templates) the UI still becomes unacceptabliy unrepsonsive when you clik on the Templates button for the first time, though. Change-Id: I226acaf26e20022b825478f47bb6a1f791c7c145
2014-12-03Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann
Change-Id: Ida05d4cb97ace166472ee9f256065e4c420c3a7a
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