summaryrefslogtreecommitdiff
path: root/i18npool/source/collator
AgeCommit message (Expand)AuthorFilesLines
2016-01-11tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan1-3/+3
2015-04-29i18npool: fix buildMichael Stahl1-1/+1
2015-04-29tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev2-0/+47
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-28Use vector::dataStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann1-10/+10
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-4/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-07-03allow build with icu 4.2Caolán McNamara1-0/+5
2014-06-26ICU's RuleBasedCollator::cloneRuleData is deprecatedStephan Bergmann1-10/+11
2014-04-30make DISABLE_DYNLOADING on Android happy, fdo#77071 relatedEike Rathke1-0/+21
2014-04-30resolve crashes with ICU 53.1 in locales with collator data, fdo#77071Eike Rathke2-6/+94
2014-04-29upgrade to ICU 53.1, fdo#77071 relatedEike Rathke2-1329/+1331
2014-04-24The language part of the WITH_LOCALE_* macros is lowercaseTor Lillqvist1-11/+11
2014-04-24More hacking on --with-localesTor Lillqvist1-12/+12
2014-04-23i18npool: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22Let --with-locales prune also built-in collator dataTor Lillqvist1-2/+26
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-21/+21
2014-01-27i18npool: Ctor feature for few general services.Matúš Kukan1-4/+10
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-2/+2
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza3-10/+8
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-2/+2
2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin2-2/+2
2013-09-05use get*LocaleServiceNameEike Rathke1-34/+33
2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-17forgot to git add sid_charset.txtAndras Timar1-0/+18
2013-06-17typo fix, use ja_charset for JapaneseAndras Timar1-1/+1
2013-06-17fdo#65809 Sidama (sit-ET) collation dataAndras Timar1-0/+4
2013-06-12fdo#64977 Adding Tibetan Language SupportElie Roux1-1/+2
2013-06-08Revert "fdo#64977 Adding Tibetan Language Support"Fridrich Strba1-73/+0
2013-06-08fdo#64977 Adding Tibetan Language SupportElie Roux1-0/+73
2013-04-25use LanguageTagIcuEike Rathke1-5/+4
2013-04-13fdo#45941 algrithm -> algorithmMiklos Vajna1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-4/+2
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin1-1/+1
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-2/+2
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin2-7/+5
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-4/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-22/+16
2012-07-13re-base on ALv2 code. Includes:Michael Meeks21-116/+315
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-4/+2
2012-05-30targeted string re-workNorbert Thiebaud3-8/+8
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist2-9/+109