Commit graph

361072 commits

Author SHA1 Message Date
Peter Foley
0014648fee improve gbuild-to-ide error message
Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13
Reviewed-on: https://gerrit.libreoffice.org/11654
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-26 11:57:56 +00:00
Peter Foley
fee691380b Fix firebird without cygwin gcc
The firebuild buildsystem calls windres, which depends on cygwin gcc,
use rc.exe so that a windows build without cygwin gcc will succeed.

Change-Id: Ic7719749b3806232912e3eb8b1ede11e6eb3c10c
Reviewed-on: https://gerrit.libreoffice.org/11619
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-26 11:54:33 +00:00
Noel Grandin
ed085a6d20 cleanup GUID/ClsId/CLSID types
- rename GUID to SvGUID so we don't need an #ifdef WIN32
- drop ClsId struct, since it is used interchangeably with GUID and has
the same structure

Change-Id: Idf5c14c82a6861ef585fb57896a9b12cfe40374c
2014-09-26 13:13:42 +02:00
Miklos Vajna
dd2b8472a9 DOCX drawingML import: fix handling of rotation in case of horizontal flip
Change-Id: I95f74c3d3222a4d713c8d71bcd3263ecb16dba54
2014-09-26 13:03:53 +02:00
Caolán McNamara
4652700776 Resolves: fdo#84261 unexpected exception -> clang builds terminate
Change-Id: I545ed112b54fb3d81e67b0f42230811cd48de626
2014-09-26 11:16:18 +01:00
Caolán McNamara
8305efa9e8 coverity#983665 Uncaught exception
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
2014-09-26 10:11:02 +01:00
Caolán McNamara
ecbb4efb15 coverity#707302 Uncaught exception
Change-Id: I43761e1c06ca4ccc394b13b4ce9f82d390971533
2014-09-26 10:07:31 +01:00
Caolán McNamara
73590b7553 coverity#1241340 Unused value
Change-Id: I5fc73cfab0295cb2d2fd1f895bf2974c473ea30e
2014-09-26 09:58:13 +01:00
Caolán McNamara
d541a89c4e coverity#982849 try and fix Unrecoverable parse warning
Change-Id: Iba0f175c7c079f2171bab6e5a7419c7d5966c541
2014-09-26 09:54:53 +01:00
Caolán McNamara
ed0d0e8486 what is it with the explicit voids
Change-Id: I7d3995f16351cb1686003f2ba7a044ac99d6d10b
2014-09-26 09:50:40 +01:00
Caolán McNamara
1ea13f5c95 coverity#1194914 Overflowed return value
Change-Id: Ic7ec1238a85fd0395aeccc8a10e5f27c63deae95
2014-09-26 09:48:00 +01:00
Caolán McNamara
ac35f0e1cc coverity#1241051 Negative array index read
Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9
2014-09-26 09:47:59 +01:00
Caolán McNamara
8d01d16c4b coverity#1241117 Negative array index read
Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f
2014-09-26 09:47:58 +01:00
Caolán McNamara
f670636245 coverity#1241372 Negative array index read
Change-Id: I73bae29c6cc737d341381c010face6b587b31598
2014-09-26 09:47:58 +01:00
Kay Schenk
faf99f6f40 Updated core
Project: help  c4b49fbddd2099733cb5c7606fbc5b848b23c1e0
2014-09-26 08:47:27 +00:00
Peter Foley
bf00789dac Properly handle the hash-style linker check when cross-compiling
Currently the hash-style check fails when cross-compiling,
use AC_RUN_IFELSE to properly handle this case.

checking for --hash-style gcc linker support ...
./configure: line 12119: ./conftest: cannot execute binary file

Change-Id: I77c2d6a859c1c2e6ba42f31b527a9507127d0644
Reviewed-on: https://gerrit.libreoffice.org/11496
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:22:39 +00:00
Philipp Weissenbacher
3dcb47d0d0 Use multi-column layout and correct header colour
Also fixed some tab indents

Change-Id: If2e4301d2199e0a72c8d859231430c1982fd0fc0
Reviewed-on: https://gerrit.libreoffice.org/11649
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:21:15 +00:00
Takeshi Abe
b75b473e2c fdo#75757: remove inheritance to std::vector
from SfxFoundCacheArr_Impl, by typedef'ing it as
boost::ptr_vector<SfxFoundCache_Impl>.

