summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2013-05-15String.AppendAscii DropRicardo Montania
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> https://gerrit.libreoffice.org/#/c/3892/ Change-Id: I12175a81f0a74546b5e00633176f204b9a3fb35c
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14LockHelper::getGlobalLock is never called with an argumentStephan Bergmann
Change-Id: I90b431345d791c887f9047258a6f439bcf222784
2013-05-14Remove unused LOCKTYPE_FRAMEWORK env var overrideStephan Bergmann
...which means that only the E_SOLARMUTEX part of LockHelper is ever used. Change-Id: Ibff0bda324af67c85cbd2975d308c612c66e5052
2013-05-14ENABLE_MUTEXDEBUG is never definedStephan Bergmann
Change-Id: I533cc7041177cceff14d1e44e4cd1d25d5e94c11
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
...so move it from osl/mutex.hxx to its own comphelper/solarmutex.hxx. It looks like a newbie mistake that 59e7685d8d812ee8773f57475cbe3aa2a0bdfc81 "Create an abstract interface to be used to implement a SolarMutex" put it here in the first place. I do not consider this an incompatible change really, as no external URE client code should have used SolarMutex anyway. (Also included some clean up, like removing unused {Clearable,Resettable}SolarGuard, and spelling out SolarGuard in the few places it is used.) Change-Id: I121ffb5b7cefbc19e88b5405e5a85ffc895be852
2013-05-14sal_Int*/sal_uInt* to boolTakeshi Abe
Change-Id: I133445673895e26d6f19a7843f005dc13870f9ca
2013-05-14fdo#46808, Convert ui::ImageManager to new styleNoel Grandin
The service already existed, it just needed an IDL file. Change-Id: I5bdc3064b0a3caa5a0d2abf4ef5ba3159889c7af
2013-05-13fix: left out SAL_CALL annotationNoel Grandin
Change-Id: I0443ce15113945c4e4a97a0016a5c90e9b992c74
2013-05-13fdo#46808, Convert ui::UICategoryDescripion to new styleNoel Grandin
Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
Change-Id: I302be46b46518e1e872771e1c8a0647f7c330b30
2013-05-11Resolves: #i120029# Unregister on dispose.Andre Fischer
Patch by: zhang jianfang Review by: Andre Fischer (cherry picked from commit e0d5abb649958e48660357d3fa37ab6e9707b61f) Conflicts: framework/source/uielement/toolbarmanager.cxx Change-Id: I4c6a112b27396fc7e5d42f3feef11ac1fe81efcd
2013-05-09coverity#736132: comparison of array against NULLMarkus Mohrhard
Change-Id: Icba7557140d65b769bef17df57e2cdc1bdba3193
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
added from symphony, also BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. Changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale (cherry picked from commit bf734a151dc5169b65cf5d2a127e4142b765326c) Conflicts: canvas/source/vcl/canvasbitmaphelper.cxx canvas/source/vcl/canvashelper.cxx sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx vcl/inc/vcl/alpha.hxx vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/source/gdi/bitmap3.cxx vcl/source/gdi/impgraph.cxx vcl/source/gdi/pdfwriter_impl2.cxx vcl/source/helper/canvasbitmap.cxx (cherry picked from commit 593c86280b64d97725adde0c0a0cc4f090fb2310) Change-Id: I41cf0a7e11bdbc6510e22e762486420995ba739b
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-05-07Better loggingStephan Bergmann
Change-Id: Ic3dca6f1f0c0f7de7070801793938569e76e1907
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-04install framework DTDs using filelistDavid Tardon
Change-Id: I7a36eb26d26dfa58b82919ca0ee16f94fa82c220
2013-05-03fix bug #60700 - de-crutify ODF filesAlex Ivan
Initialization of storage elements in Configuration folder is now done in read-only mode. Modification does not affect these folders in case of actual storage within them. Only tested for example posted on bugzilla page. Added open mode directly into function call. Change-Id: Ib2b4ae1f4cab35f2c9cd1fc7081302e1231da7a4 Reviewed-on: https://gerrit.libreoffice.org/3401 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-05-02Show only filename in "Recent Files" listSamuel Mehrbrodt
As discussed here: http://nabble.documentfoundation.org/Libreoffice-ux-advise-Recent-files-dropdown-td4052945.html#a4052996 The changes are (inspired by Gedit): * Display only the filename, not the (abbreviated) path * Show the protocol name before the file, if not local (e.g. "ftp: myfile.odt") * After the keyboard shortcut (a number from 1 to 10) display a '.' instead of a ':' (because the protocol has a ':') * FIX: Display whitespace as whitespace, not "%20" Change-Id: I47472c901aa866adb76c7c7ab36bc871f82ad8df Reviewed-on: https://gerrit.libreoffice.org/3700 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-04-30Recent files: aPassword is unused.Jan Holesovsky
Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-23fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContextNoel Grandin
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