summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/localedata.cxx
AgeCommit message (Expand)AuthorFilesLines
5 daysi18npool : limit string comparison using an enum classArnaud VERSINI1-295/+312
2024-04-03i18npool : use OUString literal for XInterface implementationArnaud VERSINI1-3/+3
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-06-16speed up startup timeNoel Grandin1-5/+5
2023-06-16speed up startup timeNoel Grandin1-11/+9
2023-06-15speed up startup timeNoel Grandin1-8/+7
2023-06-15speed up startup timeNoel Grandin1-34/+17
2023-06-15speed up startup timeNoel Grandin1-23/+18
2023-06-14speed up startup timeNoel Grandin1-19/+13
2023-06-14speed up startup timeNoel Grandin1-3/+3
2023-06-14speed up startup timeNoel Grandin1-8/+7
2023-06-14speed up startup timeNoel Grandin1-41/+41
2023-06-14speed up startup timeNoel Grandin1-10/+11
2023-06-14speed up startup timeNoel Grandin1-10/+9
2023-05-02Resolves: tdf#154987 Add Santali {sat-IN} locale dataEike Rathke1-1/+2
2023-04-16Resolves: tdf#154832 Add Creole (Mauritius) {mfe-MU} [0x06B2] locale dataEike Rathke1-1/+2
2023-01-06tdf#56258: allow i18npool to define SvxAdjust for outlineJustin Luth1-2/+4
2023-01-03tdf#56258 i18npool: should be a SvxAdjust, not a HoriOrientJustin Luth1-3/+2
2022-11-28Resolves: tdf#148792 Add Portuguese (Mozambique) {pt-MZ} locale and dataEike Rathke1-1/+2
2022-06-11Add English (Mauritius) {en-MU} locale dataEike Rathke1-0/+1
2022-06-06Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranesEike Rathke1-2/+2
2022-06-05Resolves: tdf#148428 Add Dhivehi (Maldives) {dv-MV} locale dataEike Rathke1-1/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-02-12Resolves: tdf#147053 Add Aranese {oc-ES} locale datajavierde221-0/+1
2022-01-27Resolves: tdf#146602 Add Pennsylvania Dutch {pdc-US} locale dataEike Rathke1-1/+2
2021-12-20osl::Mutex->std::mutex in lcl_LookupTableHelperNoel Grandin1-3/+4
2021-12-20flatten LocaleDataImpl a littleNoel Grandin1-35/+19
2021-12-20pass by ref in lcl_LookupTableStaticNoel Grandin1-28/+16
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski1-4/+0
2021-11-11rtl::Static to thread-safe staticNoel Grandin1-5/+7
2021-10-30Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski1-18/+34
2021-10-19Resolves: tdf#145173 Add English (Israel) {en-IL} locale dataEike Rathke1-1/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-3/+3
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-26/+13
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+2
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke1-0/+1
2021-05-05Move en_KE to lcl_DATA_EN where it belongsEike Rathke1-4/+4
2021-04-27loplugin:moveoptNoel Grandin1-4/+2
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-5/+5
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-2/+0
2020-10-02tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect listMihkel Tõnnov1-0/+1
2020-09-24Resolves: tdf#115436 Add English Kenya {en-KE} locale dataEike Rathke1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-60/+64
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-21Resolves: tdf#135518 Add English (Hong Kong) [en-HK] locale dataEike Rathke1-0/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann1-4/+4
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-4/+3