summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Use vector in BreakIterator_th instead of C arraysKhaled Hosny2-30/+21
2018-05-22Fold BreakIterator_CTL into BreakIterator_thKhaled Hosny5-202/+112
2018-05-22tdf#113694 Fix BreakIterator_CTL surrogate pairsKhaled Hosny3-5/+28
2018-05-20Add and fixed missing Korean Hanja soundDaeHyun Sung1-488/+545
2018-05-18Resolves: tdf#117655 Add Iloko [ilo-PH] locale dataEike Rathke3-1/+380
2018-05-15Guard static variables, tdf#115007 tdf#117171 follow-upEike Rathke1-0/+5
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski2-58/+115
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh2-0/+49
2018-04-29loplugin:useuniqueptr in cclass_UnicodeNoel Grandin2-17/+12
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-16Use https instead of httpGulsah Kose1-1/+1
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-4/+4
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke10-11/+4
2018-03-31tdf#116666 Hungarian collation: casing and equality fixesLászló Németh1-9/+47
2018-03-29tdf#116666 fix Hungarian sortingLászló Németh1-0/+14
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet4-14/+15
2018-03-15tdf#116072 Add PrefixLetter ")" in Hungarian word breakingLászló Németh1-1/+9
2018-03-13tdf#114622 Add Numbering in Arabic-Indic numeralsSuhail Alkowaileet1-0/+30
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin1-19/+17
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 Grandin16-109/+87
2018-02-01i18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-12/+1
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