summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2022-04-16apply ICU test workaround to < 70 to "fix" test with ICU 71Rene Engelhard1-2/+2
2022-03-14tdf#147905 calc PROPER function doesn't like mulithreadingNoel Grandin4-17/+27
2022-02-14tdf#147343: Wrong typo for AM/PM indicator in Spanish localesJulien Nabet11-22/+22
2022-01-29Add CIRCLED NUMBER TWENTY ONE through CIRCLED NUMBER FIFTY to numbring listKevin Suo1-1/+31
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin3-7/+7
2021-11-22osl::Mutex->std::mutex in TransliterationImpl::loadBodyNoel Grandin1-2/+3
2021-11-21tdf#143148 Use pragma once in i18npoolHarjot43-173/+44
2021-11-20Change aboveWord and belowWord for Simplified Chinese localeKevin Suo1-2/+2
2021-11-20Fix the above/below words for BulgarianMihail Balabanov1-2/+2
2021-11-19loplugin:stringliteraldefine in i18npoolNoel Grandin2-3/+3
2021-11-19Cleanup locally used variables in Calendar_hijriHossein2-31/+6
2021-11-18Cleanup Calendar_hijriHossein2-12/+0
2021-11-16Update to ICU 70.1Eike Rathke1-0/+12
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein2-10/+5
2021-11-11rtl::Static to thread-safe staticNoel Grandin2-8/+9
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-1/+1
2021-11-03Silence spurious Werror=maybe-uninitialized in transliterateImplNoel Grandin1-0/+4
2021-11-01Group per-locale functions instead by typeJan-Marek Glogowski1-261/+176
2021-10-31Prevent many -Wunused-function in i18npool serviceJan-Marek Glogowski1-0/+32
2021-10-30Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski10-127/+154
2021-10-29fix comparison when searching cacheLuboš Luňák1-1/+1
2021-10-25Missing `static`Stephan Bergmann1-1/+1
2021-10-21loplugin:flattenNoel Grandin1-11/+12
2021-10-19Resolves: tdf#145173 Add English (Israel) {en-IL} locale dataEike Rathke3-1/+46
2021-10-19Related: tdf#145173 Sort he_IL by formatindex and split NatNum to LC_FORMAT_1Eike Rathke1-81/+95
2021-10-19Related: tdf#145173 Handle two independent ref=... for LC_FORMAT...Eike Rathke1-1/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski10-17/+17
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann1-18/+18
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski8-54/+38
2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet1-4/+3
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-3/+3
2021-10-01loplugin:constmethodNoel Grandin11-18/+18
2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke1-17/+36
2021-09-18remove some allocationsNoel Grandin3-8/+10
2021-09-18cid#1491946 and cid#1491949 deference before null checkNoel Grandin4-64/+62
2021-09-17Fix calculation of alloca'ed memory sizeStephan Bergmann1-3/+2
2021-09-16expand out unnecessary macroNoel Grandin2-40/+36
2021-09-16speedup Transliteration_body::transliterateImplNoel Grandin1-2/+5
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin22-128/+128
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin1-3/+5
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-26tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex...Xisco Fauli1-2/+2
2021-08-25tdf#137737 i18n search: don't expand start/end with regex ^ or $Justin Luth1-2/+2
2021-08-19tdf#143526 add Korean Numbering test case & fix Hanja number codepointDaeHyun Sung2-2/+284
2021-08-11no need to allocate the lookupTableItem separatelyNoel Grandin6-27/+27
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-6/+6
2021-08-03Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"Eike Rathke2-2/+2
2021-07-31tdf#143295 fix DateAcceptancePattern in KoreanDaeHyun Sung1-0/+5
2021-07-29Make duplicate generated numbering identifiers unique, tdf#143526 follow-upEike Rathke2-4/+17
2021-07-29Add NumberingIdentifier unit test, tdf#143526 relatedEike Rathke1-0/+61