summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-23/+25
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel5-20/+20
2020-11-28drop custom Indic grapheme rules and rely on contemporary icu defaultsCaolán McNamara13-193/+18
2020-11-27tdf#138481: Trust the built-in break iterator character data in ICUTor Lillqvist2-120/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer13-205/+192
2020-11-13tdf#117643 Writer: fix apostrophe search regressionLászló Németh3-0/+148
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-10Reinstate o3tl/cppunittraitshelper.hxx use for C++20Stephan Bergmann1-0/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-4/+2
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen10-15/+6
2020-11-03presumably 'true' is sufficient in all casesCaolán McNamara1-7/+1
2020-11-01fix build with ICU 68Rene Engelhard1-1/+8
2020-10-30Remove unnecessary includeStephan Bergmann1-1/+0
2020-10-28std::set->o3tl::sorted_vector in LocaleNodeNoel Grandin1-3/+4
2020-10-28convert some more long -> tools::LongNoel1-5/+7
2020-10-22long->tools::Long in hwpfilter..ooxNoel2-9/+10
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel2-8/+8
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-10-02tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect listMihkel Tõnnov6-0/+535
2020-09-30tdf#137009: except Togo, all French locales in African don't use AM/PMJulien Nabet2-5/+155
2020-09-24Resolves: tdf#115436 Add English Kenya {en-KE} locale dataEike Rathke3-1/+45
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-6/+6
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-60/+64
2020-09-05Simplify comparison between OUString and raw pointerStephan Bergmann1-1/+2
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-03-Werror,-Wcompound-token-split-by-spaceStephan Bergmann1-1/+1
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann1-1/+1
2020-09-01cid#1466573 Dereference after null checkCaolán McNamara1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann3-8/+8
2020-08-28tdf#122759 sc: fix Autofilter case sensitivity for HungarianAttila Szűcs1-3/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-5/+5
2020-08-21Resolves: tdf#135518 Add English (Hong Kong) [en-HK] locale dataEike Rathke3-0/+36
2020-08-12fix i18n constructors and android scriptsNoel Grandin1-4/+4
2020-08-09tdf#135573 sw: add Székely rovás (Old Hungarian) numeralsLászló Németh1-1/+7
2020-08-09i18npool: create instances with uno constructorsNoel Grandin5-97/+87
2020-08-03tdf#133747 add missing character to make the sort feature work correctlyTomoyuki Kubota3-4176/+4176
2020-07-29expand out macroNoel Grandin1-11/+15
2020-07-29i18npool: create instances with uno constructorsNoel Grandin5-259/+220
2020-07-29tdf#130154: update locale data for Estonian [et-EE] - follow-upMihkel Tõnnov1-16/+16
2020-07-23tdf#132082 Fix a crash in LOKit (Japanese-only)Andras Timar1-0/+5
2020-07-21i18npool: don't break line at slash '/'Michael Stahl1-1/+4
2020-07-21loplugin:constantparamNoel Grandin1-5/+3
2020-07-14i18npool/i18nsearch: create instances with uno constructorsNoel Grandin2-62/+9
2020-07-13tdf#134755 Update locale data for Kazakh [kk-KZ]Baurzhan Muftakhidinov1-16/+23
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-03only loop over props onceNoel Grandin1-20/+11
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann24-119/+119
2020-06-14Replace ERROR macro and trace exception (i18npool/calendarImpl)Julien Nabet1-32/+30
2020-06-12tdf#133898: get a context in default ctr (i18npool/calendarImpl)Julien Nabet2-1/+8