summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-16Work around problem with boost::shared_array(NULL) ctor and Boost 1.53.0Stephan Bergmann
...claiming template<class Y> boost::shared_array<T>::shared_array(Y*) is not a viable option due to mismatched types 'Y*' and 'long int' Change-Id: I8db321cd25cd73c84fa2a3124c9ec1018c131d5f
2013-02-16fix circular dependency in setup_nativePeter Foley
Change-Id: Ic096616e04e67a31bacc840ff25349491a5e56e7
2013-02-16remove recently added dependenciesAndras Timar
helpcompiler now behaves nicely, it does not depend on svtools any more. xmlhelp is needed, because it provides xslt files for helpcompiler. Change-Id: I3f742ad94c0893a1b37d3ef9be6bfd3cac1fb6ac
2013-02-16coverity: variable values is unusedMarkus Mohrhard
Change-Id: Id2cd10aa34d96629915a3258a20f928af441ebcc
2013-02-16coverity: variable value is unusedMarkus Mohrhard
Change-Id: I5bf89e42f87c5e405c2c5b6f38d0b3b200d4b90e
2013-02-16coverity: variable value is not usedMarkus Mohrhard
Change-Id: Ide7e40a0739e03c525eb5883b1583af01e4e721e
2013-02-16coverity: unused variable valueMarkus Mohrhard
Change-Id: Ic0c03c649bfaf67a3c936f910c185882ae395711
2013-02-16Comment translation german-englishMatthias Freund
I had remove more of the the ascii-art ;-) Change-Id: Ia5c5d1d8b539ffb4286232177c12b294b0f60706 Reviewed-on: https://gerrit.libreoffice.org/2171 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-16filter: fix broken string conversionMichael Stahl
Change-Id: Iadcc6cddaf943b76dd82650c2f7246696aa438d1
2013-02-16fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza
And also sanitize some OUStringBuffer uses. Change-Id: I338b18981e1f925d76c0d640159de30bab219122 Reviewed-on: https://gerrit.libreoffice.org/2186 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-16Readme tweaksAndras Timar
Change-Id: Ie59c828dd3b70fdeab38f6ed876096580f7af530
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar
We use this class in helpcompiler, and it is not desirable to compile svtools (thus half of LibreOffice) for a build tool in cross-compiling environment. Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa
2013-02-16Updated coreAndras Timar
Project: help 782023c2fc5fb427f12a531276c521bef455dd5f
2013-02-16sw: include SwFldTypes in doc model dumpMiklos Vajna
Change-Id: I62a86c1615ccddb23e658e01423dce8634156ffe
2013-02-16MarkManager::dumpAsXml: dump fieldmark names as wellMiklos Vajna
Change-Id: I28683f11380a04051926e6c048686bde6fefdc61
2013-02-16Remove mis-optimizationStephan Bergmann
Assume thread t1 creates OUString s, then spawns thread t2, then t2 acquires s, then t2 signals via a channel that does not necessarily involve memory synchronization (e.g., writes a byte into a pipe which t1 reads), then t1 releases s and can still see a refCount of 1 instead of 2. Change-Id: I31047a1a6cc8fccc401a87849f5c3cee3642d803
2013-02-16Clean up some supportsService implementationsStephan Bergmann
Change-Id: Ib74400765a6e0ef203e751afa5433a01c8564fee
2013-02-16Remove unnecessary lineStephan Bergmann
Change-Id: I4b9e11e2a790e00e9a4acc5eb81485b59ce15da2
2013-02-16proposal: move towards killing UNOLIBS_OOO and merge libs to OOOLIBSBjoern Michaelsen
- this is a partial example commit moving ogltrans and mtfrenderer to OOOLIBS - this renames the libs universally as gbuild is making this trivial and little risk of having libs linking against the old name - having libs named differently (lib*.uno.so and lib*lo.so) just adds needles complexity to the build system and creates insecurity for new contributors (and is not really documented either) - we should probably look at the other lib groups for cheap kills too (renaming in stable/frozen URE isnt worth it though) Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c Reviewed-on: https://gerrit.libreoffice.org/2169 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-16Blind fix for WaE: class does not fully implement protocolTor Lillqvist
The Xcode 3 compiler warns: class 'ChannelDelegate' does not fully implement the 'IOBluetoothRFCOMMChannelDelegate' protocol. Change-Id: Id468bf7e42e2551fbcc372feefd6ba5967a911fa
2013-02-16Fix compilation for Linux and hopefully Windows, tooTor Lillqvist
Change-Id: Ib8d6e4e73443d5ee233133cbb9e201783405c49a
2013-02-16Nothing in the C standard about socketsTor Lillqvist
Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040
2013-02-16Add network and Bluetooth entitlementsTor Lillqvist
Change-Id: Ibf718c3ecaea14ddbd48a8642c179dd8657779ce
2013-02-16More work on the Impress Remote Control Bluetooth code for OS XTor Lillqvist
Mostly the work of Thorsten, from December, adapted to compile against the current remote control code, and with one or two crucial things added. Plus lots of SAL_INFO calls added; once it works well many of them can be dropped. Does not work properly yet, do not cherry-pick just this to 4.0. Change-Id: I53361b49a2b6938c768be1ea0fc17eb5e46b6aa4
2013-02-16remove zenity configure optionMatúš Kukan
It has served well but it's useless nowadays. build.pl is going to die anyway. Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4 Reviewed-on: https://gerrit.libreoffice.org/2174 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-15Check for member visibility in the dimension code.Kohei Yoshida
Change-Id: Ic3370f96c0582b7b0c80c6872ee9a55e38c2b842
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida
This is to be used for debugging. Change-Id: Ie5a5ebd66a701937ab806e2370ded85ba557de5b
2013-02-16coverity: finally fix the memory leak correctlyMarkus Mohrhard
Change-Id: I1cd8978eba9f42aaa3d5e53085cac23f5e6a31ef
2013-02-16coverity: we need a virtual d'tor hereMarkus Mohrhard
Change-Id: Ifb4cc80761611fbf398ee3cc1d56d104a2d2b5c9
2013-02-16coverity: missing break => memory leakMarkus Mohrhard
Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546
2013-02-16fix indentationMarkus Mohrhard
Change-Id: I22e22105f1dd226a0bf721b7087fa16afd2e468a
2013-02-16coverity: copy & paste errorMarkus Mohrhard
Change-Id: I51c79d9b0d59b6de9b831ec8b4e9bf1a2642bd17
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard
Change-Id: I8969b3152547d2d919c4bc41f2d7955763779bb8
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard
Change-Id: I5ac5d7c05da7652ae61d2f1925a3fe8e3aaf0d71
2013-02-16coverity: prevent integer overflowMarkus Mohrhard
Change-Id: If22c897ff97c584e98ab95301f89ed5c5b8bf7c2
2013-02-16coverity: fix copy&paste errorMarkus Mohrhard
Change-Id: I706eef2373d37452afe6b044a052762da1c8a848
2013-02-16Fix build for --enable-epm / --with-package-format=deb rpm case.Thorsten Behrens
This was somewhat broken after the setup_native gbuild conversion. Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: I5e293c67691e0efaded2c359a35e3bbb00dcb3d8
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: Ie56951fd321820d16fdee197a86987c99d94f76e
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: Ie7ba893ed08ca6ba0083db20e4c887866d0b6642
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: Ib92f1b80e6e597b233eed91b8ed96cdeec509c90
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: I3aed29393376933fe6f07e38fb936911723ed2fe
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: Ia69953147cc39b9f5683554188912b8f3fa22265
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard
Change-Id: Ic2c28232574460fd59dd404618af6b581f410a83
2013-02-16coverity: fix memory leakMarkus Mohrhard
Change-Id: I5c8f4002d92be1ddef3f075be7cbcd6a2e88075f
2013-02-16coverity: seems to be unused nowMarkus Mohrhard
Change-Id: I8bc75ab429619efef65d29a021403444dcd8a1c0
2013-02-14fix rpm build in setup_nativePeter Foley
Change-Id: Id7cba31ac24f6a45077f5a41039b7b79ad668b95
2013-02-16Some cppcheck cleaningJulien Nabet
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-15Revert "coverity: fix memory leak"Markus Mohrhard
This reverts commit b3356f6f772d7d265160927d45f935098784c20e.
2013-02-15fdo#60842: sw ODF import: support value-type="string" on cells:Michael Stahl
According to ODF 1.2 part 1 19.385 office:value-type, the attributes of table:table-cell, namely office:value-type="string" and office:string-value="foo", should override the element content of the cell. Change-Id: Ic580307effb046d127c4d64a4f963f0e91b3a2d1