summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* We only support ICU version 4.6 or newer, so drop these checksMike Kaganski2021-06-142-10/+0
* dtd files are not xml files and shouldn't have xml headersCaolán McNamara2021-06-091-1/+0
* Simplify Sequences initializations (i*->p*)Julien Nabet2021-06-094-55/+19
* Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0Eike Rathke2021-06-071-4/+4
* Fix the <FollowPageWord> entries for BulgarianMIhail Balabanov2021-06-041-2/+2
* Don't ignore GCC warnings for static buildsJan-Marek Glogowski2021-05-251-13/+10
* don't leak ICU transliteratorNoel Grandin2021-05-172-3/+4
* Related: tdf#128314 Add NatNum12 modifier 'lower' attributeEike Rathke2021-05-151-1/+5
* Improve loplugin:stringviewStephan Bergmann2021-05-143-4/+6
* Typos in commentsMike Kaganski2021-05-141-1/+1
* Add English (Denmark) {en-DK} locale dataEike Rathke2021-05-063-0/+240
* Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke2021-05-061-1/+11
* Derive en_HK calendar from en_US instead of en_GBEike Rathke2021-05-061-1/+1
* Move en_KE to lcl_DATA_EN where it belongsEike Rathke2021-05-053-5/+5
* loplugin:moveoptNoel Grandin2021-04-271-4/+2
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-2/+2
* Quote literals in {ja-JP} date and time format codesEike Rathke2021-04-101-15/+15
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-5/+10
* Use std algorithms hereMike Kaganski2021-04-052-57/+9
* Resolves: tdf#136839 {nl-BE} leading currency symbolEike Rathke2021-04-011-6/+6
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Fix Japanese old monthly nameJun NOGATA2021-03-231-24/+24
* Add mixed Gregorian and Japanese gengou date format.Jun NOGATA2021-03-211-0/+6
* loplugin:refcounting in i18npoolNoel2021-02-231-6/+4
* tdf#42982 Add descriptions to some runtime exceptionsAditya Pratap Singh2021-02-121-6/+8
* loplugin:refcounting also check OWeakObject subclassesNoel2021-02-101-1/+2
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-083-57/+115
* simplify code, use more subView()Noel2021-01-282-8/+8
* Improve loplugin:stringliteralvarStephan Bergmann2021-01-272-134/+91
* Use std::u16string_view instead of OUString in one placeStephan Bergmann2021-01-271-3/+3
* loplugin:passstuffbyrefNoel2021-01-262-2/+2
* fix coverity parse errorsCaolán McNamara2021-01-096-7/+7
* Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann2021-01-076-21/+18
* loplugin:stringviewparam: operator +=Stephan Bergmann2021-01-041-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-293-10/+16
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-274-12/+15
* New loplugin:stringliteralvarStephan Bergmann2020-12-266-7/+7
* Use char16_t string literalsStephan Bergmann2020-12-231-1/+1
* Check Calendar unoid for unknown and duplicatesEike Rathke2020-12-201-0/+25
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-23/+25
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-305-20/+20
* drop custom Indic grapheme rules and rely on contemporary icu defaultsCaolán McNamara2020-11-2813-193/+18
* tdf#138481: Trust the built-in break iterator character data in ICUTor Lillqvist2020-11-272-120/+0
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-1/+1
* tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer2020-11-2213-205/+192
* tdf#117643 Writer: fix apostrophe search regressionLászló Németh2020-11-133-0/+148
* loplugin:stringviewNoel2020-11-112-2/+2
* Reinstate o3tl/cppunittraitshelper.hxx use for C++20Stephan Bergmann2020-11-101-0/+1
* new loplugin:reducevarscopeNoel Grandin2020-11-101-4/+2