summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-29tdf#143526 fix and add Korean numberingDaeHyun Sung1-0/+55
2021-07-23do not use "using namespace std" in headersCollabora2-1/+1
2021-07-18osl::Mutex->std::mutex in NativeNumberSupplierNoel Grandin1-5/+7
2021-07-18osl::Mutex->std::mutex in NumberFormatCodeMapperNoel Grandin2-5/+6
2021-07-05Resolves tdf#137160 - Thin space before f./ff. in en_USHeiko Tietze1-2/+2
2021-07-05Fix Line break rule in KoreanDaeHyun Sung1-2/+2
2021-07-05Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke1-1/+1
2021-07-04tdf#143173: fix wrong French abbr for Alphabetical Index-Grouped entriesJulien Nabet1-2/+2
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke1-1/+1
2021-07-03Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke20-20/+20
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-128/+141
2021-06-14We only support ICU version 4.6 or newer, so drop these checksMike Kaganski2-10/+0
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet4-55/+19
2021-06-07Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0Eike Rathke1-4/+4
2021-06-04Fix the <FollowPageWord> entries for BulgarianMIhail Balabanov1-2/+2
2021-05-25Don't ignore GCC warnings for static buildsJan-Marek Glogowski1-13/+10
2021-05-17don't leak ICU transliteratorNoel Grandin2-3/+4
2021-05-15Related: tdf#128314 Add NatNum12 modifier 'lower' attributeEike Rathke1-1/+5
2021-05-14Improve loplugin:stringviewStephan Bergmann3-4/+6
2021-05-14Typos in commentsMike Kaganski1-1/+1
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke3-0/+240
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke1-1/+11
2021-05-06Derive en_HK calendar from en_US instead of en_GBEike Rathke1-1/+1
2021-05-05Move en_KE to lcl_DATA_EN where it belongsEike Rathke3-5/+5
2021-04-27loplugin:moveoptNoel Grandin1-4/+2