summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-11yes, placement of parentheses is important :-/Eike Rathke
Change-Id: I606efefada9529571e5a400da65592905200b987
2013-10-11[API CHANGE]: Drop SAL_PRGEXTENSION from <sal/config.h>Tor Lillqvist
It is unused in LO source code. It was not really clearly defined what it meant and what it could be used for. Its value was ".exe" for Windows and ".bin" for other platforms. But we do have a "soffice.bin" on Windows, too, corresponding exactly to the "soffice.bin" on Linux. On the other hand, on OS X we don't have any "soffice.bin", just a "soffice". Change-Id: Iceee19cc8768c5aaaeeb9bba34b9cde50073498b
2013-10-11loplugin if-body warningStephan Bergmann
Change-Id: If19c06fafc6bdf121e72e49329c89839693297bf
2013-10-11Small fix for cross-compilationTor Lillqvist
Change-Id: I5851af308193527a30eef1ded256f6b9ae69b260
2013-10-11SCNR: #include cleanupTor Lillqvist
Obviously just a question of personal taste, and we have no consensus here, and some say that <sal/config.h> should be included before any other LO headers, for instance. Oh well, if this commit breaks on some platform, please revert;) Change-Id: Ie02ec4e68b19961165608220f07808641d2e4fda
2013-10-11Don't display menu unless HAVE_FEATURE_DESKTOP_GUI_ELEMENTSTor Lillqvist
Idea from http://lists.freedesktop.org/archives/libreoffice/2013-July/054088.html . Sure, there must be tons of more code that should be ifdeffed for HAVE_FEATURE_DESKTOP_GUI_ELEMENTS. Change-Id: I1ef9ec749b795919c6e52e4f9e0a03bd0e874bc3
2013-10-11Add a picture and a graphicTor Lillqvist
Change-Id: Ic58a0c6302b4bdac892ba1d9d019ae5b6f98e27d
2013-10-11Changes for iOS SDK 7.0Tor Lillqvist
When building for the iOS Simulator, the -mios-simulator-min-version switch should be used, not -mmacosx-version-min. Change-Id: Icaf184b99d6b6160786b7a9de2fe475251d244cf
2013-10-11Move C++ library check a bit earlier and use resultTor Lillqvist
Change-Id: I459308bbc0f957b11f3088e56cd21b4aeef9721a
2013-10-11Use libc++ on iOSTor Lillqvist
Change-Id: I722b28f0d432c051fbe3a55823bc64b8a86e9a17
2013-10-11Use -fvisibility=hidden also for 3rd-party libs for iOSTor Lillqvist
Change-Id: Ib2806d71f9c2dc18c64f2c92012eaa1c77ddd9d2
2013-10-11loplugin if-body warningsStephan Bergmann
Change-Id: Iea42dc54c6d3b81142939b920d932d4cf83dc6e1
2013-10-11Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara
so the maLRSpaceItem( 0, 0, 2000, 0, EE_PARA_OUTLLRSPACE ) in sd is considered the same value as the default all 0 EE_PARA_OUTLLRSPACE. But why the change of the Which id triggers this apparently always there underlying problem needs further investigation Change-Id: I41ef93cf8992f2b5cc72ddb474c54525415657b4
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: Iac999c157d0d3fdb737bd2d92240e252cfb05333
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I4727687b1f359ecf4eb8855b7894bf2a2047ba9d
2013-10-11-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Id8a5df0151fa07ca36fc84206501b94a3405b114
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I7777008aac6331d7598f496c4808ab34c73f814e
2013-10-11Sort lists lexicographicallyStephan Bergmann
Change-Id: I6e44e37d70be90e6cebaaa17e1ee5851b80c7722
2013-10-11iOS experimental app support for selection marking via long press gestureptyl@cloudon.com
Change-Id: Ib7a71797a2dc967f9d8ddd60fdc10c78201a87c8 Reviewed-on: https://gerrit.libreoffice.org/5911 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-11CID#1103760 uninitialized membersCaolán McNamara
Change-Id: I81cfd90640be41f0e09fdb38f765fcef77a59b6f
2013-10-11CID#1103767 uninitialized membersCaolán McNamara
Change-Id: I2b2a7728bf0a93cf3da033e8b1e1bfccdf6c1df2
2013-10-11CID#1103771 uninitialized membersCaolán McNamara
Change-Id: I3189f29d4632b8c04649dbded7250c1510e5b515
2013-10-11CID#1103740 uninitialized valueCaolán McNamara
Change-Id: I2d10104277d8ad0781e3dd088d51d62fa759fe57
2013-10-11CID#1103774 avoid use after freeCaolán McNamara
Change-Id: I0cbe52bf48fb9a2611043c6c3e187b9db4414365
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ia49c97f3ccecf42852e21f0a3690352b9620e16c
2013-10-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I682b5d72c1785e8d8cb9c8bb42d4a0bab6db263e
2013-10-11Simplify string literal concatenationsStephan Bergmann
Change-Id: Ibf5e9ed2716f2f22beb3b68ba7569b638f35a960
2013-10-11CID#1103765 missing initializationCaolán McNamara
Change-Id: I2c3781b30054662c21e4c1fa984e36c3898c5c3d
2013-10-11CID#1103756 missing initializationCaolán McNamara
Change-Id: I0a0dcf7a6009940854b3a6f8e26127c5868b5a55
2013-10-11CID#1103763 uninitialized memberCaolán McNamara
Change-Id: Ib6b003160a36e4dcdfab603def10c2731828806e
2013-10-11CID#1103749 unintialized memberCaolán McNamara
Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25
2013-10-11Fix whitespace.Jan Holesovsky
Change-Id: I76acfa77eea862a1562521eea5160ed054f68650
2013-10-11CID#1103695 avoid use of -1 hereCaolán McNamara
Change-Id: I7097d26f301fffa79d04fe4f26aeddb32223d62c
2013-10-11CID#1103679 calm coverity re invalid iteratorsCaolán McNamara
Change-Id: Iad07aa59c6016752ec9467945d737380d214c3c0
2013-10-11CID#1103719 leak on default: pathCaolán McNamara
Change-Id: I74a17da384499fb18f13d5caa04c356dfee71eff
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand
when creating Metafile content (cherry picked from commit c4b76f0442c452693846a4c92970ba67f26f2226) Change-Id: I8536f4d55e422ad5550c1aaa311789ad31647611
2013-10-11install extensions using filelistDavid Tardon
Change-Id: I16dae6402d13d912830a02fbc3a7f8347e890bc7
2013-10-11do not copy testing extensions to instdirDavid Tardon
Change-Id: Ibd2f18a8998b3e182d8d5b8af9c9f74a8ac00744
2013-10-11copy extensions to instdirDavid Tardon
Change-Id: I67c74295beab25120effdc9373c7d74f225e9d5b
2013-10-11resolved fdo#69948 honor a detected FilterNameEike Rathke
TypeDetection::queryTypeByDescriptor() adds the FilterName property to the MediaDescriptor, use that if present. Strangely enough the sequence returned by XNameAccess::getByName(sType) of the type detection contains an empty PreferredFilter value so that is useless in this scenario. Change-Id: I5cdc9fe71e35bdb7c511739c7f7728134941649a
2013-10-10Fix typo in silly OSL_ENSURE warning textTor Lillqvist
Sure, it would make more sense to print out some information that would actually help in finding out what's wrong... Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102
2013-10-10Propagate verbosity to (some) 3rd-party library buildsTor Lillqvist
In a verbose (if verbose or VERBOSE are non-empty) build, pass V=1 to some of the Automake-based external projects, to get verbose output from their builds. This is just a start, should check for all bundled libraries whether there is a simple way to make their build verbose. Change-Id: I470b3be7f43aaa09d5f7102da891f538799a3631
2013-10-10CID#1103720 make leak impossibleCaolán McNamara
Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
2013-10-10html: Options need to be lowercase, tooThomas Arnhold
Because the lookup table (include/svtools/htmlkywd.hxx) is now lowercase. Change-Id: Ica0606eb1546f74d2b651a70adee8117c956d4e2 Reviewed-on: https://gerrit.libreoffice.org/6193 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10little String to OUString + documentationThomas Arnhold
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3 Reviewed-on: https://gerrit.libreoffice.org/6192 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10fix build with --enable-win-mozab-driverChristian Lohmaier
moving staticlibs to workdir broke it since 520c7dc9e8860e506145e879182ca32853617097 Instead of copying the unzipped libs to another directory, reference them from UnpackedTarball directory instead. Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377 Reviewed-on: https://gerrit.libreoffice.org/6191 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-10fdo#50118 use English add-in function namesWinfried Donkers
This patch sets the function names of add-in functions as set in the golbal configuration of LibreOffice ('Use English Function names') Changing this setting has not yet an immediate effect. (I'm still working on that, which is a hard nut to crack.) The add-in function names are set at start up of calc. Change-Id: I5fffd9edb09647c1bcd0c3f35ffa6ab69ef48589 Reviewed-on: https://gerrit.libreoffice.org/6032 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-10-10writerfilter: drop dead isBooleanDffOpt() in doctokMiklos Vajna
Change-Id: I7be21f126eddc6e49649ea3370a7a181d976360b