summaryrefslogtreecommitdiff
path: root/i18npool/source/characterclassification
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-05-08Also mention exception typeStephan Bergmann1-1/+1
2015-05-07Resolves: tdf#91057 transliterateChar2Char throws MultipleCharsOutputExceptionCaolán McNamara1-20/+36
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann3-4/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-04-23i18npool: sal_Bool->boolNoel Grandin2-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-35/+35
2014-02-26Remove visual noise from i18npoolAlexander Wilms1-1/+1
2014-01-27i18npool: Ctor feature for css.i18n.CharacterClassification(_Unicode).Matúš Kukan2-8/+20
2014-01-27i18npool: Ctor feature for another services.Matúš Kukan1-4/+11
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza3-10/+6
2013-11-11Revert "Guard CharacterClassificationImpl with mutex."Kohei Yoshida1-10/+0
2013-11-11Guard CharacterClassificationImpl with mutex.Kohei Yoshida1-0/+10
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin2-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-29lets be super sure in the face of falling between surrogatesCaolán McNamara1-1/+1
2013-10-28Related: fdo#69641 double iterateCodePoints doesn't make sense to meCaolán McNamara1-3/+9
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-12Resolves: fdo#61754 allow midletters in field name tokensCaolán McNamara1-0/+13
2013-09-05use sensible indentationEike Rathke1-68/+68
2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke1-2/+2
2013-09-05use get*LocaleServiceNameEike Rathke1-25/+19
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-14/+12