summaryrefslogtreecommitdiff
path: root/i18npool/inc
AgeCommit message (Expand)AuthorFilesLines
2019-05-28i18npool: remove versioned ICU forward declarationsMichael Stahl1-2/+1
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen25-71/+57
2018-11-19loplugin:singlevalfieldsNoel Grandin1-1/+0
2018-08-14cclass_Unicode::StrChr needs to support non-BMP charsStephan Bergmann1-2/+2
2018-06-26remove the useOffset thread-unsafe hack from transliterationLuboš Luňák6-38/+47
2018-06-20NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh2-2/+2
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-5/+12
2018-05-22Use vector in BreakIterator_th instead of C arraysKhaled Hosny1-3/+2
2018-05-22Fold BreakIterator_CTL into BreakIterator_thKhaled Hosny2-65/+23
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh1-0/+2
2018-04-29loplugin:useuniqueptr in cclass_UnicodeNoel Grandin1-3/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke5-6/+4
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin7-7/+11
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-1/+1
2018-01-17Calendar_hijri::getJulianDay can just as well return sal_Int32Stephan Bergmann1-1/+1
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin4-4/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin18-45/+45
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-11-01loplugin:finalclasses in h*,i*,j*Noel Grandin3-8/+6
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke1-0/+1
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke4-8/+8
2017-10-27Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671Eike Rathke1-3/+6
2017-10-23loplugin:includeform: i18npoolStephan Bergmann23-26/+26
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin43-194/+189
2017-09-28i18n-perf: cache map of breakiterators, tdf#108703Eike Rathke1-8/+17
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin1-2/+3
2017-07-31loplugin:constparams in basctlNoel Grandin4-5/+5
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin3-4/+4
2017-06-29improve refcounting lopluginNoel Grandin3-4/+6
2017-04-19Convert TOKEN constants to o3tl::typed_flagsNoel Grandin1-36/+42
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann38-653/+416
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann18-2/+53
2017-01-17tdf#105170: Ignore diacritics on precomposed charsKhaled Hosny1-1/+18
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin4-5/+14
2017-01-14coverity#1398584 Uncaught exceptionCaolán McNamara1-1/+1
2017-01-10coverity#1398526 Uncaught exceptionCaolán McNamara1-1/+1
2016-12-30cleanup tailing backslashesJochen Nitschke1-11/+11
2016-12-29use unique_ptr for xdictionaryJochen Nitschke1-2/+3
2016-11-18loplugin:datamembershadowNoel Grandin1-1/+0
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-1/+0
2016-09-22tdf#53698: Cache more than 1 item in NumberFormatCodeMapperMaarten Bosmans1-8/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann25-25/+25
2016-09-03coverity#1372445 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372397 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-0/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin3-3/+3