summaryrefslogtreecommitdiff
path: root/i18npool/source/collator
AgeCommit message (Expand)Author
2020-05-08ICU requires that a collator charset data array is four-byte-alignedTor Lillqvist
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-06-25Fix typoAndrea Gelmini
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-03-21tdf#123204 hu_HU collation: don't ignore special charactersLászló Németh
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-11-19loplugin:singlevalfieldsNoel Grandin
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-08-17tdf#119117: get phonebook sort work by tweaking ICU call mechanismJulien Nabet
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-31tdf#116666 Hungarian collation: casing and equality fixesLászló Németh
2018-03-29tdf#116666 fix Hungarian sortingLászló Németh
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke
2017-10-23loplugin:includeform: i18npoolStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-04-21remove some old MSVC workaroundsNoel Grandin
2017-04-06loplugin:useuniqueptrJan-Marek Glogowski
2017-03-25Fix typosAndrea Gelmini
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann
2016-09-23Updating cu collation data for Unicode 9.0 and CLDR 30Aleksandr Andreev
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-01-11funclen_base is now superfluous hereEike Rathke
2016-01-11tdf#95494 Calc can not sort Chinese word by stroke and radical,Jingtao Yan
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-29i18npool: fix buildMichael Stahl
2015-04-29tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara