Age | Commit message (Collapse) | Author |
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: Ie44bec6b988f3e46fe78d14b740818c9141f5df0
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I4f17a2fd6a68f8078b97c96e89e27a5627c57c03
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
|
|
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
|
|
left over from our conversion of the SvStream output operators
to more specific methods
e Please enter the commit message for your changes. Lines starting
Change-Id: Ibfe7635451ef7b8813d7a59c78c5223092a17ad5
|
|
to Write?Int32AsString. Since the original name was so generic as
to be meaningless.
Change-Id: Iaaaf592904af51f2b9988fa8efb344c1b2bf9b0f
|
|
Change-Id: Icd93a418fad8c9f05b49fcd412a1e2ba4b9c240b
|
|
It just wraps around dbtools, which is linked directly now.
Change-Id: If8d281962018a48a54858421e3490f5032658691
|
|
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
|
|
Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13
Reviewed-on: https://gerrit.libreoffice.org/11654
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
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>
|
|
- 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
|
|
Change-Id: I95f74c3d3222a4d713c8d71bcd3263ecb16dba54
|
|
Change-Id: I545ed112b54fb3d81e67b0f42230811cd48de626
|
|
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
|
|
Change-Id: I43761e1c06ca4ccc394b13b4ce9f82d390971533
|
|
Change-Id: I5fc73cfab0295cb2d2fd1f895bf2974c473ea30e
|
|
Change-Id: Iba0f175c7c079f2171bab6e5a7419c7d5966c541
|
|
Change-Id: I7d3995f16351cb1686003f2ba7a044ac99d6d10b
|
|
Change-Id: Ic7ec1238a85fd0395aeccc8a10e5f27c63deae95
|
|
Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9
|
|
Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f
|
|
Change-Id: I73bae29c6cc737d341381c010face6b587b31598
|
|
Project: help c4b49fbddd2099733cb5c7606fbc5b848b23c1e0
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174
|
|
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>
|
|
Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
|
|
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>
|
|
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>
|
|
Do not ignore 'lnRef' element.
Also fix typo to apply 'seCell' properties to the right cell (southeast).
Change-Id: Ia45f7016f358b70e6db06a232c569335ce9d7051
|
|
Change-Id: Ia8c022c958f5547d710f9cb196672b89292bbb49
|
|
Change-Id: Ie84fe35db0dfca08e2b270636f06bef90c1455ab
|
|
Change-Id: I15ae1693e92e430c78b5d73c12a7bae297c098bb
|
|
Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe
|
|
Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e
|
|
Previously, the timer events could have accumulated in that scenario leading
to unresponsiveness to user events.
Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52
|
|
Change-Id: If0da6e0e34ce50bbe7dceda089b6bb81b4a63f36
|
|
Regression from e8bdd38882522591723097c028ca7a6927ee70c4
(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
|
|
Just seen a test with a null m_xHandler, no idea how that happened.
Change-Id: I2e5ff9d3c799284beea5fdca37fa8a825f8a4756
|
|
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
|
|
... and no, we do not "overload" virtual methods.
Change-Id: Iff7c46326974995994e966873ff804092bc53540
|
|
Change-Id: I28f2f4bc3c43aac1faf8be35cf7ce89480487102
|
|
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
|
|
Change-Id: Iacd1c0856f991e11ef26d7ff6bf1e75264b89ac9
|
|
Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8
|
|
Change-Id: If4de88233493d7590736e4a3b76c2447ed429ae5
|