summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration/transliteration_body.cxx
AgeCommit message (Expand)Author
2023-04-20Fix some getImplementationNameStephan Bergmann
2022-12-17tdf#152520: Crash when using TITLE_CASE/SENTENCE_CASE in Transliteration moduleJulien Nabet
2022-06-15use stack buffer in transliterateImplNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-03-12tdf#147905 calc PROPER function doesn't like mulithreadingNoel Grandin
2022-03-01fix data races in cclass_UnicodeNoel Grandin
2021-11-03Silence spurious Werror=maybe-uninitialized in transliterateImplNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-17Fix calculation of alloca'ed memory sizeStephan Bergmann
2021-09-16speedup Transliteration_body::transliterateImplNoel Grandin
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-20Drop redundant conditionsArkadiy Illarionov
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2018-06-26remove the useOffset thread-unsafe hack from transliterationLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: i18npoolStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-11convert MappingType to scoped enumNoel Grandin
2016-03-08Remove dead codeStephan Bergmann
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-04-23Avoid cargo cult ritesTor Lillqvist
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-09-05use sensible indentationEike Rathke
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-15fdo#46808, Convert services in i18npool to XComponentContextNoel Grandin
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud