summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2021-11-03Revert "Adapt CPPUNIT_ASSERT to C++20 deleted ostream <<Gabor Kelemen
2021-04-20Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2021-04-20presumably 'true' is sufficient in all casesCaolán McNamara
2019-05-24modified Line Breaking rule in KoreanDaeHyun Sung
2019-04-03Introduce next Japanese gengou era 'Reiwa'Takeshi Abe
2019-03-29tdf#123204 hu_HU collation: don't ignore special charactersLászló Németh
2019-03-26Assign [kmr-Latn-TR] TRY|₺ currency, TRY|YTL and TRL|TL are legacyOnlyEike Rathke
2019-02-21Resolves: tdf#123575 treat Katakana middle dots as midletterEike Rathke
2018-12-05NNNN already includes LongDateDayOfWeekSeparator, do not duplicateEike Rathke
2018-12-05Fix af_NA wrong separator inheritance, use en_NA instead of af_ZA (en_ZA)Eike Rathke
2018-12-05Some date format corrections, tdf#116868 follow-upEike Rathke
2018-12-04Resolves: tdf#116868 add Hausa (Nigeria) [ha-Latn-NG] locale dataEike Rathke
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke
2018-11-30[API CHANGE] Resolves: tdf#42518 new KParseTokens::GROUP_SEPARATOR_IN_NUMBEREike Rathke
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-11-12tdf#120703 PVS: V560 Properly compare current to cDecimalSepAltMike Kaganski
2018-11-12fix missing "else" in transliterateBulletNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-19clarify Calendar_jewish::getDisplayString a littleCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-01Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke
2018-09-30Deleted whitespace, use correct branding, fixed typosMatthias Seidel
2018-09-26loplugin:useuniqueptr in lcl_LookupTableHelperNoel Grandin
2018-09-20Avoid U+21D2 Rightwards Double Arrow characterEike Rathke
2018-09-20Document rules for use of nominative / genitive / partitive case month namesEike Rathke
2018-09-18loplugin:unusedmethodsNoel Grandin
2018-09-18loplugin:useuniqueptr in TestTextSearchNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin
2018-09-03Related: tdf#119613 inherit af_ZA separators from identical en_ZAEike Rathke
2018-09-03tdf#119613 [*-ZA] decimal separator is comma, group separator is spaceEike Rathke
2018-08-22Resolves: tdf#119399 add es-VE currency Bolivar Soberano VES Bs.S.Eike Rathke
2018-08-22Fixed LongDateYearSeparatorMatthias Seidel
2018-08-21LongDateDaySeparator with blankEike Rathke
2018-08-21Fixed LongDateDaySeparatorMatthias Seidel
2018-08-21loplugin:useuniqueptr in OutlineNumberingNoel Grandin
2018-08-17tdf#119117: get phonebook sort work by tweaking ICU call mechanismJulien Nabet
2018-08-16tdf#118127 fix date format duplications in Hungarian localeLászló Németh
2018-08-14cclass_Unicode::StrChr needs to support non-BMP charsStephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin