summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-03Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"Eike Rathke
2021-07-31tdf#143295 fix DateAcceptancePattern in KoreanDaeHyun Sung
2021-07-29Make duplicate generated numbering identifiers unique, tdf#143526 follow-upEike Rathke
2021-07-29Add NumberingIdentifier unit test, tdf#143526 relatedEike Rathke
2021-07-29tdf#143526 fix and add Korean numberingDaeHyun Sung
2021-07-23do not use "using namespace std" in headersCollabora
2021-07-18osl::Mutex->std::mutex in NativeNumberSupplierNoel Grandin
2021-07-18osl::Mutex->std::mutex in NumberFormatCodeMapperNoel Grandin
2021-07-05Resolves tdf#137160 - Thin space before f./ff. in en_USHeiko Tietze
2021-07-05Fix Line break rule in KoreanDaeHyun Sung
2021-07-05Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke
2021-07-04tdf#143173: fix wrong French abbr for Alphabetical Index-Grouped entriesJulien Nabet
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke
2021-07-03Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-14We only support ICU version 4.6 or newer, so drop these checksMike Kaganski
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet
2021-06-07Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0Eike Rathke
2021-06-04Fix the <FollowPageWord> entries for BulgarianMIhail Balabanov
2021-05-25Don't ignore GCC warnings for static buildsJan-Marek Glogowski
2021-05-17don't leak ICU transliteratorNoel Grandin
2021-05-15Related: tdf#128314 Add NatNum12 modifier 'lower' attributeEike Rathke
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-14Typos in commentsMike Kaganski
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke
2021-05-06Derive en_HK calendar from en_US instead of en_GBEike Rathke
2021-05-05Move en_KE to lcl_DATA_EN where it belongsEike Rathke
2021-04-27loplugin:moveoptNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-10Quote literals in {ja-JP} date and time format codesEike Rathke
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-05Use std algorithms hereMike Kaganski
2021-04-01Resolves: tdf#136839 {nl-BE} leading currency symbolEike Rathke
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23Fix Japanese old monthly nameJun NOGATA
2021-03-21Add mixed Gregorian and Japanese gengou date format.Jun NOGATA
2021-02-23loplugin:refcounting in i18npoolNoel
2021-02-12tdf#42982 Add descriptions to some runtime exceptionsAditya Pratap Singh
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-28simplify code, use more subView()Noel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2021-01-27Use std::u16string_view instead of OUString in one placeStephan Bergmann
2021-01-26loplugin:passstuffbyrefNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann