- 18 Eyl, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ifce0dc836ea8500105ebcf3302f37ad6968929ec Reviewed-on: https://gerrit.libreoffice.org/60607 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 01 Haz, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
idea originally from either tml or moggi, can't remember which Change-Id: Id78d75035036d3aa1666e33469c6eeb38f9e624d Reviewed-on: https://gerrit.libreoffice.org/55126Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 22 May, 2018 1 kayıt (commit)
-
-
Khaled Hosny yazdı
BreakIterator_CTL in the non CharacterIteratorMode::SKIPCELL mode did not handle UTF-16 surrogate pairs at all, causing backspace to delete lone surrogates which is really bad. Just copied the corresponding code from BreakIterator_Unicode. Additionally, BreakIterator_th was not correctly skipping non-Thai text and always treating one character as Thai. Change-Id: Ia379327e042ff602fc19a485c4cbd1a3683f9230 Reviewed-on: https://gerrit.libreoffice.org/54631Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
- 15 Ock, 2018 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Iafdc3593b7136f24e741dc63e3c46344636154eb
-
- 12 Ock, 2018 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I5ca5f27425c150f58e5ec3f2392dda43a857fc33
-
- 04 Eki, 2017 1 kayıt (commit)
-
-
Mark Hung yazdı
Korean words are composed of Hangul and are separated by space or newline. This patch improves line breaking function in CJK break iterator so that it does not break Korean words in the middle. It now breaks at the first character of the last Korean word. Change-Id: I91b20733c0c5ec4755bf68eb0d7c14c42c1f3556 Reviewed-on: https://gerrit.libreoffice.org/42987Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
- 18 Tem, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I23368c3ce6d29c7b2e758e209e5a8315e82a2818 Reviewed-on: https://gerrit.libreoffice.org/40051Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 25 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia9b20a8ca95684cbeb21e3425972c43ba50df3cd Reviewed-on: https://gerrit.libreoffice.org/39187Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 08 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia4e02589d2fe79a27b83200a0e7a528a2c806519 Reviewed-on: https://gerrit.libreoffice.org/38508Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 28 Nis, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I7307cc96eac5868ed26e8ace1fc3c1a93e1bfec4
-
- 04 Nis, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
this modifies codemaker so that, for an UNO enum, we generate code that effectively looks like: #ifdef LIBO_INTERNAL_ONLY && HAVE_CX11_CONSTEXPR enum class XXX { ONE = 1 }; constexpr auto ONE = XXX_ONE; #else ...the old normal way.. #endif which means that for LO internal code, the enums are scoped. The "constexpr auto" trick acts like an alias so we don't have to use scoped naming everywhere. Change-Id: I3054ecb230e8666ce98b4a9cb87b384df5f64fb4 Reviewed-on: https://gerrit.libreoffice.org/34546Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 28 Mar, 2017 1 kayıt (commit)
-
-
Khaled Hosny yazdı
We are classifying characters in the “Combining Diacritical Marks” Unicode block with ScriptType::LATIN, but these are combining marks and can combine with any script and should have been ScriptType::WEAK. Just removing them from the range in scriptList does the trick as we will fallback to getting the script classification based on the Unicode script property. Change-Id: I3577f4b03360a1c8e094a207f01b6bbb6abbaf30 Reviewed-on: https://gerrit.libreoffice.org/35811Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 01 Mar, 2017 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I056fe8fb3e6b87ecae4e07f757c1a9588bbb1c06
-
Noel Grandin yazdı
and related css::util::SearchOptions2 The TransliterationModules enum has it's constants spread over multiple UNO enum/constant-collections - TransliterationModules and TransliterationModulesExtra, which means that most code simply uses sal_Int32. Wrap them up into a better bundle so that only the lowest layer needs to deal directly with the UNO constants. Change-Id: I1edeab79fcc7817a4a97c933ef84ab7015bb849b Reviewed-on: https://gerrit.libreoffice.org/34582Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 06 Eki, 2016 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I10a8298e5379fa93a5d3616202a7802c0eda1cbb
-
- 01 Eki, 2016 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I1cf7b7d20a0b567c7363c5a9abc5bf1195b57262
-
- 30 Eyl, 2016 1 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I2ebe54af7b769189e248b1a3af55ee1b6a66174a Reviewed-on: https://gerrit.libreoffice.org/29399Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: If4bc7dd5af49cca85f474e817cc3cc358c2b48c2
-
- 22 Tem, 2016 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I76f09a09fd6c3b114ba74737d4a1ba5dad0fd28f
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I833ad2779d0eda6f5183b2dd062dffaa410a7937
-
- 23 Şub, 2016 1 kayıt (commit)
-
-
Eike Rathke yazdı
At least '\' (search in Word) and '~' (search in Excel) should be supported as escape character. Being able to restrict a match to entire selection instead of substring speeds up the Calc match whole cell scenario. Change-Id: Ice242b9cd59009f172b724e03c2cc08feda4cd3c
-
- 17 Şub, 2016 1 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Ifa23592f5e72438267926acf89c113a69a7f0ca0
-
- 23 Kas, 2015 1 kayıt (commit)
-
-
Mike Kaganski yazdı
With simple transliteration, TextSearch::searchForward used to use whole string to perform the search, then started to create substring to search. But it left the precautions from commit c00601da by Eike Rathke: searching for $ may actually return a result set pointing behind the search string which it does with the ICU regex engine. The precaution made it to skip reverse mapping if index was 0. Commit 9aae521b by Michael Stahl didn't consider the case when nStop is 0, and startPos > 0. Then it tried to get offset[-1]. Anyway, using value of startPos in those conditions seems illogical. Removed those precautions (and made assertions for that). Fixed handling zero indexes. Change-Id: I2066abc51fff7fb7323bc7f6198bdea06439d4f3 Reviewed-on: https://gerrit.libreoffice.org/19840Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
- 04 Kas, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I11822c50fa66d038a3d6f38054ab35c2e613f077
-
- 12 Eki, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
-
- 03 Eyl, 2015 1 kayıt (commit)
-
-
Nathan Wells yazdı
Enabling the ICU Breakiterator causes Khmer spelling checkers to be worthless as well as wrecks havoc on various minority languages that use the Khmer script. See this https://bugs.documentfoundation.org/show_bug.cgi?id=52020 this: https://bugs.freedesktop.org/show_bug.cgi?id=59448 and this: https://bugs.documentfoundation.org/show_bug.cgi?id=59447&redirected_from=fdo Change-Id: I84529db9cca72ffe1108d2e12c1885f63a48f89d
-
- 18 Agu, 2015 1 kayıt (commit)
-
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: I0381de7fde198df74556355984bdaba2ecdedd4b Reviewed-on: https://gerrit.libreoffice.org/17768Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 25 Haz, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I7ef1dc1d42237ef101731b363359801d9e1e9db6
-
- 02 Haz, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I5bad1428e96c76f7d295f69e10beea4397d560ff
-
- 29 May, 2015 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ic91ddc695e9f3c7d8ba4d2bb67c8c84de2a22d5c
-
Stephan Bergmann yazdı
...which had already been conditional on U_ICU_VERSION_MAJOR_NUM > 51, so 452a06b7 "Activate unit test for Lao breakiterator support" should merely have extended that #if to the function declaration/definition in response to loplugin:unreffun, not unconditionally enabled it. Change-Id: Ia1ce4e99b4a960b1e70cae0a61b0d526b0353d9a
-
- 28 May, 2015 2 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I26abf6d0e102712f76977e0763c4a672434a1325
-
David Ostrovsky yazdı
In f24fa8ef added unit test wasn't activated. Activating it now reveals that the test is failing. Add TODOs for the failing asserts. Change-Id: I6c9f36be3aa84a5d5092d2a3f576af39a15b935e
-
- 20 May, 2015 1 kayıt (commit)
-
-
Adolfo Jayme Barrientos yazdı
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
-
- 18 Ara, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
-
- 12 May, 2014 2 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I283dddaa4bd8baf05b90ce5f81d43b785021a3c4
-
Michael Meeks yazdı
Change-Id: I770c1b3e5164cb486b5a5c2b1259f713914a1bae
-
- 26 Mar, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
-
- 08 Ock, 2014 1 kayıt (commit)
-
-
Rohit Deshmukh yazdı
Issue: OUString uses UTF-16, so for a Unicode surrogate character there are 2 values stored, not just 1. So we are getting assert failure in "rtl_uString_iterateCodePoints" method. erAck: Underlying cause was that the dictionary breakiterator misused UTF-16 positions as Unicode code point positions. Change-Id: I923485f56c2d879b63687adaea2b489a3479991c Reviewed-on: https://gerrit.libreoffice.org/6955Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
- 28 Kas, 2013 1 kayıt (commit)
-
-
Tomofumi Yagi yazdı
This breaks windows build with localized versions of MSVC. Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a Reviewed-on: https://gerrit.libreoffice.org/6847Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-