summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19Revert "sb140: #i117084# do not leak Lockfile instance"Michael Meeks
This reverts commit 1d38dbab29245e430792f7b3a4c14c94cd011504. Conflicts: desktop/source/app/app.cxx
2012-11-19Revert "sb140: #i116910# do not leak Thread_Impl"Michael Meeks
This reverts commit e700031cc4f60f62d862940cd40de73e32f9104b.
2012-11-19impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische
2012-11-19use LanguageTagEike Rathke
Change-Id: I4c55e30ec64f4e4d0217f226bc99ff693d054093
2012-11-19export embedded spreadsheet(s), fixes n#780830Radek Doulik
Change-Id: Iee8328a695b554d97f6805b64b98706b9e3d7ab9
2012-11-19limit buSzPct rangeRadek Doulik
Change-Id: I41411301ee131f92b9725208e53133ee0f8a6f82
2012-11-19lo-pack-sources: use module instead of piecePetr Mladek
we use git submodules, so it makes more sense (hopefully) Replaced options: --no-lo-pieces with --no-submodule --piece=<piece> with --module=<module> Removed hopefully unused option: --no-lo-core Change-Id: Icbf742991ccda2f7833a5b50d51cb1421885383d
2012-11-19use LanguageTagEike Rathke
Change-Id: I93bc72d3938775b4e7c599b0477a76ed0ce5d4ac
2012-11-19lo-commit-stat: make it working with git submodulesPetr Mladek
renamed options: --no-piece to --no-submodule --piece=<piece> to --module=<module> Change-Id: Ic4f1e3f4bdbe4f4fc175fea82e670310753ce130
2012-11-19Key all browser plugin features to --enable-nspluginStephan Bergmann
...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
2012-11-19lo-pack-sources: use the same top-level directory in all tarballsPetr Mladek
It allows to avoid symlinks more easily. In addition, I did some clean up. I removed support for packing pieces from standalone checkout. I guess that noone is using it. Change-Id: I3c712f5eb12108229a157c636e0a63eca4ae0d6b
2012-11-19Further SYSTEM_MOZILLA/SYSTEM_NSS clean-upStephan Bergmann
...past 8648c974ea5e222027a5ac1c9a01cd9ac6e344a8 "Clean-up 'SYSTEM_MOZILLA' -> 'SYSTEM_NSS.'" Looks like -DSYSTEM_MOZILLA in RepositoryExternal.mk's gb_LinkTarget__use_nss3 was only relevant for xmlsecurity/source/xmlsec/nss/nssinitializer.cxx (for which it had been set explicitly in xmlsecurity/Library_xsec_xmlsec.mk, and renamed to SYSTEM_NSS already). And looks like xmlsecurity/Library_xsec_xmlsec.mk's explicit SYSTEM_NSS code was more or less a duplication of RepositoryExternal.mk's gb_LinkTarget__use_nss3, so made that DRY. Change-Id: Ie6eca2c4eb7fb70f6a36c97d8681b4140f9870cb
2012-11-19warning C4805: '==': unsafe mix of bool and sal_BoolMichael Stahl
Change-Id: Ia3a21febe934b73401a008091c84766a2b798ca0
2012-11-19Stop a memory leak in text_textsearch.cxxZolnai Tamás
Change-Id: I4dad05dbbe668ac7d7058cb43989f6a9f8e488a6 Reviewed-on: https://gerrit.libreoffice.org/1118 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-11-19fdo#57224: Fix logic of considering optional/ambiguous value as "disabled"Stephan Bergmann
...so that only a "not-registered" that is non-optional and non-ambiguous is considered as "disabled" by user's intention. Other combinations can occur for broken extensions (that will thus become disabled again anyway when we try to automatically enable them) and for originally enabled extensions for which cleanExtensionCache in desktop/source/app/app.cxx has forecefully removed user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc (and which should rather be kept enabled). Change-Id: Ic85b609ec9b3634cfa94a77151d42c07b9488030
2012-11-19Clean-up "SYSTEM_MOZILLA" -> "SYSTEM_NSS"Stephan Bergmann
Change-Id: I47ec3aeb14445b697bf8f5af34c5d16a14069735
2012-11-19use LanguageTagEike Rathke
Change-Id: I4ffa1aa2dce0bf1d0c87d56f72589112ec1222a1
2012-11-19warning C4100: unreferenced formal parameterMichael Stahl
Change-Id: I49da06b94bdc91b1cdc4bb3d047804d353b0aba8
2012-11-19Some clean-upStephan Bergmann
Change-Id: I02c56a86454b5ed6df29c3af60b3da2c7bd4b7e1
2012-11-19fdo#57224: Preserve disabled-state across reinstallDeployedExtensionsStephan Bergmann
Change-Id: I8d65b76fd93b63b51db88b7b09902ba64732dd97
2012-11-19database names are case insensitive, fdo#51309Mathieu D
Change-Id: Iac9ac4e48115ea09aeffa11bbd8da399266aede9
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist
Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba
2012-11-19python3: fix typos in makefileMichael Stahl
Change-Id: I61ea54ff5a5771ad2dee1b3514c97fbdd9f241b9
2012-11-19SvNumberFormatter: warning C4701 pot. uninitialized variable nCheckPos usedMichael Stahl
Change-Id: I497d7ddc90bdfed9cd49e0b0c988a74f733bfa36
2012-11-19unusedcode exclude file: symbols known to be requiredEnrico Weigelt, metux ITS
The file unused.easy contains a lot of symbols which are known to be required, even they're currently not referenced by anyone. Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87 Reviewed-on: https://gerrit.libreoffice.org/1084 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-19SalColormap: -Werror=conversion-nullMichael Stahl
That is actually XID, not a pointer. Change-Id: I9fa807fc4f33c07b2b4ebbb5e1b7163eb53411c3
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna
In general, DOCX tables provide a grid for the table, then use spans in case different number of cells are used in different rows. In this case, the cell width is ignored, as the wished width can be counted from the grid and span values. However, it's also valid to simply provide more cells then the amount defined by the grid, and in this case the cell width should decide the final width of the cells. This commit adds support for this later case. Change-Id: I0dd6c1f0c06f81c2afa00489b7ad1f33ff300a7c
2012-11-19Clean up desktop/test/deployment/{active,passive}Stephan Bergmann
Change-Id: I7f5bbbd1d8a2491c86c2875ae155ef4b10154377
2012-11-19Try to use -fvisibility=hidden when DISABLE_DYNLOADINGTor Lillqvist
Change-Id: I92a5de2344e82f99ac94608e1455afa8c33bd54a
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist
Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7
2012-11-19Drop ILLEGAL_POINTER sillynessTor Lillqvist
Change-Id: I19316f0fd04f75d980719676c928c3455e0f07b7
2012-11-19Using --with-system-expat does seem to work also for a "bundled" oneTor Lillqvist
Change-Id: Iff8904ac0c856dd3175b429b4919a04a57c1b6ad
2012-11-19remove unnecessary #includeMatteo Casalin
Change-Id: I5b05a7aded3ed80e0269155100ad075bffecf9ea
2012-11-19Better handling of well-know prerequisites under windowsMathias Michel
Add moz prebuilt & msvcrt80 copy Change-Id: I335c25904c16db534a4878ff6a17db202eaef4f5 Reviewed-on: https://gerrit.libreoffice.org/1100 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-18WaE : shadow variableNorbert Thiebaud
Change-Id: I394817653afa738e7e3d19a1d82f892fb3b35c19
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud
Change-Id: I4bed439df3d4f4c0a87a6e406048de2af6995b89
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud
that create some clutter on some of the caller, this will be resolved as things progress to ward OUString only This is done that way to be incremental and avoid creating too big patches Change-Id: I4a881d85cc2ee1eb53bc0c0d0902838b1d3720a2
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud
Change-Id: I23ae9d3e8bf71ef9ece75ea013d18c36ab2e69d4
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud
Change-Id: I9f5f6106ec81c33383f5936335dc965b84360116
2012-11-18svl: cosmetic prep work to OUString conversionNorbert Thiebaud
Change-Id: I2b87838136f01ff463c66863803eea3c9cd17df9
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud
Change-Id: I02ca7f7770e2d53371e7c597c087c4a370ce8d3f
2012-11-18svl: convert Color to OUStringNorbert Thiebaud
Change-Id: Icaa3e29fbd5674271e69fa17ed9249c65b4a9c40
2012-11-18svl: aNameStandardFormat can be OUString for freeNorbert Thiebaud
Change-Id: I61f57ed6a5aad0bf7a69319c36b080213b74ad6a
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud
Change-Id: I93daafcb6cc161f10ec87fe9f1dc877e2154299d
2012-11-18svl: convert ImplEnglishColors to OUStringNorbert Thiebaud
Change-Id: I5ec8f1061aa41ac0c4bb46d9159be439892706a1
2012-11-18xmloff: simplify the use of AddToCodeNorbert Thiebaud
most use of that API is to add a single sal_Unicode, it is silly to manufacture a full OUString just to pass that via AddToCode to then append it to a OUStringBuffer adding AddToCode(sal_Unicode c) to simplify these case also remove a silly iteration over a OUString's character to re-add each character one by one via AddToCode() Change-Id: Ia8a58551a1c24312baaa250b8d36fe21c46127e7
2012-11-18xmloff: convert lcl_FindSymbol to OUStringNorbert Thiebaud
Change-Id: I6d93cb64126d60c35fda58039989d57b18a44773
2012-11-18svl: convert GetQuoteEnd to OUStringNorbert Thiebaud
Change-Id: I79bd0aecb98b7b47ee892ed4ce1b53abcd09ff44
2012-11-19sal_Bool to boolTakeshi Abe
Change-Id: Ia6a4cd46b3bda875baeb9fcdda98a1964aedf841
2012-11-18Updated coreAndras Timar
Project: help c3cfcf7098787f11ca987ef8db65fbb670d8da6e do not localize a single non-breaking space