summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-20allow to build with system opencolladaDavid Tardon5-3/+56
Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc
2014-10-20add test file for MWAW presentation importDavid Tardon4-0/+1
Change-Id: I676de4ca59524e858bf24133d7c54f424922ef26
2014-10-20Add a filter for AppleWork's presentation file...osnola12-180/+687
Change-Id: I9f03ecc6d67ad77ccb0d5240fe0b5968c8063bd3
2014-10-20Revert "fdo#75757: remove inheritance to std::map"Stephan Bergmann5-9/+12
This reverts commit a2deca9d755710bd543fd0caaea0352ac746396d: config_map had been introduced on purpose with bfb978334cea775b8ae5c40ceea050ea0660d80a "configmgr: faster / simpler compare for keys." Change-Id: I3ae0edc4d23977c6537bd2f462f90a702266de6d
2014-10-20loplugin: cstylecastNoel Grandin53-399/+400
Change-Id: If50022b55a558c4124d71acbbe0ef5eb48801d0b
2014-10-20loplugin: cstylecastNoel Grandin42-384/+384
Change-Id: Idb6337bed1c32444f9644d54eba5240f09c13ef6
2014-10-20loplugin: cstylecastNoel Grandin23-189/+182
Change-Id: I2cb764db97469654f977de63e273874d43745bf8
2014-10-20loplugin: cstylecastNoel Grandin57-583/+610
Change-Id: Ia3055b00c20a885dfa0584f864f0e91ccad1e9c9
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara3-64/+48
Change-Id: I276535b007bbb55555148d5937076b86da5de825
2014-10-20fix problem with gcc compiler complaining on variable typeAdam Co1-1/+1
Change-Id: I9a16e24e79d22b0af1710d6ac25eaa5fb19c71ff Reviewed-on: https://gerrit.libreoffice.org/12047 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-20coverity#735638 Division or modulo by float zeroCaolán McNamara1-1/+2
Change-Id: I2f183bc0bb9c67e3873e13a4bdbc57be9471b8a3
2014-10-20coverity#735639 Division or modulo by float zeroCaolán McNamara1-3/+4
Change-Id: I2ba45c49fb00fdd53b8e388e25df503e82c2332e
2014-10-20add CVE-2013-4979 testCaolán McNamara1-0/+0
Change-Id: I54025f46394ec1b16443ba75ff9edf9d8e1f6738
2014-10-20add eps import regression testCaolán McNamara8-0/+785
Change-Id: Iba88c7e54ba83132a859124d51f88be72cb3e3e1
2014-10-20coverity#706540 Uncaught exceptionCaolán McNamara1-0/+12
Change-Id: I175050b5ab66f4eeaa658f0aab1739b175d38d51
2014-10-20coverity#706538 Uncaught exceptionCaolán McNamara1-5/+13
Change-Id: If23396c545e7add653fa9e5ac6e544aaa794120d
2014-10-20coverity#704010 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: I90750c51ce3b38defdba7ecdb7734172983efa8c
2014-10-20coverity#982248 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: Ice8c1b3eab28fc8ef27d802f64b7dd90a0614e42
2014-10-20coverity#703957 Unchecked return valueCaolán McNamara1-2/+2
Change-Id: If9e3e7297b1539c93902895c50af3fb8f6c83a76
2014-10-20coverity#1242704 Untrusted loop boundCaolán McNamara1-12/+52
Change-Id: Ib2e00c0cd269dc7ae55b206713fe07e5326072f2
2014-10-20coverity#1242606 Untrusted loop boundCaolán McNamara2-2/+5
Change-Id: Iafa03d4dd65eb343a80996880bc1ed846d1b7491
2014-10-20Missing "Stephan Bergmann1-1/+1
Change-Id: I5d596f85fe11bc9336e1669d571795f3dfc70c6c
2014-10-20fdo#75757: remove inheritance to std::mapDaniel Sikeler5-12/+9
Change-Id: I189d7a1d68eb9022a32e882d68ce8c8dc567c1fd Reviewed-on: https://gerrit.libreoffice.org/12042 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-10-20Clean jvmfwk tracing outputTor Lillqvist3-46/+29
Change-Id: I070fb24e9466d697a6014bd65635f6cda8736819
2014-10-20Skip vendors that are irrelevantTor Lillqvist1-2/+7
There surely are no Apple JVMs for other OSes than OS X. Correspondingly, there surely are no IBM, Blackdown, BEA, FSF or FreeBSD JVMs for OS X. At least not ones that would be relevant today. Change-Id: I0ee6f904665a2145771802beffe54268718bef50
2014-10-20Fix MSI comment when productname contains whitespaceYiiChang Yen1-1/+1
Change-Id: I5c6383cd383eef02cc9e8a6f4798b928763e46c6 Reviewed-on: https://gerrit.libreoffice.org/11994 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin60-201/+208
Change-Id: I435ce2331fb49e7ce9fe97bdfddfaef706759a84 Reviewed-on: https://gerrit.libreoffice.org/12023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-20Increase assert coverage of OStringBuffer argumentsMatthew J. Francis1-2/+5
Change-Id: Ifd3c9919ef104909efa8964e7a0cb5e723e3331d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-19bump product version to 4.4.0.0.alpha1+Christian Lohmaier1-1/+1
Change-Id: I345b2e6b9039480305f3d6883c5c75d568840c75
2014-10-19Updated coreChristian Lohmaier1-0/+0
Project: translations 4e45711904895e392a4b95433f3996e9c6625871
2014-10-19update creditsChristian Lohmaier1-1290/+1282
Change-Id: I81d5c2d977125f517c5de161e4b8e5ceeb5dd73a
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch1-9/+6
Change-Id: I70dd50d8d588c71d391936195bb13ccb767470be Reviewed-on: https://gerrit.libreoffice.org/11890 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch2-5/+5
Change-Id: I5e048964cc7885a32c59ff8a9eb1fc5b9523e843 Reviewed-on: https://gerrit.libreoffice.org/11859 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-19runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch3-18/+21
Change-Id: I48de54ea88e7fd9f2d903c172eb2b6e1a5b73edd Reviewed-on: https://gerrit.libreoffice.org/11918 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-19-Werror=shadowMiklos Vajna4-8/+8
Change-Id: I940661c947307dc5dea371e5e6f9a9aedbfc904d
2014-10-19fdo#83464 RTF import: \plain should reset \rtlch and \hich as wellMiklos Vajna3-0/+35
Regression from 36246aa9fb57c9fe4e546c91a8274d8828b1424e (RTF import: fix handling of \loch \hich \dbch \ltrch \rtlch, 2014-06-03), now that \f no longer means the ascii font name, \plain should reset a few more parser state members. Change-Id: Ia6b0bdf25563dd5300e108b46731751f0886f67d
2014-10-18typo in filename, hidden by case insensitivity of windowsNorbert Thiebaud1-1/+1
Change-Id: I9ec1fefe61f24c005519a2bb4a87fe07f6895ca6
2014-10-18work around windows whiningNorbert Thiebaud1-3/+4
Change-Id: If2922bca25c93edc25e1171001def8ce3011cf4c
2014-10-18fix libmwaw build on WindowsNorbert Thiebaud1-0/+6
Change-Id: I103ba777cc7f38f5df17995d9ef9bfb6d6cf133b
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida1-0/+47
Change-Id: Iac924b0b6932863f7f9cc088f996e0b07c340d2c
2014-10-18fdo#82047: Write test for this.Kohei Yoshida2-0/+76
Change-Id: I0e5e54b517d3fb3cb28eb133b2cbe5bf5ca6b1d6
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida2-9/+9
Change-Id: Ia4da886b050397831383005131ff9f21570934ad
2014-10-18tilebench depend on linreooficekitgtk so need ENABLE_GTK tooNorbert Thiebaud2-2/+2
Change-Id: I04b787493115de0190615f42248cc82968907e38
2014-10-18we should convert to DOS path for other exotic things than spaces tooNorbert Thiebaud1-7/+6
backslases and other 'special' characters can mess with later path handling Change-Id: Ic21b0eb82b60ffb2e286706be00148582ff9ad58
2014-10-18fix typo in TARFILE_LOCATION handling in the lode caseNorbert Thiebaud1-1/+1
Change-Id: I11831583a0288a07fd6279411069d169ab854882
2014-10-18format MSBuild path appropriatelyNorbert Thiebaud1-1/+1
Change-Id: I38ed000a0f9c07fe8e1ed26752af8e172998bf2c
2014-10-18windows: try to locate a good MSBuild.exe based on the version of VSNorbert Thiebaud1-0/+10
lcms2 for instance call MSBuild.exe, naked. it relies on what is found in the PATH, but apparently MSBuild.exe can be found in many places including for instance the .NET Framework. This was causing failure with a VS2013 This patch inspect the registry to see if there is a MSBuild of the same level than VS2013 and use that information to adjust the PATH so that we invoke the right version. Note: starting VS2013, Microsoft is numbering the version of MSBuild with the same version number than VS itself.. so with VS2013 the version of MSBuild is 12.0 (vs 4.0 before that) Change-Id: I04c614116d1d365a10c9b9e0e8ce9571d770c065
2014-10-18Remove lwpunoheader.hxx.Ruggero Cyrille5-86/+2
Change-Id: I41534baa3cb98fc9af2f12605015a5653e552853
2014-10-18convert SV_BMP_ constants to enumNoel Grandin5-61/+55
Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05 Reviewed-on: https://gerrit.libreoffice.org/12018 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-18i#74153 RTF import: fix track changes vs superscript char propMiklos Vajna2-2/+15
Since 9dbf817fe5c5253fba0831aefa17575ae0ba3af1 (handle scope of w:pPrChange and w:rPrChange properly (bnc#821804), 2014-10-01), this caused an assertion failure -> crash. Change-Id: I680edf58854d0c9be6e77c44c1e6beb1e0442a49