Change-Id: Id0e50370b440fb53dbb56dabca9743b27a08b90d
Reviewed-on: https://gerrit.libreoffice.org/11650
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:20:19 +00:00
Stephan Bergmann
22730b9f48 The unused source_arena arg to alloc/freeExec can just be null
Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174
2014-09-26 10:19:58 +02:00
Szymon Kłos
2b5cbaea83 fixed behavior of Writer's Special Character dialog
before: the character is inserted at the end
after: The character will be inserted where the cursor is or will replace the selected string.

Change-Id: If5f7cac24c98a9105c38864da5a4c6363a35a834
Reviewed-on: https://gerrit.libreoffice.org/11642
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:14:44 +00:00
Stephan Bergmann
402bb706da filter: std::auto_ptr -> std::unique_ptr
Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
2014-09-26 10:14:30 +02:00
Robert Antoni Buj i Gelonch
a0f3b9f954 scripting: modify astyle.options
Change-Id: I0e5fb63e2c632890e774b59e6808907067c87ce6
Reviewed-on: https://gerrit.libreoffice.org/11643
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:14:08 +00:00
Andrzej Hunt
3a4860a751 Force --std=gnu89 for clang.
clang builds with a more modern standard by default

On Linux gcc builds with gnu89 by default. On Windows MSVC only
supports C90. Hence it makes sense to force gnu89 for clang to
catch potential gnu89/C90 incompatibilities locally.

(C90 and gnu89 appear to be quite close, however using C90
with clang results in warnings and errors to do with comments
on lines with code (-Wcomment), and also the lack of inline
(instead you would use __inline -- this is #define'd in for
 Windows only).)

Change-Id: I569af7541b86aa0f83ebb66770d43737bac5d21f
Reviewed-on: https://gerrit.libreoffice.org/9904
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26 08:11:54 +00:00
Matúš Kukan
18898e13fd bnc#897769: OOXML import: Import border lines using reference too.
Do not ignore 'lnRef' element.

Also fix typo to apply 'seCell' properties to the right cell (southeast).

Change-Id: Ia45f7016f358b70e6db06a232c569335ce9d7051
2014-09-26 08:23:33 +02:00
Matúš Kukan
df73f4115c Remove unused files and move test to qa/
Change-Id: Ia8c022c958f5547d710f9cb196672b89292bbb49
2014-09-26 00:46:20 +02:00
Samuel Mehrbrodt
2e7f83e879 fdo#84235 Remove Navigator from Context menu
Change-Id: Ie84fe35db0dfca08e2b270636f06bef90c1455ab
2014-09-25 23:40:48 +02:00
Michael Stahl
9bce38ee66 vcl: try to make clang tinderbox happy about new timer test
Change-Id: I15ae1693e92e430c78b5d73c12a7bae297c098bb
2014-09-25 23:02:50 +02:00
Michael Stahl
ee777116d0 unoxml: domtest needs unotest library on WNT
Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe
2014-09-25 22:33:15 +02:00
Jan Holesovsky
337f433731 Add missing #include.
Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e
2014-09-25 22:35:18 +02:00
Jan Holesovsky
d68ce6e173 fdo#84000: Sort out problems with short timeouts & long callbacks.
Previously, the timer events could have accumulated in that scenario leading
to unresponsiveness to user events.

Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52
2014-09-25 21:57:37 +02:00
Miklos Vajna
c1f8437dbe fdo#83465 RTF import: handle font of numbering
Change-Id: If0da6e0e34ce50bbe7dceda089b6bb81b4a63f36
2014-09-25 21:29:00 +02:00
Miklos Vajna
fd0a49bdd7 Fix validation problems pointed out by CppunitTest_sd_export_tests
Regression from e8bdd38882
(fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptx,
2014-09-11), there were two problems here:

1) Using the wrong filter when the output is expected to be suitable for
validation.

2) Writing empty custom property values, which is not valid.

Change-Id: Ic18c789c53bd40cc8aa07385cb5fd0d5c7ada6ab
2014-09-25 21:19:09 +02:00
Michael Stahl
24a0129274 assert that XMLTransformerBase::m_xHandler is initialized
Just seen a test with a null m_xHandler, no idea how that happened.

