summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Expand)AuthorAgeFilesLines
* tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex...Xisco Fauli2021-08-261-2/+2
* tdf#137737 i18n search: don't expand start/end with regex ^ or $Justin Luth2021-08-251-2/+2
* Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"Eike Rathke2021-08-042-2/+2
* tdf#143295 fix DateAcceptancePattern in KoreanDaeHyun Sung2021-07-311-0/+5
* Resolves tdf#137160 - Thin space before f./ff. in en_USHeiko Tietze2021-07-071-2/+2
* Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke2021-07-051-1/+1
* tdf#143173: fix wrong French abbr for Alphabetical Index-Grouped entriesJulien Nabet2021-07-051-2/+2
* Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke2021-07-051-1/+1
* Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke2021-07-0520-20/+20
* 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