summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2021-02-23loplugin:refcounting in i18npoolNoel1-6/+4
2021-02-12tdf#42982 Add descriptions to some runtime exceptionsAditya Pratap Singh1-6/+8
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-1/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann3-57/+115
2021-01-28simplify code, use more subView()Noel2-8/+8
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-134/+91
2021-01-27Use std::u16string_view instead of OUString in one placeStephan Bergmann1-3/+3
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara6-7/+7
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann6-21/+18
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-10/+16
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann4-12/+15
2020-12-26New loplugin:stringliteralvarStephan Bergmann6-7/+7
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-20Check Calendar unoid for unknown and duplicatesEike Rathke1-0/+25
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