Commit Graph

344974 Commits

Author SHA1 Message Date
Michael Stahl
5378deaea3 normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAP
Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3
2014-02-12 09:53:10 +01:00
Michael Stahl
ff69e725c2 normalize values of SYSTEM_GLM, SYSTEM_VIGRA
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
2014-02-12 09:53:10 +01:00
Michael Stahl
5866b33bdd normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQL
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
2014-02-12 09:53:10 +01:00
Michael Stahl
adddbbc4c6 normalize values of SYSTEM_BOOST
Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135
2014-02-12 09:53:10 +01:00
Michael Stahl
5c0e6d86a8 normalize values of SYSTEM_CAIRO
Change-Id: I7ba86a2606d585b7b4351bc1fcd6d8ceebca5fd7
2014-02-12 09:53:09 +01:00
Michael Stahl
0443d0a90e normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2014-02-12 09:53:09 +01:00
Michael Stahl
379f978387 normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADB
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
2014-02-12 09:53:09 +01:00
Michael Stahl
46648159bf normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEG
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
2014-02-12 09:53:09 +01:00
Michael Stahl
04ff535f72 normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
2014-02-12 09:53:08 +01:00
Michael Stahl
23647595d7 normalize values of SYSTEM_LIBATOMIC_OPS, SYSTEM_FIREBIRD
Change-Id: I89802da0ad7f7bf838a8937430825b0adf42a6ee
2014-02-12 09:53:08 +01:00
Michael Stahl
e3abec3f07 fdo#74825: fix missing lcms2/libxslt/curl in installation sets
The assumption that all configure variables had been normalized to
TRUE/<empty> turned out not to hold; convert a bit more in that
direction.

(regression from 4af38b099c)

Change-Id: I2127c515e8a833a07c9b26ed9d693ce5a1853fe4
2014-02-12 09:53:08 +01:00
Adam Co
b62f5c2a22 DOCX Export of 'Table Row Redline' (like insert row or delete row)
This patch adds support in the DOCX exporter for exporting the
'table row redlines', such as 'inserted a table row',
or 'removed a table row'.

Change-Id: If07e3496d8cab8b93b10c6ae3bcaec49369a8c2d
Reviewed-on: https://gerrit.libreoffice.org/7825
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-12 08:55:43 +00:00
Adam Co
198733f7ef Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'
These notes are to make sure if logic needs to be added for the
'SwExtraRedlineTbl' in these functions, in addition to the
'SwRedlineTbl' that is already there.

Change-Id: I7778b4e20f5323a925d05a7df0c727f443566662
Reviewed-on: https://gerrit.libreoffice.org/7823
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-12 08:47:13 +00:00
Adam Co
50eb0490e3 DOCX import sends 'table row redline' to SW core, and core stores it
This patch adds support in the DOCX importer for the 'table row redline'
to be sent from the DOCX importer, using UNO (as a property of the
table row) to the SW core. Once it reaches the 'table row' - the
'set property' detects this property - and creates an
'SwTableRowRedline' object for it, and adds it to the 'SwExtraRedlineTbl'
object.

Change-Id: Ifd9ba680a722b54116b07dca54841dcba599c517
Reviewed-on: https://gerrit.libreoffice.org/7822
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-12 08:41:10 +00:00
Noel Grandin
257c82d924 cid#982633 missing break in switch
Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d
2014-02-12 10:06:07 +02:00
Noel Grandin
c60e1800d6 cid#982362 missing break in switch
Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
2014-02-12 10:06:07 +02:00
Noel Grandin
9d65f6c7ea cid#736071 missing break in switch
Change-Id: I5a15a1410426ad0941dbb2b73aaf31f78db19362
2014-02-12 10:06:07 +02:00
Noel Grandin
6bfb8f4571 cid#736039 missing break in switch
Change-Id: Icb3379a0f1019f7dea7eeda68a1987486d9b6456
2014-02-12 10:06:06 +02:00
Tor Lillqvist
7e9ac59527 We don't need CreateDialogFactory() for non-DESKTOP, I think
Change-Id: Iced798f51fc2a46ede0c8e67d63941eca69ad208
2014-02-12 09:53:28 +02:00
Alexandre Vicenzi
064c628842 fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..
Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c
Reviewed-on: https://gerrit.libreoffice.org/8001
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-02-12 07:23:09 +00:00
Stephan Bergmann
237d2c923b Don't set JAVA_HOME on Mac OS X
...for one, it doesn't appear necessary there ("needed for awt"), and for
another setting it according to Oracle's JRE 7 would prevent a subsequent
visit to the Advanced preferences pane from listing Apple's JRE 6, as launching
that java and reading its system properties would be fooled by the JAVA_HOME and
report the Oracle system properties instead.

Change-Id: I02d82de6113b44b3cae3fb55cd83177fe852d769
2014-02-12 08:12:53 +01:00
Markus Mohrhard
b4668f2c48 disable the test 2014-02-12 08:09:14 +01:00
Stephan Bergmann
ba826a22c6 Simplify string handling
Change-Id: I1b79bfd7e7e92fc8f4937e6b9ae9ec9468839ea6
2014-02-12 08:07:48 +01:00
Stephan Bergmann
972d71dafd At least assert here
...or is that assumption incorrect and GetOldPageDesc should rather return a
pointer that may be null?

