summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Change TimeSeparator for locale la_VA, lld_IT and vec_IT.Winfried Donkers3-30/+30
2018-01-25tdf#105226 follow up: change time separator for locale it_IT.Winfried Donkers1-10/+10
2018-01-25Fix incorrect AM/PM symbols in locale it_CH and vec_IT.Winfried Donkers2-4/+4
2018-01-25Fix Index::getIndexWeight for empty inputStephan Bergmann1-1/+1
2018-01-22tdf#105226 fix incorrect AM/PM symbol in locale it_IT.Winfried Donkers1-2/+2
2018-01-20tdf#113854 - Switch Cross-reference "above" and "below" in Swedishsleepingpillow1-2/+2
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-3/+2
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-2/+0
2018-01-18Revert part of 970b76816a03be0f57f35a790bea57bf299e344bJulien Nabet1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17i18npool: try to fix Android build, no std::truncMichael Stahl1-0/+2
2018-01-17Use std::trunc instead of casting (to express intent more clearly)Stephan Bergmann1-3/+5
2018-01-17Calendar_hijri::getJulianDay can just as well return sal_Int32Stephan Bergmann2-9/+8
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann6-22/+22
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin6-14/+12
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann15-69/+69
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin3-10/+7
2017-12-30crash in sc, make TextSearch thread safeCaolán McNamara2-0/+9
2017-12-20loplugin:unusedindexMike Kaganski3-25/+19
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke6-27/+27
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin29-50/+50
2017-12-07loplugin:salcall handle static methodsNoel Grandin7-7/+7
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin4-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin39-90/+90
2017-11-30loplugin:unusedmethodsNoel Grandin2-9/+0
2017-11-29loplugin:unusedmethodsNoel Grandin2-9/+0
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-20Upgrade to ICU 60.1Eike Rathke1-0/+21
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke1-21/+0
2017-11-17Upgrade to ICU 60.1David Tardon1-0/+21
2017-11-06loplugin:constparams in various(2)Noel Grandin2-2/+2
2017-11-02coverity#1420537 Uninitialized scalar fieldCaolán McNamara1-1/+2
2017-11-01loplugin:finalclasses in h*,i*,j*Noel Grandin3-8/+6
2017-10-27Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IREike Rathke6-0/+6
2017-10-27Define optional <Separators><DecimalSeparatorAlternative>, tdf#81671Eike Rathke1-1/+2
2017-10-27Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671Eike Rathke1-5/+14
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke2-5/+14
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke8-16/+16
2017-10-27Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671Eike Rathke3-4/+52
2017-10-25Use SAL_N_ELEMENTSEike Rathke1-2/+2
2017-10-25Always generate count number of elements in locale data arraysEike Rathke1-2/+2
2017-10-23loplugin:includeform: i18npoolStephan Bergmann38-48/+48
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-16tdf#96197 i18npool: don't read beyond end of stringMichael Stahl1-1/+2
2017-10-04Change define to inline and donate some spaces, tdf#96197 follow-upEike Rathke1-1/+6
2017-10-04tdf#96197 do not break Korean words in the middle.Mark Hung2-0/+35
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin116-407/+440