summaryrefslogtreecommitdiffstats
path: root/i18npool/source
Commit message (Expand)AuthorAgeFilesLines
* Output full non-iso locale names, not just language_scriptEike Rathke2022-01-211-2/+8
* WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2022-01-201-0/+1
* Avoid OUStringBuffer::toString where possibleMike Kaganski2021-12-261-1/+1
* osl::Mutex->std::mutex in lcl_LookupTableHelperNoel Grandin2021-12-201-3/+4
* osl::Mutex->std::mutex in TextSearchNoel Grandin2021-12-202-6/+5
* flatten LocaleDataImpl a littleNoel Grandin2021-12-201-35/+19
* pass by ref in lcl_LookupTableStaticNoel Grandin2021-12-201-28/+16
* gbuild: introduce plugin + loader conceptsJan-Marek Glogowski2021-12-011-4/+0
* 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
* 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-191-1/+1
* Cleanup locally used variables in Calendar_hijriHossein2021-11-191-13/+6
* Cleanup Calendar_hijriHossein2021-11-181-9/+0
* Use basegfx::deg2rad instead of *0.01745329251994Hossein2021-11-161-7/+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
* loplugin:flattenNoel Grandin2021-10-211-11/+12
* Resolves: tdf#145173 Add English (Israel) {en-IL} locale dataEike Rathke2021-10-192-1/+45
* 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-147-28/+26
* 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-016-8/+8
* Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke2021-09-301-17/+36
* remove some allocationsNoel Grandin2021-09-182-5/+5
* cid#1491946 and cid#1491949 deference before null checkNoel Grandin2021-09-183-61/+60
* 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-1616-105/+105
* 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-191-2/+2
* no need to allocate the lookupTableItem separatelyNoel Grandin2021-08-113-21/+18
* 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-291-0/+17