summaryrefslogtreecommitdiff
path: root/i18npool/source/characterclassification
AgeCommit message (Expand)AuthorFilesLines
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin1-1/+1
2019-08-17Use simplified syntax for SequenceJulien Nabet3-3/+3
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-6/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann3-3/+3
2019-06-25Fix typoAndrea Gelmini1-2/+2
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen4-5/+6
2019-02-20Resolves: tdf#123575 treat Katakana middle dots as midletterEike Rathke1-2/+6
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov1-2/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-6/+7
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke1-2/+12
2018-11-30[API CHANGE] Resolves: tdf#42518 new KParseTokens::GROUP_SEPARATOR_IN_NUMBEREike Rathke1-2/+11
2018-11-12tdf#120703 PVS: V560 Properly compare current to cDecimalSepAltMike Kaganski1-1/+1
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-3/+0
2018-08-14cclass_Unicode::StrChr needs to support non-BMP charsStephan Bergmann1-3/+6
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-6/+6
2018-07-27use OUStringBuffer in some loopsNoel Grandin1-11/+11
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-29loplugin:useuniqueptr in cclass_UnicodeNoel Grandin1-14/+9
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin2-13/+12
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-2/+1
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-02coverity#1420537 Uninitialized scalar fieldCaolán McNamara1-1/+2
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke1-5/+13
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke1-2/+2
2017-10-23loplugin:includeform: i18npoolStephan Bergmann1-1/+1
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin3-11/+13
2017-04-19Convert TOKEN constants to o3tl::typed_flagsNoel Grandin1-242/+222
2017-02-21loplugin:subtlezeroinit: i18npoolStephan Bergmann1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-36/+27
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+2
2016-05-11convert MappingType to scoped enumNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-12fix infinite loop in text search, tdf#99208Markus Mohrhard1-2/+2
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl1-63/+74
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-8/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19com::sun::star->css in i18npoolNoel Grandin1-11/+11
2015-08-03new loplugin: refcountingNoel Grandin1-3/+3