summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-27coverity#1158328 Uncaught exceptionCaolán McNamara
Change-Id: I143b5614a2fcc0d6ec9a956c619503730fb683d7
2014-01-27coverity#1158329 Uncaught exceptionCaolán McNamara
Change-Id: I3a150c50de817f11f2bb115000b5562fba55166a
2014-01-27coverity#1158330 Uncaught exceptionCaolán McNamara
Change-Id: I73e4142b5c0a4c705a04a3cb354d051bb9bc820a
2014-01-27coverity#1158331 Uncaught exceptionCaolán McNamara
Change-Id: I554d454c29d72abeb36139979acf96f44c8b9e74
2014-01-27coverity#1158332 Uncaught exceptionCaolán McNamara
Change-Id: I3692ad46afcca1be47fbd983fdcb19693a6811e9
2014-01-27coverity#1158333 Uncaught exceptionCaolán McNamara
Change-Id: Idcea256f80b3a09a84e67bdafbcb737983f1ef11
2014-01-27coverity#1158334 Uncaught exceptionCaolán McNamara
Change-Id: I7480245001236a6fa32701459087044c2ebe1131
2014-01-27coverity#1158335 Uncaught exceptionCaolán McNamara
Change-Id: If0d55c853924b3c11477afd802cd0db542279907
2014-01-27coverity#1158336 Uncaught exceptionCaolán McNamara
Change-Id: Id798449d60021d209c47ddfd11579bec6ddc1bd5
2014-01-27coverity#1158337 Uncaught exceptionCaolán McNamara
Change-Id: I951ff26682d2391e6657be169eb4e7da36078a02
2014-01-27coverity#1158338 Uncaught exceptionCaolán McNamara
Change-Id: I212915e1f0fd3594e276e9a8dd702aab800b0b4f
2014-01-27coverity#1158339 Uncaught exceptionCaolán McNamara
Change-Id: If25f58b45ce6f312eb53cb4ef48b41bf8dcae381
2014-01-27coverity#1158340 Uncaught exceptionCaolán McNamara
Change-Id: I6d920feeebe45c2f82dd1bfe37370ac005ad9a69
2014-01-27coverity#1158341 Uncaught exceptionCaolán McNamara
Change-Id: If88cddfb13ea2db24a5c95ea0c367e51b87b75c4
2014-01-27coverity#1158342 Uncaught exceptionCaolán McNamara
Change-Id: Ia6cad30b9ad262168d86c52eb72f08efb65af790
2014-01-27coverity#1158343 Uncaught exceptionCaolán McNamara
Change-Id: Idbab8cb1051c7f01b5fa53db7d9bb99fd882f680
2014-01-27coverity#1158344 Uncaught exceptionCaolán McNamara
Change-Id: Ifae42003982f74f30e946edb8d19ecc02bd33a46
2014-01-27coverity#1158345 Uncaught exceptionCaolán McNamara
Change-Id: I41e85755825ae90f1243597814b17d61e81adddb
2014-01-27only put bounds in vector if range is outside of copy range, fdo#74041Markus Mohrhard
There are 4 cases of which only two need an entry in the vector. If the start is before the copy range and if the end is past the end of the copy range. Change-Id: Ia88f6891e03257c3321dbfb271be559378e39625
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian
Note: This only imports it and it may not be even possible to export (even to othe formats). Change-Id: I8e104f1bc3a95c42ac932b6ab58365dc113fb2e0
2014-01-27More Icons for SifrNorah A. Abanumay
Change-Id: I2dba5f51c192ddbf275cb0427fdac3f2398a0398 Reviewed-on: https://gerrit.libreoffice.org/7677 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
2014-01-27fdo#73556 Docx was exported with incorrect column widthVinaya Mandke
The file contains a table with 3 columns. The girdcols are as follows: {1210, 1331, 1210}, whereas the individual cells have {1210, 400, 1210}. The table column separators were taken from the grid while the table width was calculated as 2820 from cells instead of 3751 from the grid. Hence the table width reduced after export to DOCX Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7540 Change-Id: I2c590ad6b5ec9fe3e8559971ca8cfa69c5343f47
2014-01-27Spelling correctionsTor Lillqvist
Change-Id: Ifd27d37eceac4a0b9376b8df6b3e6503f4cedd71
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
...to improve diagnosing misuses of boolean expressions in client code (cf. compilerplugins/clang/implicitboolconversion.cxx). This change should be transparent to client code. Change-Id: Ibf43c5ded609b489952e1cc666cac1e72ffa2386
2014-01-27bool improvementsStephan Bergmann
Change-Id: I757e19313576d2c3d13af1cb720f182f0de91613
2014-01-27coverity#440706 : Explicit null dereferencedNorbert Thiebaud
Change-Id: I9c078ba5cb413bdb1c790adc327796a85d870974
2014-01-27coverity#1038499 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I51b25a89a6f5184516a17819673e9b52c781eb09
2014-01-27coverity#1038500 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I9cc5df332b9bdff59e78a7779496575d44351319
2014-01-27coverity#1038501 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I6449fcdfd12355713f07a751f2e95883c7c76bce
2014-01-27coverity#1079287 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I135b60ca13c237289735599b68c57edceb01b7da
2014-01-27abi#7407 RTF export: fix crash on table-in-textframe anchored inside a tableMiklos Vajna
Change-Id: Ia6df265a7f121930b3d9e676e3f76dbbbd4cef4d
2014-01-27native code generator: Add i18npool constructors.Matúš Kukan
Change-Id: I50e61807b0f468ad014c6b02d2116b2624486af4
2014-01-27i18npool: Constructor feature for few more implementations.Matúš Kukan
Change-Id: I018bbe39a30582f51cdd620b3bf3240456b7bd65
2014-01-27i18npool: Ctor feature for css.i18n.CharacterClassification(_Unicode).Matúš Kukan
Change-Id: I5a0498a3871e2b90629af8ed6b725ff22f242fba
2014-01-27i18npool: Ctor feature for another services.Matúš Kukan
Change-Id: Id2346686ac2f6c537825d70cac1a537d09e351d5
2014-01-27i18npool: Ctor feature for few general services.Matúš Kukan
Change-Id: I1d489cacaf4717ab395b22a92e6dd6645cb92b1c
2014-01-27coverity#1079289 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I4663e3d0c5f0fe4288fba1ba4203e2de5ba4e986
2014-01-27coverity#1103750 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Id7c5f53f604240b85ab6b48f641c57f31e74c08a
2014-01-27coverity#1103751 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I33d7da5199ffb4f5372bfa4c16a1a7b566ef5a9f
2014-01-27fdo#72804 Add firebird.msg to install.Andrzej Hunt
This provides saner error messages for malformed or invalid sql. Change-Id: I86664db1f1446128bb73e6749f8c00f8313dd414
2014-01-27coverity#1038497 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I814eb68a74812b83dd98e80cf286fc11e6f57fab
2014-01-27coverity#1038498 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I11f3056e96436fbb305316ef5c6505629e6418a3
2014-01-27coverity#1103748 coverity#708009 coverity#708011-12Norbert Thiebaud
Change-Id: I8855114b3cd6cf073af182b5730c3fc9e08a56df
2014-01-27better check for more formula token types, related fdo#74077Markus Mohrhard
Change-Id: I1723b5640fe438e72d1bbe2946c3aac0ae244e81
2014-01-27we need to check that the content is equal as well, fdo#74077Markus Mohrhard
There are a few more tokens that need to be inspected. Change-Id: I59b5046ddde5eb8b638ad8f17b00bc7eb6966467
2014-01-26coverity#1103752 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Ifa23d7767a1e6b9a3573d9e58bf5b36ac67ef612
2014-01-26coverity#1103753 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I1d4b59fb0a4f6eadcc1e46c6ce5bf2a209684299
2014-01-26coverity#1103754 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I8323c6fc754835728d98a028424d4c90f7bd97f7
2014-01-26coverity#1130481 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I41025a3dfe16af9417b1ae8c7668c76cb501c7b9
2014-01-26macosx: add --enable-macosx-retinaNorbert Thiebaud
this tell the info.plist that the application is 'high resolution enabled' Change-Id: I8e43e20f78c822d1cebab873f340143fe2dee4ea