Change-Id: I256b9085d5143c3cf2f8d3146d109c3c99edffc2
2014-02-12 08:07:47 +01:00
Stephan Bergmann
151f3d6655 Do not reference a dangling OUString
Change-Id: I0908d1300d0d1acb515345ccbdf6cdc2bf44d6a5
2014-02-12 08:07:47 +01:00
Stephan Bergmann
7fb6ae28ae nPDescPos is never read
...since b48f4e99e1 "#86296# use page descriptor
only if necessary", and this nicely removes the odd

  for(i = 0; i < nPDescCount + 1; i++)

loop that read past the end of the maPageDescs vector.

Change-Id: I9b0f24231774eef7231eff4b053fd56c020c6e69
2014-02-12 08:07:47 +01:00
Stephan Bergmann
fa2045807a Improve output in case of test failure
Change-Id: If094349998d41972f50e12363a5a223ee87fdcec
2014-02-12 08:07:47 +01:00
Noel Grandin
e29c77479d sal_Bool->bool
Change-Id: Ibd272f99af356d3dd16feeca2354dc502c685218
2014-02-12 09:01:12 +02:00
Noel Grandin
4b852b30ad sal_Bool->bool
Change-Id: I82da14d2dec7f6110d1f6b7c4ece1f3498d82b6a
2014-02-12 09:01:11 +02:00
Noel Grandin
365d3105c9 sal_Bool->bool
Change-Id: I3d7d146723900b676e852132e8b99b60122c0b2b
2014-02-12 09:01:11 +02:00
Noel Grandin
68c80b09e8 sal_Bool->bool
Change-Id: I91b9c5bf42e4a094faf9a579814814f19a1bc8fe
2014-02-12 09:01:11 +02:00
Noel Grandin
a5b444d21f sal_Bool->bool
Change-Id: Idcb3f9960b158518c21bf3023bae75691a0a22d1
2014-02-12 09:01:10 +02:00
Noel Grandin
8c16c5bcfb sal_Bool->bool
Change-Id: Ie2c2daa5ec370310946af9c9a77cededc6331302
2014-02-12 09:01:10 +02:00
Noel Grandin
903fa82bbd sal_Bool->bool
Change-Id: I1a0f907d0616c5177a8e318193f01bc3febcfdbe
2014-02-12 09:01:10 +02:00
Noel Grandin
615ad147fd sal_Bool->bool
Change-Id: I8a72f7d11a62cc70edeae34c87a9274266414432
2014-02-12 09:01:10 +02:00
Noel Grandin
04935907f2 sal_Bool->bool
Change-Id: I5b36c8dbefb63ee84d33e9bf1a472c2bbb8b34f0
2014-02-12 09:01:09 +02:00
Noel Grandin
c04fa61cf3 sal_Bool->bool
Change-Id: I9d2b6313b8ae2b02286ed42254a292a853904b81
2014-02-12 09:01:09 +02:00
Noel Grandin
49b78a5d67 sal_Bool->bool
Change-Id: I89492db6557109623418c610f8dbbee021d1eb5a
2014-02-12 09:01:09 +02:00
Noel Grandin
c32f314d55 sal_Bool->bool
Change-Id: I19976ae2251c3f356c878538f12485af9516abf8
2014-02-12 09:01:09 +02:00
Noel Grandin
bcaf811e3b sal_Bool->bool
Change-Id: I13afb78450ef81e2269ab9a39a3f358e43f6f264
2014-02-12 09:01:08 +02:00
Noel Grandin
a79f1097ee sal_Bool->bool
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
2014-02-12 09:01:08 +02:00
Noel Grandin
3876dcbf85 sal_Bool->bool
Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea
2014-02-12 09:01:08 +02:00
Noel Grandin
11679c2c20 sal_Bool->bool
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
2014-02-12 09:01:07 +02:00
Noel Grandin
5d38824834 cid#736038 missing break in switch
Change-Id: Icca673a955441da87921e530c4bfe6c8f0e79723
2014-02-12 08:59:09 +02:00
Noel Grandin
78ec17eb6b cid#705350 missing break in switch
Change-Id: I8f01d7b3406eed629b08082c5a1c9e1466d954f1
2014-02-12 08:59:09 +02:00
Noel Grandin
69b31ea3d8 cid#705349 missing break in switch
Change-Id: I1e76cb8878968adffb1c8bebfc90786025a2b7c3
2014-02-12 08:59:09 +02:00
Noel Grandin
a9cb2af8c2 cid#705344 missing break in switch
Change-Id: I734d4ed0dbb7b1cdf7640b76d88ea1ff2d19da4c
2014-02-12 08:59:08 +02:00
Noel Grandin
746028f5c5 cid#705343 missing break in switch
Change-Id: I0fe11a71223c15937917a1a06a9078e856f0f67f
2014-02-12 08:59:08 +02:00
Noel Grandin
fc9460b55f cid#705318 missing break in switch
Change-Id: I0501c028bbb930870d9132a23f78e2dc4c77843f
2014-02-12 08:59:08 +02:00
Noel Grandin
05e029801c cid#705311 missing break in switch
Change-Id: Ib7533b0af88c2bf8b7fbeccc92525721b376bb71
2014-02-12 08:59:07 +02:00