summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2018-01-17i18npool: try to fix Android build, no std::truncMichael Stahl
2018-01-17Use std::trunc instead of casting (to express intent more clearly)Stephan Bergmann
2018-01-17Calendar_hijri::getJulianDay can just as well return sal_Int32Stephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-30crash in sc, make TextSearch thread safeCaolán McNamara
2017-12-20loplugin:unusedindexMike Kaganski
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-20Upgrade to ICU 60.1Eike Rathke
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke
2017-11-17Upgrade to ICU 60.1David Tardon
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-11-02coverity#1420537 Uninitialized scalar fieldCaolán McNamara
2017-11-01loplugin:finalclasses in h*,i*,j*Noel Grandin
2017-10-27Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IREike Rathke
2017-10-27Define optional <Separators><DecimalSeparatorAlternative>, tdf#81671Eike Rathke
2017-10-27Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671Eike Rathke
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke
2017-10-27Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671Eike Rathke
2017-10-25Use SAL_N_ELEMENTSEike Rathke
2017-10-25Always generate count number of elements in locale data arraysEike Rathke
2017-10-23loplugin:includeform: i18npoolStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-16tdf#96197 i18npool: don't read beyond end of stringMichael Stahl
2017-10-04Change define to inline and donate some spaces, tdf#96197 follow-upEike Rathke
2017-10-04tdf#96197 do not break Korean words in the middle.Mark Hung
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-10-04tdf#95656 fix orientation for Bopomofo tonal marksMark Hung
2017-09-29Throw exception also in case an unexpected rBreakType was passedEike Rathke
2017-09-28Fix typoAndrea Gelmini
2017-09-28i18n-perf: cache map of breakiterators, tdf#108703Eike Rathke
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-22i18npool: -Werror=misleading-indentationMichael Stahl
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-09-06iOS, make gendict.cxx compilejan Iversen
2017-09-05Revert "iOS, Executable_gendict.mk contained work ifneq"jan iversen
2017-09-05iOS, Executable_gendict.mk contained work ifneqjan Iversen
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin