summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Collapse)AuthorAgeFilesLines
* framework: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
| | | | Change-Id: I5da5cd3254102c742021b3e7b4e1f907ca897ca5
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-3/+3
| | | | Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
* allow NULL SfxChildWindowCaolán McNamara2014-12-171-3/+3
| | | | Change-Id: I841b9b3f74a9822fe8c477a280bbe2f4904ed64c
* try to get reasonable sizes for docking windowsCaolán McNamara2014-12-171-5/+1
| | | | | | | | start docked, move to undocked start undocked, move to dock, back to undocked start undocked, with and without size saved in settings and restored Change-Id: I0bfdceb11aabdf9fdb855b97433b2af0532e4d03
* implement loading docking windows from .ui formatCaolán McNamara2014-12-171-0/+49
| | | | Change-Id: I90375232aefbe40412614ca0f30ba467cf393f2e
* fdo#87031 Sidebar tabs not visible when Sidebar deck is shownSamuel Mehrbrodt2014-12-161-1/+1
| | | | | | | Change-Id: I292421770f02436819d1361c4ba9a6fa4dbaf35c Reviewed-on: https://gerrit.libreoffice.org/13312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+0
| | | | | | | Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* sfx2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1210-59/+48
| | | | Change-Id: I28ca30da980b81dbf3328495291916afca654999
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-114-4/+0
| | | | | | As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
| | | | Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75
* priorities: prevent future compatibility problemsTobias Madl2014-12-102-6/+12
| | | | Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-101-20/+0
| | | | | | | | | since we introduced the new constructors that pass the cause all the way up to java.lang.Throwable. Also simplify some exeception printing sites, because Throwable will correctly print out child exceptions for us. Change-Id: Ibbecce3c6f971fbc80d6de2052ab4f33a4503c0a
* java: merge JUnitBasedTest into DocumentEventsNoel Grandin2014-12-103-51/+24
| | | | | | | | | since it was the only place that used it Change-Id: If9a71fbb468d02616da5cfacab0332e51a416d13 Reviewed-on: https://gerrit.libreoffice.org/13407 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+3
| | | | | | | Change-Id: Ib459799f4a3224f8c9683ac4b6cf37982d2077a3 Reviewed-on: https://gerrit.libreoffice.org/13406 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* removed unused timeout definesTobias Madl2014-12-091-2/+0
| | | | Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
* changed timers to idlesTobias Madl2014-12-092-22/+22
| | | | Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1
* changed timers to idleJennifer Liebel2014-12-091-12/+12
| | | | Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
* changed timers to idlesTobias Madl2014-12-091-8/+8
| | | | Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48
* changed timers to idleJennifer Liebel2014-12-093-17/+15
| | | | Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
* changed timers to idlesTobias Madl2014-12-095-21/+21
| | | | Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269
* changed timer to idleTobias Madl2014-12-092-8/+8
| | | | Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71
* change timers to idlesTobias Madl2014-12-092-4/+4
| | | | Change-Id: I224976e75b020d03e4b0d8beb79ad1c1310e8874
* WaE: Unreferenced function definitionTor Lillqvist2014-12-081-0/+2
| | | | Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec
* callcatcher: update unused codeCaolán McNamara2014-12-081-44/+41
| | | | Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
* Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida2014-12-062-21/+29
| | | | Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
* Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida2014-12-061-1/+23
| | | | Change-Id: I4e611820a4dae4341f971a545578048b52d7e37c
* Revert "Broken security/password when saving to older odf (sx?) formats."Michael Stahl2014-12-051-1/+1
| | | | | | | | | 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
* Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann2014-12-051-11/+2
| | | | Change-Id: I57c1c4bf6482be7c3cf13c424972d4ed3b9a6b62
* sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl2014-12-041-0/+1
| | | | | | (regression from c7c385bb8e42d2051bcf05fd75b2146fe9852317) Change-Id: I39eca96b45ad974a7e1a6913aa811c6b03ceced7
* callcatcher: update unused codeCaolán McNamara2014-12-041-19/+0
| | | | Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
* fdo#85937 Add 'Close Sidebar' command to Sidebar menuSamuel Mehrbrodt2014-12-043-0/+16
| | | | Change-Id: I83248398a9a8f2a8abb4e10d7ef9f1c203dddbf5
* Delay potentially expensive first-time template initializationStephan Bergmann2014-12-032-3/+18
| | | | | | | | | | ...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
* Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann2014-12-032-10/+5
| | | | Change-Id: Ida05d4cb97ace166472ee9f256065e4c420c3a7a
* Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara2014-12-011-1/+1
| | | | | | | | | | regression from 7f7d2213209dd8e23292ec5a85fbab6127824c49 author Caolán McNamara <caolanm@redhat.com> 2014-10-13 09:25:26 (GMT) osl_Module -> osl::Module Change-Id: Idb8fec23bdd0ee3ea0488047aadaf21e3cd2900f
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-0113-49/+49
| | | | | | | 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>
* fix 'Childwindow slot missing' warningCaolán McNamara2014-11-263-2/+30
| | | | | | and rename SID_INFOBARCONTAINER to SID_INFOBAR Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80
* all these ids and their associated resources were unnecessaryCaolán McNamara2014-11-252-7/+0
| | | | Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
* We now only need one bit of information hereCaolán McNamara2014-11-256-12/+12
| | | | | | | | | | | | 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
* tidy up this deref before check codeCaolán McNamara2014-11-251-7/+10
| | | | Change-Id: Icd9ff99616c452bd16ffc3dc8ab0981d75a386a2
* only use of SfxInterface::GetName is for debugging infoCaolán McNamara2014-11-251-4/+2
| | | | | | where GetClasName is good enough Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-242-2/+1
| | | | Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
| | | | | | | | 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>
* SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara2014-11-242-13/+2
| | | | Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54
* sfx2: add missing locks to FrameActionListenerMichael Stahl2014-11-241-0/+4
| | | | Change-Id: I67db5c42d1aea39cbf650de7854be853fc78e8a9
* fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl2014-11-241-1/+2
| | | | | | | | "Area" and "Transparence" only supported by Writer paragraphs. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6
* SfxObjectUI_Impl's pName is now unusedCaolán McNamara2014-11-241-7/+0
| | | | Change-Id: Id9c0878a06c4d8f12c67bc7270669c5ff9a503e8
* so GetOffResManager_Impl is unusedCaolán McNamara2014-11-244-10/+0
| | | | | | | which makes sense, because all that's left in ofa.res is error strings Change-Id: Ieedcbd5c9c723ac1a89035add11a61d41b2381a9
* so these ResIds are only being used for the numerical valueCaolán McNamara2014-11-242-20/+15
| | | | Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
* ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara2014-11-242-4/+4
| | | | Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c
* in passing RegisterChildWindow already never used its pStr argCaolán McNamara2014-11-241-4/+3
| | | | Change-Id: I506581507f078a87088c85867724f1c446ea76d5