- 26 Eyl, 2014 27 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
Change-Id: Icd93a418fad8c9f05b49fcd412a1e2ba4b9c240b
-
Lionel Elie Mamane yazdı
It just wraps around dbtools, which is linked directly now. Change-Id: If8d281962018a48a54858421e3490f5032658691
-
Caolán McNamara yazdı
when attempting to make a cell visible when the parent simply isn't large enough to show any part of the cell Change-Id: I987c9b3be30a66a5e1e27ad9e452f2ca65330d9e
-
Peter Foley yazdı
Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13 Reviewed-on: https://gerrit.libreoffice.org/11654Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Peter Foley yazdı
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/11619Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
- 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
-
Miklos Vajna yazdı
Change-Id: I95f74c3d3222a4d713c8d71bcd3263ecb16dba54
-
Caolán McNamara yazdı
Change-Id: I545ed112b54fb3d81e67b0f42230811cd48de626
-
Caolán McNamara yazdı
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
-
Caolán McNamara yazdı
Change-Id: I43761e1c06ca4ccc394b13b4ce9f82d390971533
-
Caolán McNamara yazdı
Change-Id: I5fc73cfab0295cb2d2fd1f895bf2974c473ea30e
-
Caolán McNamara yazdı
Change-Id: Iba0f175c7c079f2171bab6e5a7419c7d5966c541
-
Caolán McNamara yazdı
Change-Id: I7d3995f16351cb1686003f2ba7a044ac99d6d10b
-
Caolán McNamara yazdı
Change-Id: Ic7ec1238a85fd0395aeccc8a10e5f27c63deae95
-
Caolán McNamara yazdı
Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9
-
Caolán McNamara yazdı
Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f
-
Caolán McNamara yazdı
Change-Id: I73bae29c6cc737d341381c010face6b587b31598
-
Kay Schenk yazdı
Project: help c4b49fbddd2099733cb5c7606fbc5b848b23c1e0
-
Peter Foley yazdı
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/11496Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Philipp Weissenbacher yazdı
Also fixed some tab indents Change-Id: If2e4301d2199e0a72c8d859231430c1982fd0fc0 Reviewed-on: https://gerrit.libreoffice.org/11649Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
from SfxFoundCacheArr_Impl, by typedef'ing it as boost::ptr_vector<SfxFoundCache_Impl>. Change-Id: Id0e50370b440fb53dbb56dabca9743b27a08b90d Reviewed-on: https://gerrit.libreoffice.org/11650Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174
-
Szymon Kłos yazdı
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/11642Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
-
Change-Id: I0e5fb63e2c632890e774b59e6808907067c87ce6 Reviewed-on: https://gerrit.libreoffice.org/11643Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andrzej Hunt yazdı
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/9904Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matúš Kukan yazdı
Do not ignore 'lnRef' element. Also fix typo to apply 'seCell' properties to the right cell (southeast). Change-Id: Ia45f7016f358b70e6db06a232c569335ce9d7051
-
- 25 Eyl, 2014 13 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: Ia8c022c958f5547d710f9cb196672b89292bbb49
-
Samuel Mehrbrodt yazdı
Change-Id: Ie84fe35db0dfca08e2b270636f06bef90c1455ab
-
Michael Stahl yazdı
Change-Id: I15ae1693e92e430c78b5d73c12a7bae297c098bb
-
Michael Stahl yazdı
Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe
-
Jan Holesovsky yazdı
Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e
-
Jan Holesovsky yazdı
Previously, the timer events could have accumulated in that scenario leading to unresponsiveness to user events. Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52
-
Miklos Vajna yazdı
Change-Id: If0da6e0e34ce50bbe7dceda089b6bb81b4a63f36
-
Miklos Vajna yazdı
Regression from e8bdd388 (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
-
Michael Stahl yazdı
Just seen a test with a null m_xHandler, no idea how that happened. Change-Id: I2e5ff9d3c799284beea5fdca37fa8a825f8a4756
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
... and no, we do not "overload" virtual methods. Change-Id: Iff7c46326974995994e966873ff804092bc53540
-
Michael Stahl yazdı
Change-Id: I28f2f4bc3c43aac1faf8be35cf7ce89480487102
-
Stephan Bergmann yazdı
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
-