summaryrefslogtreecommitdiffstats
path: root/i18npool/source/collator
Commit message (Expand)AuthorAgeFilesLines
* Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke2017-10-271-2/+2
* loplugin:includeform: i18npoolStephan Bergmann2017-10-231-1/+1
* move stuff in i18npool/i18nutil in own namespaceNoel Grandin2017-10-043-5/+10
* loplugin:flatten in filter..i18npoolNoel Grandin2017-09-221-3/+2
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1
* remove some old MSVC workaroundsNoel Grandin2017-04-211-3/+0
* loplugin:useuniqueptrJan-Marek Glogowski2017-04-061-3/+2
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Remove MinGW supportStephan Bergmann2017-02-102-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-23/+18
* New loplugin:externvar: i18npoolStephan Bergmann2017-01-091-3/+3
* Updating cu collation data for Unicode 9.0 and CLDR 30Aleksandr Andreev2016-09-231-18/+10
* loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann2016-08-261-1/+1
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-4/+4
* funclen_base is now superfluous hereEike Rathke2016-01-111-3/+2
* tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan2016-01-111-3/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-10/+10
* com::sun::star->css in i18npoolNoel Grandin2015-10-191-1/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-5/+5
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* i18npool: fix buildMichael Stahl2015-04-291-1/+1
* tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev2015-04-292-0/+47
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-2/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* Use vector::dataStephan Bergmann2015-01-281-2/+2
* Some more loplugin:cstylecast: i18npoolStephan Bergmann2015-01-201-10/+10
* i18npool: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* i18npool: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-4/+0
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* allow build with icu 4.2Caolán McNamara2014-07-031-0/+5
* ICU's RuleBasedCollator::cloneRuleData is deprecatedStephan Bergmann2014-06-261-10/+11
* make DISABLE_DYNLOADING on Android happy, fdo#77071 relatedEike Rathke2014-04-301-0/+21
* resolve crashes with ICU 53.1 in locales with collator data, fdo#77071Eike Rathke2014-04-302-6/+94
* upgrade to ICU 53.1, fdo#77071 relatedEike Rathke2014-04-292-1329/+1331
* The language part of the WITH_LOCALE_* macros is lowercaseTor Lillqvist2014-04-241-11/+11
* More hacking on --with-localesTor Lillqvist2014-04-241-12/+12
* i18npool: sal_Bool->boolNoel Grandin2014-04-231-4/+4
* Let --with-locales prune also built-in collator dataTor Lillqvist2014-04-221-2/+26
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-21/+21
* i18npool: Ctor feature for few general services.Matúš Kukan2014-01-271-4/+10
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-2/+2
* fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza2013-12-183-10/+8
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-2/+2
* i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2013-11-141-1/+1
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-112-2/+2