summaryrefslogtreecommitdiffstats
path: root/i18npool/source/characterclassification
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constvars in i18npool..openclNoel Grandin2019-08-201-1/+1
* Use simplified syntax for SequenceJulien Nabet2019-08-173-3/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-163-6/+3
* Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann2019-07-313-3/+3
* Fix typoAndrea Gelmini2019-06-251-2/+2
* tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen2019-05-284-5/+6
* Resolves: tdf#123575 treat Katakana middle dots as midletterEike Rathke2019-02-201-2/+6
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-181-2/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-6/+7
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-3/+3
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12
* [API CHANGE] Resolves: tdf#42518 new KParseTokens::GROUP_SEPARATOR_IN_NUMBEREike Rathke2018-11-301-2/+11
* tdf#120703 PVS: V560 Properly compare current to cDecimalSepAltMike Kaganski2018-11-121-1/+1
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-091-3/+0
* cclass_Unicode::StrChr needs to support non-BMP charsStephan Bergmann2018-08-141-3/+6
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-6/+6
* use OUStringBuffer in some loopsNoel Grandin2018-07-271-11/+11
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* loplugin:useuniqueptr in cclass_UnicodeNoel Grandin2018-04-291-14/+9
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:useuniqueptr in i18npoolNoel Grandin2018-02-022-13/+12
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-2/+1
* More loplugin:cstylecast: i18npoolStephan Bergmann2018-01-121-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-113-3/+3
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-2/+2
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-1/+1
* coverity#1420537 Uninitialized scalar fieldCaolán McNamara2017-11-021-1/+2
* Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke2017-10-271-5/+13
* Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke2017-10-271-2/+2
* loplugin:includeform: i18npoolStephan Bergmann2017-10-231-1/+1
* move stuff in i18npool/i18nutil in own namespaceNoel Grandin2017-10-043-11/+13
* Convert TOKEN constants to o3tl::typed_flagsNoel Grandin2017-04-191-242/+222
* loplugin:subtlezeroinit: i18npoolStephan Bergmann2017-02-211-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-36/+27
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+2
* convert MappingType to scoped enumNoel Grandin2016-05-111-3/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-3/+3
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* fix infinite loop in text search, tdf#99208Markus Mohrhard2016-04-121-2/+2
* i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl2016-01-211-63/+74
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-8/+8
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* com::sun::star->css in i18npoolNoel Grandin2015-10-191-11/+11
* new loplugin: refcountingNoel Grandin2015-08-031-3/+3