summaryrefslogtreecommitdiff
path: root/i18npool/source/textconversion
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski
2021-05-25Don't ignore GCC warnings for static buildsJan-Marek Glogowski
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-10-06loplugin:const& make some params and methods constNoel
2020-09-05Simplify comparison between OUString and raw pointerStephan Bergmann
2020-09-01cid#1466573 Dereference after null checkCaolán McNamara
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
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-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-05-22New loplugin:dataStephan Bergmann
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-20Add and fixed missing Korean Hanja soundDaeHyun Sung
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-09-27loplugin:flatten in variousNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-19remove unused languagetag.hxx includesJochen Nitschke
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
2014-04-23i18npool: sal_Bool->boolNoel Grandin