summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-15Simple string cleanup in backingwindow.cxxOlivier Hallot
Change-Id: I5bd7152f0dfdc5459e9a754af1e8c65234ff606d Reviewed-on: https://gerrit.libreoffice.org/3377 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-13Use environment variable LIBO_USE_ORCUS to decide whether or not to use orcus.Kohei Yoshida
This way we won't need to re-compile every time we need to switch between. Change-Id: I7d56a838c420a645ce8bebe0f0d9beaa78476fd6
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
But this occasionally crashes. Change-Id: I0a18d0e210639b43b89b966a54de541b9a43e329
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10re-use images in start centerAndras Timar
Change-Id: Ib6a6f65ce11e7c9f26b51624519ca45ad9e43be5
2013-04-10Kill the ToolBar class, move the needed bits directly to ToolBox.Jan Holesovsky
Change-Id: I6aaa396931ce613be64026b53372dc24c6189724
2013-04-10Kill copy'n'paste.Jan Holesovsky
Change-Id: I5e5b80f8d8efe91df806bb7ae9750fd84009c6be
2013-04-10Nobody needs pointer to ToolBarManager.Jan Holesovsky
Change-Id: I74624b1b28d948e2299014499a1eef309488ad13
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold
some more like 7e06132878a495ffb8ed9d54588e1a3ebbd0e8da Change-Id: I42c2a208e30ce80e95d892c6123247057c823773
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida
Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
2013-04-09Add xlsx and ods bits. Those file types are still not loadable.Kohei Yoshida
Change-Id: Icb75313a082475b73d560685fec2c2f3be8538d7
2013-04-09Kill not necessasy OUString member variables.Jan Holesovsky
Change-Id: I1bbfd19bc70fc12ac5dc5fdb18c556f4dc5300cb
2013-04-09equalsAscii() and equalsAsciiL() -> operator==()Jan Holesovsky
Change-Id: Id9e1057302575686a61d79bef034b8431ef22196
2013-04-09Kill m_xToolBarWindow here too.Jan Holesovsky
Change-Id: I8e07b798776ac06eb5a91bf6479105a2c08a073b
2013-04-09m_xToolBarWindow is apparently unused.Jan Holesovsky
Change-Id: I0f69401c46a2b3a362b7481acacc748d103faa30
2013-04-09Kill unused constants.Jan Holesovsky
Change-Id: I18e5db67cfa790b5a6e9db17e1823e7ce7f75598
2013-04-09equalsAsciiL() -> operator==().Jan Holesovsky
Change-Id: I012fc0341df2bb6d8dd913c13c39c7e657eef235
2013-04-09Kill unused member variable.Jan Holesovsky
Change-Id: Iaad6700b68d70f5193ee723e868b9efc29a1cd04
2013-04-09sal_Bool -> bool.Jan Holesovsky
Change-Id: I12eaceb304ef67c533dc23db3f6b666bdb6a7a1f
2013-04-09Include is better here.Jan Holesovsky
Change-Id: I66893bb2ce7a89aac44b20dc38aa405ae868a0d8
2013-04-09make help work againCaolán McNamara
This is a regression from b248624126c271c88381d3dad6e04fc954f65779 I suspect there might be more. Change-Id: I9ffbcfb8d32b0b0b4193a86eee90d0a5f481de11
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-08fdo#46808, Convert framework::ToolBarManager to XComponentContextNoel Grandin
Change-Id: I4c5ddd7a2f26f51fef530b70f18a1abf61c49f77
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07Remove unused variablesTor Lillqvist
The LayoutManager for some reason has both a ToolbarLayoutManager pointer field, and a uno::Reference to an aspect (or whatever term one should use) of the same ToolbarLayoutManager. (I.e. esssentially two fields for the same thing. Why it doesn't create such variables where needed instead I don't know.) Anyway, for some reason there were lots of instances where a local variable was initialised with this second field but then never used. I removed those. (Surely just copying the field into a local variable doesn't have any interesting side effect that would explain this pattern?) Change-Id: Ibdfbd9476c39d3e83b58e81469b94d9a87444ca8
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Resolves: #i121503# fix resize/paint race in the backing windowHerbert Dürr
(cherry picked from commit 9d578cebcd9d1e1c16c04cbefc5de2ab511ea335) Conflicts: framework/source/services/backingwindow.cxx Change-Id: Ic5e590465e19b02b6a9b426072818cea5bb3f912
2013-04-05Remove SvtInternalOptionsThomas Arnhold
* only Get/SetCurrentTempURL were used, but only for compatibility reasons, to remove old temporary directories (before 2001). Those should be gone today. * MailUIEnabled was false in the xcu file. * SID_MAIL_SENDDOC* are handled some lines further. Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375 Reviewed-on: https://gerrit.libreoffice.org/3180 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> Notes: API CHANGE.
2013-04-04fdo#37758: Really set the toolbar as hidden.Jan Holesovsky
Change-Id: If0cdf2fabb680f8dee811411f601b2954d29da58
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2013-04-02framework: remove unused targetting debug macrosThomas Arnhold
Change-Id: I993a690751cf0fc8bbba3c51ccc8b9357fe9395a
2013-04-02framework: cleanup macrosThomas Arnhold
Change-Id: I955210208e148dff6a1ca5ad6f1a91db2496ca7b
2013-04-01remove boilerplate commentsThomas Arnhold
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-03-31fdo#62096 Replace O(U)String compareTo with ==Efe Gürkan YALAMAN
Change-Id: Id89b7eeb09b5cd7cee449cd1a20fb13b630f29c4 Reviewed-on: https://gerrit.libreoffice.org/3136 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-30fix loplugin unused warningsPeter Foley
Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c
2013-03-29ResMgr with LanguageTagEike Rathke
Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
2013-03-28we really don't need to assign the same value againEike Rathke
... to be extra sure? Change-Id: I00d6cfafe5419b01e3e827377be030b5d1a4ee34
2013-03-28eliminated useless back and forth conversionEike Rathke
Why convert back and forth between LanguageTag (formerly comphelper::Locale) if all you need and use is a BCP47 string. Change-Id: I1ec12186284211bcd7d115ee092c195b926e7cd0
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke
Change-Id: I2c6d07bbdef62fa17e9c90ca87be6e742268c54f
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f
2013-03-27-Wunused-macrosStephan Bergmann
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-25remove external include guardsThomas Arnhold
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
2013-03-26framework::RecentFilesMenuController clean-up, add clear item.Ariel Constenla-Haile
Conflicts: framework/inc/uielement/recentfilesmenucontroller.hxx framework/source/uielement/recentfilesmenucontroller.cxx Change-Id: Ia8b861b42bd77a90dce3bebdfa6aefd5e5cd91dd