summaryrefslogtreecommitdiff
path: root/i18npool/source
AgeCommit message (Expand)AuthorFilesLines
2018-02-28tdf#116072 Extend MidLetter in Hungarian word breakingLászló Németh1-0/+6
2018-02-27Resolves: tdf#116062 revert [fr-CH] to use previous single quote charactersEike Rathke1-2/+2
2018-02-09Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 relatedEike Rathke2-6/+6
2018-02-09Resolves: tdf#105837 use angle quotation marks (Guillemets) for [de-CH]Eike Rathke1-4/+4
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin9-102/+76
2018-02-01i18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-11/+0
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 Grandin1-2/+1
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 Bergmann1-8/+7
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann5-21/+21
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin6-14/+12
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann14-68/+68
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 Rathke5-26/+26
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 Grandin3-3/+3
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin21-45/+45
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 Grandin1-1/+1
2017-11-02coverity#1420537 Uninitialized scalar fieldCaolán McNamara1-1/+2
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 Rathke1-5/+13
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke4-8/+8
2017-10-27Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671Eike Rathke1-1/+45
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 Bergmann15-22/+22