Change-Id: I2e5ff9d3c799284beea5fdca37fa8a825f8a4756
2014-09-25 20:58:52 +02:00
Michael Stahl
021307d659 vcl: avoid crashes from Timer Queues on shutdown
The timer callback SalTimerProc can be called after DeInitVCL has
deleted the SalInstance, and crash.  Avoid that by calling
WinSalTimer::Stop() and also using the INVALID_HANDLE_VALUE parameter
which waits until the timer callback is done executing.

Change-Id: Ia4cf2cf9dc48904d077e0a691e14107256c50ded
2014-09-25 20:58:51 +02:00
Michael Stahl
3cf9e1156d use SAL_OVERRIDE for WinSalTimer
... and no, we do not "overload" virtual methods.

Change-Id: Iff7c46326974995994e966873ff804092bc53540
2014-09-25 20:58:38 +02:00
Michael Stahl
cce464488d scp2: remove some very SPECIAL unused macros
Change-Id: I28f2f4bc3c43aac1faf8be35cf7ce89480487102
2014-09-25 20:56:06 +02:00
Stephan Bergmann
13da98f99f fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layout
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
2014-09-25 20:38:38 +02:00
Tor Lillqvist
92f92db220 mhPrevInst was pointless
Change-Id: Iacd1c0856f991e11ef26d7ff6bf1e75264b89ac9
2014-09-25 20:19:41 +03:00
Tor Lillqvist
50c627257e Bin pointless single-line wrappers of Win32 API
Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8
2014-09-25 20:05:25 +03:00
Tor Lillqvist
c40a8f6c04 Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crash
Change-Id: If4de88233493d7590736e4a3b76c2447ed429ae5
2014-09-25 19:22:34 +03:00
Matthew J. Francis
7377768b29 fdo#84138 Add missing YIELD_GUARD to fix an input method crash
Change-Id: Iecf69c29a4574105a33ec003970067d4db823423
2014-09-25 19:22:33 +03:00
Caolán McNamara
892a7be963 Resolves: fdo#83010 remove svx::WrapField
in favour of a wrap property on NumericField

Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
2014-09-25 17:20:31 +01:00
Caolán McNamara
d61fc0b894 Related: fdo#83010 implement wrapping on reaching NumericFormatter limits
Change-Id: Ia88671cb71a0bcf8cb55ae0d88625b0f28092615
2014-09-25 17:20:31 +01:00
Caolán McNamara
e1a5ae3975 Related: fdo#83010 move NumericFormatter clipping to min/max into one place
Change-Id: I60cfe651a6ec25fc7e482192d908acca25c1ad8b
2014-09-25 17:20:30 +01:00
Caolán McNamara
259ab763f2 coverity#1240250 Buffer not null terminated
doesn't matter in practice

Change-Id: I410022a395d25827217b9c542d79718f6f5b333d
2014-09-25 17:20:30 +01:00
Caolán McNamara
53644ab432 coverity#1147661 Uninitialized scalar value
Change-Id: I7a225287c9ca2f14d2e8da15380c541148d1a15f
2014-09-25 17:20:30 +01:00
Caolán McNamara
baede5e875 ensure that osl_atomic_decrement gets called after osl_atomic_increment
Change-Id: If110d27950a4efd1a96dc5f2702f4dfbfe58bcbe
2014-09-25 17:19:38 +01:00
Caolán McNamara
e01a142c5d coverity#1210000 Uncaught exception
and

coverity#1210001 Uncaught exception

Change-Id: Ia6ef659ba6e62d56813a87c3fcf0fa4a5d26d9f9
2014-09-25 17:19:37 +01:00
Caolán McNamara
763a0d8ade coverity#1241199 Unchecked dynamic_cast
Change-Id: I53ace3f34036f2c78201aea7fb4a4a2e7c750654
2014-09-25 17:19:36 +01:00
Robert Antoni Buj i Gelonch
5c6d26753d Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH option
http://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk/revision/149

Change-Id: I273f355b9fc922fdb9d9692e0057cfccfdcbcde1
Reviewed-on: https://gerrit.libreoffice.org/11492
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-25 16:14:27 +00:00