- 20 Ock, 2015 7 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I6d3ffb195a7c9a3c44744d296fb9d9eca00115cd
-
Stephan Bergmann yazdı
Change-Id: I5cfbf9bb47d4464db0226d44397f76cb6f972b50
-
Stephan Bergmann yazdı
Change-Id: I3654875c560ba4c2d88b023e3b2104c6f43bb4a0
-
Stephan Bergmann yazdı
Change-Id: Ic224abf67acb212ee20ccf9eb81b5ed5edf851b9
-
Stephan Bergmann yazdı
Change-Id: Ib22bc7408d333a7080fa44c9c3ac9535ccf00752
-
Stephan Bergmann yazdı
Change-Id: I7e1e37110b9bd53a5eae543c854cc2c434a6b678
-
Stephan Bergmann yazdı
Change-Id: If60734acaa9743cc0cc6b366152bc3085f1f57e8
-
- 19 Ock, 2015 33 kayıt (commit)
-
-
Eike Rathke yazdı
... to evaluate the string conversion configuration, instead of the hard coded locale dependent IsNumberFormat() This only for literals, not referenced cell values. Change-Id: I774b52f1e258294014d8ea6a62374dd1d262f022
-
Markus Mohrhard yazdı
Change-Id: I8cafc7e106bbf9ddc790d72b9399efcf76df633e
-
Luboš Luňák yazdı
Again, polygons can apparently have curved edges. Change-Id: I6519da7bb7f0dde7f1550fe6b03c09be127f77d6
-
Luboš Luňák yazdı
Change-Id: I882a42f58ac298d333985068b2fe6ef9ac198c8b
-
Luboš Luňák yazdı
Change-Id: Iaec5aa5bd353c888a3b35a277a3618c29d9cbd67
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/cppcheck-arrayIndexOutOfBounds-report-in-stortree-cxx-store-module-td4136432.html Change-Id: I365befacf7d10bcbf0a159cfdcabd3eb1644d02b
-
Michael Stahl yazdı
Apparently GetVersionEx() is deprecated now, but the replacement header "versionhelpers.h" does not exist in older SDKs (at least not in 8.0), so try to determine the used SDK version by checking if the Windows 8.1 version constant _WIN32_WINNT_WINBLUE (0x0602) exists. http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx Change-Id: Ia9224a8c76823ada7cb294a600046c6a0fc843ad Reviewed-on: https://gerrit.libreoffice.org/14020Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: I7d939088a433e07195935ac7b8350b0030eb29b2
-
Caolán McNamara yazdı
This reverts commit 9995222d and additionally converts the ruler settings to radio buttons and not checkboxes Conflicts: vcl/source/control/tabctrl.cxx Change-Id: Ie0eac5f07729447942065b7f415398165fbf067c
-
Michael Meeks yazdı
Change-Id: Ifa22e2914a1e34f6e2fd635973eca4101914bb88
-
Tor Lillqvist yazdı
Change-Id: I84037cf90c8de534c215200fe19793126ae07b11
-
Tor Lillqvist yazdı
The app bundle in instdir is called either LibreOffice.app or LibreOfficeDev.app. Change-Id: I2e21656324cc7c52380fc86023bb95c848bb3962
-
Laurent Godard yazdı
- replace RTL_TEXTENCODING_UTF8 with osl_getThreadTextEncoding() - replace printf statements with std::cerr and std::cout Change-Id: Id374efac90f86bbfdc817f2266a5c995d72902e4
-
David Tardon yazdı
Change-Id: Ia7db917bef75182f2c43020fa3237dd7aba91683
-
Laurent Godard yazdı
- source file does not exist - requested export filter does not exist and we use default filter (still process though) Change-Id: I92031ea305e81927357acfc352dbe5a5da205b0d
-
Stephan Bergmann yazdı
(and identical copy that is actually used is in framework/source/classes/resource.src) Change-Id: I2b010af459e6d59ab8cfae33e6f9c009ede1d514
-
Vort yazdı
Change-Id: I64bb088320099303b0da6d272c3cd6a9ba954f87 Reviewed-on: https://gerrit.libreoffice.org/13957Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Philipp Weissenbacher yazdı
Change-Id: I187cb3f6beb14c43def5d76396bf49bd9540a222 Reviewed-on: https://gerrit.libreoffice.org/13981Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michaël Lefèvre yazdı
Take care not reproducing fdo#86552 again. Change-Id: I4a5967e76afcb5467addc81bc9eca61bb65865e7 Reviewed-on: https://gerrit.libreoffice.org/13992Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tsutomu Uchino yazdı
thrown by unprotect method and about some arguments (cherry picked from commit abaff3a9) Change-Id: I3ee203279647a506e6cb860387aac3e4379c9c75
-
Caolán McNamara yazdı
Change-Id: Ied95c2d1490554d9ba5402c936a9720c8a325771
-
Trent MacAlpine yazdı
Change-Id: Id4143e0a8410e6a9589f941c2bda83074eaf4844 Reviewed-on: https://gerrit.libreoffice.org/13975Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Lionel Elie Mamane yazdı
And thus it seems it expects to be called *after* insertion. Change-Id: I752dcd84c76c7beba75cd564162def5eaee7de4c
-
Lionel Elie Mamane yazdı
OSL_ENSURE does not execute in non-debug builds (and is deprecated). Do not try to seek back if paint did not seek. This happens in particular when there is no data source attached (and thus trying to seek fails). Change-Id: I3f4908c4dcae2bb120bf58c1218e3386c40d5721
-
Michael Stahl yazdı
Change-Id: I639d82ace116a09218cd71c62ac9e37efd6d957d
-
Stephan Bergmann yazdı
...(aka "Save Copy as...", as is used when the document is actually a DB form) but only for true "Save As..." For reasons remaining un-debugged, calling SetReadOnlyUI(false) on the former would somehow lose the connection to the embeddedobj Interceptor instance. Change-Id: I334cd6c5ebd596e408357bb6820800075217d2d1
-
Michael Stahl yazdı
Change-Id: Ia527a2c9467e2ab097cf688164f4176a52fa1d36
-
Michael Stahl yazdı
Change-Id: I03e49493c549561b4dc806f1e191a73d06733cff
-
Luboš Luňák yazdı
Change-Id: I962416f48fdb348d8a3d95edf747cfe2f1c929c9
-
Luboš Luňák yazdı
The polygons that make the polypolygon cannot be simply drawn one onto another, because if they overlap, it's actually xor (as used e.g. for drawing the border when editing a text box Impress, which without this fix just made it a full rectangle instead of a frame). Change-Id: I67c7f6448fb3ee0f9742a2299c612515abff68d8
-
Luboš Luňák yazdı
Apparently polygons can consist of curves too. Change-Id: Ie35861e6d182e4bd4ac0523e78a90618c96f09a6
-
Luboš Luňák yazdı
Change-Id: I8e66d369956a9bcf9c63c6eccad47d4b7a7eb67d
-
Luboš Luňák yazdı
So far it's been always disabled, with the exception of the slide preview extension. Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781
-