summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration
AgeCommit message (Expand)Author
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer
2020-08-09i18npool: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-20Drop redundant conditionsArkadiy 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-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-20Fix typo in codeAndrea Gelmini
2018-11-12fix missing "else" in transliterateBulletNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-06-26remove the useOffset thread-unsafe hack from transliterationLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-12-20loplugin:unusedindexMike Kaganski
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel 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-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28loplugin:salunicodeliteral: i18npoolStephan Bergmann
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-13Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2017-01-18Some cleanups, tdf#105170 follow-upKhaled Hosny
2017-01-17tdf#105170: Ignore diacritics on precomposed charsKhaled Hosny
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann