- 20 Şub, 2017 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I082dd08c1caf6f1585e3e16b441ba3b5a0d137f1
-
Tor Lillqvist yazdı
Need to sort in this commit so that the AUTOLAYOUT_END keeps being one more than the highest-valued enumerator. Change-Id: I0db7c8ba069808e92589d5c4688632440007163b
-
Eike Rathke yazdı
... so subsequent parsing actually works. Change-Id: I47d661d24552104b56827248b4c5e6a6617c5d63
-
Eike Rathke yazdı
... that for example doesn't match the document's current address convention. Further work is need to make that actually fly, but at least don't terminate the application but come up with a default Chart instead where the range can be edited. Change-Id: I6cb6400c56c896dac7ab949b8a986c784690dfd3
-
Tor Lillqvist yazdı
Change-Id: Ie20c4539b8b66b1e9b40015e6bc611d5bc12ddb4
-
Tor Lillqvist yazdı
Change-Id: I6186a2583dff2b142ceee1c4f2c7f0c972ec6c57
-
Tor Lillqvist yazdı
Change-Id: Ic423c5a84c887222e38ab411ed218987075f7ced
-
Tor Lillqvist yazdı
Change-Id: I996d4a0b01ce9cb78119cba3165b2716f09fd048
-
Tor Lillqvist yazdı
Change-Id: I8acd349ec7d9424f817981719320f51ac58b9861
-
Tor Lillqvist yazdı
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
-
Tor Lillqvist yazdı
Change-Id: Idf9771d3d58520a1a31cea45a6acca89347237f6
-
Tor Lillqvist yazdı
Change-Id: I9f421104773c8c84828cb0908f0f5e182538eead
-
Tor Lillqvist yazdı
Change-Id: I8ed1361b2103b35e277107bfda4c174f07d9de08
-
Tor Lillqvist yazdı
Change-Id: I514cf647863e51848ff51c26938e682ffeca7685
-
Tor Lillqvist yazdı
Change-Id: Ib3c2b5f0feb70fea195f022f322c682ecd4f1918
-
Tor Lillqvist yazdı
Change-Id: I8897e31065f69b7fb62f0770e62025f35ecb5eec
-
Eike Rathke yazdı
... instead of manually masking out css::util::NumberFormat::DEFINED Change-Id: I0761132800b2b1693df41085695f36cd3cc1236b
-
Eike Rathke yazdı
... so masking it out is unnecessary. Change-Id: I4b25ced640f9287c4db52a6257020fce4e4c1303
-
Markus Mohrhard yazdı
Internal libetonyek requires liblangtag. Build #227. Change-Id: Ie4bace66f90d071db3d4f10bf2b45990b738f9dc Reviewed-on: https://gerrit.libreoffice.org/34483Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
... which all GetFormatTable()->...(nFormat) do. Also introduce SvNumberformat::GetMaskedType() for convenience. Change-Id: I9495d71b99116e74e8b877ffc9cd21bd36cc7b7f
-
Zdeněk Crhonek yazdı
Change-Id: I91c98e50536e0ef5691910a6161f6f65dfdd6540 Reviewed-on: https://gerrit.libreoffice.org/34487Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Laurent Balland-Poirier yazdı
For Option "Precision as shown", fraction must specificly be treated ImpGetFractionElements retrieves values of each part of fraction (integer, numerator, denominator) independently from its exact representation Update: avoid include of zformat.hxx in document4.cxx Change-Id: Ia3ea2322f3d311c04ef71f3260730c7154c3dc15 Reviewed-on: https://gerrit.libreoffice.org/34331Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I35d08f6ff1ff3e78a5078062cef89304fa782489
-
pv2k yazdı
Change-Id: I4693b09fa9b16cd5eec60a43c4653aef81860f1d Reviewed-on: https://gerrit.libreoffice.org/34245Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I102874867020a3c471567cbdc97162c564351635 Reviewed-on: https://gerrit.libreoffice.org/34480Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I4390f61a21eef21371ce7399bf746e60234b8db8
-
Winfried Donkers yazdı
SIGDIGITS rounds a value to a determined number of significant digits. Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4 Reviewed-on: https://gerrit.libreoffice.org/34148Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Justin Luth yazdı
A patch related to tdf#96685 (commit 598e6a02) caused the initial regression that Japanese-mozc would freeze(tdf#100903). That patch only modified what happened when the text was marked as focused. However, the regression fix for Japanese bug 100903 (commit 1c81af2c) was not placed inside of the "if focused" code, and so it applies to more situations than were broken by the first regression, thus causing new bug 105256. So, applying fix 100903 ONLY when focused solves both problems. Change-Id: I1d8381f2d8cf793d481287ae975ce8a485b6c573 Reviewed-on: https://gerrit.libreoffice.org/34453Reviewed-by:
Justin Luth <justin_luth@sil.org> Tested-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Miklos Vajna yazdı
This restores commit efed9a75 (gbuild-to-ideNS: stop printing multi-target warning, 2017-02-10), reverted in commit 5382fdaf (Reverted ide generator script., 2017-02-20), probably accidentally. Change-Id: Ibe2afcfe7a0b02dbdeadb6af5d6e677dd984ad0e
-
Pranav Kant yazdı
Change-Id: Ibc727b54ebfcbdd1c95b679a35ddc8878ceecbfd
-
Pranav Kant yazdı
Place comment notification triggers at the end of the annotation insertion/modification function to accomplish the desired behavior. See inline comment for details. Change-Id: I0cbd51feb455d497826d6a4534a8bbd817be7b31
-
Caolán McNamara yazdı
i.e. initial mark isn't compared which goes on to crash under some circumstances regression from... commit aa11e7ba Date: Tue Aug 14 16:31:53 2012 +0200 Convert maList in SdrMarkList from Container to std::vector Change-Id: Ib3e9b02aad91c14971656af171d48154507da127
-
Caolán McNamara yazdı
Change-Id: I3fb2cc8d5d1c8853dc35b176030fc5d3292e4756
-
Khaled Hosny yazdı
Change-Id: I9382badb64fc2ac37869286d0b3172b35ee50564 Reviewed-on: https://gerrit.libreoffice.org/34464Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
Khaled Hosny yazdı
Change-Id: I342ac49877c928c52eb3001f5a7bab07588636fa Reviewed-on: https://gerrit.libreoffice.org/34463Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
Pranav Kant yazdı
Change-Id: Ib830ff786f12d9edc791623dead74b3eeeabad71
-
Pranav Kant yazdı
Change-Id: I88a5cbc952a1ddc2f8ccd5f34b86bf797916171c
-
Stephan Bergmann yazdı
...than what cf01aff0 "remove operator>> and operator<< methods" had come up with Change-Id: I36979ffa630241a396f8a68d9e1fa1b1d169c70b
-
Noel Grandin yazdı
Change-Id: I7b02cb0557d55a7063f8985552bdda54657d803f Reviewed-on: https://gerrit.libreoffice.org/34472Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Christian Lohmaier yazdı
Project: translations 9f55d56ddd0b479429a4d75b596387ace58c2c3b update translations for 5.3.1 rc1 and force-fix errors using pocheck Change-Id: Ia3f9bd35c20e7738c4378ef0927d427da1ae4030
-