summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-2/+2
2021-04-10Quote literals in {ja-JP} date and time format codesEike Rathke1-15/+15
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-5/+10
2021-04-05Use std algorithms hereMike Kaganski2-57/+9
2021-04-01Resolves: tdf#136839 {nl-BE} leading currency symbolEike Rathke1-6/+6
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23Fix Japanese old monthly nameJun NOGATA1-24/+24
2021-03-21Add mixed Gregorian and Japanese gengou date format.Jun NOGATA1-0/+6
2021-02-23loplugin:refcounting in i18npoolNoel1-6/+4
2021-02-12tdf#42982 Add descriptions to some runtime exceptionsAditya Pratap Singh1-6/+8
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-1/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann3-57/+115
2021-01-28simplify code, use more subView()Noel2-8/+8
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-134/+91
2021-01-27Use std::u16string_view instead of OUString in one placeStephan Bergmann1-3/+3
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara6-7/+7
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann6-21/+18
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-10/+16
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann4-12/+15
2020-12-26New loplugin:stringliteralvarStephan Bergmann6-7/+7
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-20Check Calendar unoid for unknown and duplicatesEike Rathke1-0/+25
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-23/+25
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel5-20/+20
2020-11-28drop custom Indic grapheme rules and rely on contemporary icu defaultsCaolán McNamara13-193/+18
2020-11-27tdf#138481: Trust the built-in break iterator character data in ICUTor Lillqvist2-120/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer13-205/+192
2020-11-13tdf#117643 Writer: fix apostrophe search regressionLászló Németh3-0/+148
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-10Reinstate o3tl/cppunittraitshelper.hxx use for C++20Stephan Bergmann1-0/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-4/+2