summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann32-120/+116
Change-Id: Iea55d87a7c7b2afc408e3822121f79234481eccc
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: I5da5cd3254102c742021b3e7b4e1f907ca897ca5
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
2014-12-17allow NULL SfxChildWindowCaolán McNamara1-3/+3
Change-Id: I841b9b3f74a9822fe8c477a280bbe2f4904ed64c
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-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
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-0/+49
Change-Id: I90375232aefbe40412614ca0f30ba467cf393f2e
2014-12-16fdo#87031 Sidebar tabs not visible when Sidebar deck is shownSamuel Mehrbrodt1-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>
2014-12-15java: remove some unused fields and variablesNoel Grandin1-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>
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann10-59/+48
Change-Id: I28ca30da980b81dbf3328495291916afca654999
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky4-4/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75
2014-12-10priorities: prevent future compatibility problemsTobias Madl2-6/+12
Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-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
2014-12-10java: merge JUnitBasedTest into DocumentEventsNoel Grandin3-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>
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-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>
2014-12-09removed unused timeout definesTobias Madl1-2/+0
Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
2014-12-09changed timers to idlesTobias Madl2-22/+22
Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1
2014-12-09changed timers to idleJennifer Liebel1-12/+12
Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
2014-12-09changed timers to idlesTobias Madl1-8/+8
Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48
2014-12-09changed timers to idleJennifer Liebel3-17/+15
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl5-21/+21
Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269
2014-12-09changed timer to idleTobias Madl2-8/+8
Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71
2014-12-09change timers to idlesTobias Madl2-4/+4
Change-Id: I224976e75b020d03e4b0d8beb79ad1c1310e8874
2014-12-08WaE: Unreferenced function definitionTor Lillqvist1-0/+2
Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec
2014-12-08callcatcher: update unused codeCaolán McNamara1-44/+41
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida2-21/+29
Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
2014-12-06Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida1-1/+23
Change-Id: I4e611820a4dae4341f971a545578048b52d7e37c
2014-12-05Revert "Broken security/password when saving to older odf (sx?) formats."Michael Stahl1-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
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann1-11/+2
Change-Id: I57c1c4bf6482be7c3cf13c424972d4ed3b9a6b62
2014-12-04sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl1-0/+1
(regression from c7c385bb8e42d2051bcf05fd75b2146fe9852317) Change-Id: I39eca96b45ad974a7e1a6913aa811c6b03ceced7
2014-12-04callcatcher: update unused codeCaolán McNamara1-19/+0
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04fdo#85937 Add 'Close Sidebar' command to Sidebar menuSamuel Mehrbrodt3-0/+16
Change-Id: I83248398a9a8f2a8abb4e10d7ef9f1c203dddbf5
2014-12-03Delay potentially expensive first-time template initializationStephan Bergmann2-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
2014-12-03Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann2-10/+5
Change-Id: Ida05d4cb97ace166472ee9f256065e4c420c3a7a
2014-12-01Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara1-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
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl13-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>
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara3-2/+30
and rename SID_INFOBARCONTAINER to SID_INFOBAR Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara2-7/+0
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-25We now only need one bit of information hereCaolán McNamara6-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
2014-11-25tidy up this deref before check codeCaolán McNamara1-7/+10
Change-Id: Icd9ff99616c452bd16ffc3dc8ab0981d75a386a2
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara1-4/+2
where GetClasName is good enough Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2-2/+1
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin1-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>
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara2-13/+2
Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl1-0/+4
Change-Id: I67db5c42d1aea39cbf650de7854be853fc78e8a9
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl1-1/+2
"Area" and "Transparence" only supported by Writer paragraphs. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara1-7/+0
Change-Id: Id9c0878a06c4d8f12c67bc7270669c5ff9a503e8
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara4-10/+0
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 McNamara2-20/+15
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara2-4/+4
Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c