- 26 Eyl, 2014 6 kayıt (commit)
-
-
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 34 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
-
Tor Lillqvist yazdı
Change-Id: Iacd1c0856f991e11ef26d7ff6bf1e75264b89ac9
-
Tor Lillqvist yazdı
Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8
-
Tor Lillqvist yazdı
Change-Id: If4de88233493d7590736e4a3b76c2447ed429ae5
-
Matthew J. Francis yazdı
Change-Id: Iecf69c29a4574105a33ec003970067d4db823423
-
Caolán McNamara yazdı
in favour of a wrap property on NumericField Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
-
Caolán McNamara yazdı
Change-Id: Ia88671cb71a0bcf8cb55ae0d88625b0f28092615
-
Caolán McNamara yazdı
Change-Id: I60cfe651a6ec25fc7e482192d908acca25c1ad8b
-
Caolán McNamara yazdı
doesn't matter in practice Change-Id: I410022a395d25827217b9c542d79718f6f5b333d
-
Caolán McNamara yazdı
Change-Id: I7a225287c9ca2f14d2e8da15380c541148d1a15f
-
Caolán McNamara yazdı
Change-Id: If110d27950a4efd1a96dc5f2702f4dfbfe58bcbe
-
Caolán McNamara yazdı
and coverity#1210001 Uncaught exception Change-Id: Ia6ef659ba6e62d56813a87c3fcf0fa4a5d26d9f9
-
Caolán McNamara yazdı
Change-Id: I53ace3f34036f2c78201aea7fb4a4a2e7c750654
-
http://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk/revision/149 Change-Id: I273f355b9fc922fdb9d9692e0057cfccfdcbcde1 Reviewed-on: https://gerrit.libreoffice.org/11492Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ibeab8e1b64f3185eaca81a31bd131d11994386f3 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
A plugin to warn about and rewrite null pointer constants that are not written as nullptr (in C++11 code) resp. NULL (in C and C++03 code). It is not activated for the following reasons: * At least the call to pImpl->aFmtNms.insert(pImpl->aFmtNms.begin() + nPos, nullptr); in svx/source/items/clipfmtitem.cxx would require <https://svn.boost.org/trac/boost/ticket/10540> "missing std::nullptr_t support in boost/type_traits/is_pointer.hpp" to be fixed first. * Additions of code that violate the plugin would probably be frequent, causing unnecessary grief for those building with plugins enabled. * It did not find anything interesting, apart from the above Boost bug and the mildly interesting 1da153b6 "Consistently use APP_WRITER as an integer, never as a nullptr." Anyway, until make -O -j4 -k check; do make -O -j1 -k check \ COMPILER_PLUGIN_TOOL=nullptr UPDATE_FILES=all; done sucessfully executed on a recent master and resulted in 6798 files changed, 60919 insertions(+), 60919 deletions(-) Change-Id: I1260227949868e73fcb63fda13d83e79fde685d7
-
Michael Meeks yazdı
Change-Id: Iabc76b3e78afa491a38fa04d648f48f15ac3870e
-
Michael Meeks yazdı
At least test Unix platforms. Change-Id: I960343cb9622474fe48687a5e458e1c6dbe55358
-
Heena Gupta yazdı
Change-Id: I83fb0462c662e0da1f1c5c6dfec4bd8d94d97b87 Reviewed-on: https://gerrit.libreoffice.org/11420Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Heena Gupta yazdı
Change-Id: Ic4b8acfc3cbd8c86b765a950d61742c229f3fb6d Reviewed-on: https://gerrit.libreoffice.org/11390Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I25e3599a37d720cbcf70ea13ab30234e54637d53
-
Reviewed on: https://gerrit.libreoffice.org/11639 Change-Id: I0852f9766495379b0208e236b3cbeafde5bf07b3
-