summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber
AgeCommit message (Expand)Author
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-03-08new loplugin constvarsNoel Grandin
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-06-27Check string length before copying, tdf#115007 follow-upEike Rathke
2018-06-20NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh
2018-06-13tdf#115007 NatNum12 "spell out" formats in datesLászló Németh
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski
2018-06-05Fix typoAndrea Gelmini
2018-06-05NatNum spelling: also spell decimalsMike Kaganski
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-15Guard static variables, tdf#115007 tdf#117171 follow-upEike Rathke
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin
2017-12-20loplugin:unusedindexMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
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-07-13use more OUString::operator== in forms..salNoel Grandin
2017-06-18coverity#1412874 silence Out-of-bounds read warningCaolán McNamara
2017-06-18add comment on special case for the 15 and 16 numbersCaolán McNamara
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-02-27loplugin:loopvartoosmallStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2017-01-10New loplugin:conststringvar: i18npoolStephan Bergmann
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann
2016-08-16Native Numbers: update list of supported languagesLaurent Balland-Poirier
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-27Adding native number support for Cyrillic numeralsAleksandr Andreev
2015-11-20loplugin:unusedfields i18npoolNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann