summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* gbuild: create services.rdb from built componentsJan-Marek Glogowski2021-12-062-0/+166
* gbuild: introduce plugin + loader conceptsJan-Marek Glogowski2021-12-0112-6/+21
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-233-7/+7
* osl::Mutex->std::mutex in TransliterationImpl::loadBodyNoel Grandin2021-11-221-2/+3
* tdf#143148 Use pragma once in i18npoolHarjot2021-11-2143-173/+44
* Change aboveWord and belowWord for Simplified Chinese localeKevin Suo2021-11-201-2/+2
* Fix the above/below words for BulgarianMihail Balabanov2021-11-201-2/+2
* loplugin:stringliteraldefine in i18npoolNoel Grandin2021-11-192-3/+3
* Cleanup locally used variables in Calendar_hijriHossein2021-11-192-31/+6
* Cleanup Calendar_hijriHossein2021-11-182-12/+0
* Update to ICU 70.1Eike Rathke2021-11-161-0/+12
* Use basegfx::deg2rad instead of *0.01745329251994Hossein2021-11-162-10/+5
* rtl::Static to thread-safe staticNoel Grandin2021-11-112-8/+9
* new loplugin:stringliteraldefineNoel Grandin2021-11-101-1/+1
* Silence spurious Werror=maybe-uninitialized in transliterateImplNoel Grandin2021-11-031-0/+4
* Group per-locale functions instead by typeJan-Marek Glogowski2021-11-011-261/+176
* Prevent many -Wunused-function in i18npool serviceJan-Marek Glogowski2021-10-311-0/+32
* Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski2021-10-3010-127/+154
* fix comparison when searching cacheLuboš Luňák2021-10-291-1/+1
* Missing `static`Stephan Bergmann2021-10-251-1/+1
* loplugin:flattenNoel Grandin2021-10-211-11/+12
* Resolves: tdf#145173 Add English (Israel) {en-IL} locale dataEike Rathke2021-10-193-1/+46
* Related: tdf#145173 Sort he_IL by formatindex and split NatNum to LC_FORMAT_1Eike Rathke2021-10-191-81/+95
* Related: tdf#145173 Handle two independent ref=... for LC_FORMAT...Eike Rathke2021-10-191-1/+2
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-1510-17/+17
* [API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann2021-10-141-18/+18
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-148-54/+38
* drop 'using namespace std' in h* i* j*Julien Nabet2021-10-051-4/+3
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-032-3/+3
* loplugin:constmethodNoel Grandin2021-10-0111-18/+18
* Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke2021-09-301-17/+36
* remove some allocationsNoel Grandin2021-09-183-8/+10
* cid#1491946 and cid#1491949 deference before null checkNoel Grandin2021-09-184-64/+62
* Fix calculation of alloca'ed memory sizeStephan Bergmann2021-09-171-3/+2
* expand out unnecessary macroNoel Grandin2021-09-162-40/+36
* speedup Transliteration_body::transliterateImplNoel Grandin2021-09-161-2/+5
* speedup CharacterClassificationImpl::toUpperNoel Grandin2021-09-1622-128/+128
* clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin2021-09-061-3/+5
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-012-3/+1
* tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex...Xisco Fauli2021-08-261-2/+2
* tdf#137737 i18n search: don't expand start/end with regex ^ or $Justin Luth2021-08-251-2/+2
* tdf#143526 add Korean Numbering test case & fix Hanja number codepointDaeHyun Sung2021-08-192-2/+284
* no need to allocate the lookupTableItem separatelyNoel Grandin2021-08-116-27/+27
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-6/+6
* Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"Eike Rathke2021-08-032-2/+2
* tdf#143295 fix DateAcceptancePattern in KoreanDaeHyun Sung2021-07-311-0/+5
* Make duplicate generated numbering identifiers unique, tdf#143526 follow-upEike Rathke2021-07-292-4/+17
* Add NumberingIdentifier unit test, tdf#143526 relatedEike Rathke2021-07-291-0/+61
* tdf#143526 fix and add Korean numberingDaeHyun Sung2021-07-291-0/+55
* do not use "using namespace std" in headersCollabora2021-07-232-1/+1