summaryrefslogtreecommitdiffstats
path: root/i18npool/source/nativenumber
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen2019-05-281-0/+2
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-2/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-2/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-3/+3
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-7/+5
* loplugin:external in i18npoolStephan Bergmann2018-09-171-7/+7
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-2/+2
* Check string length before copying, tdf#115007 follow-upEike Rathke2018-06-271-1/+2
* NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh2018-06-201-2/+58
* tdf#115007 NatNum12 "spell out" formats in datesLászló Németh2018-06-131-8/+6
* tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh2018-06-081-4/+5
* tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski2018-06-081-21/+23
* Fix typoAndrea Gelmini2018-06-051-1/+1
* NatNum spelling: also spell decimalsMike Kaganski2018-06-051-2/+34
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* Guard static variables, tdf#115007 tdf#117171 follow-upEike Rathke2018-05-151-0/+5
* tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski2018-05-151-16/+91
* loplugin:constantparam in desktop..i18npoolNoel Grandin2018-03-081-19/+17
* loplugin:unusedindexMike Kaganski2017-12-201-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-111-11/+11
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-2/+2
* loplugin:includeform: i18npoolStephan Bergmann2017-10-231-1/+1
* move stuff in i18npool/i18nutil in own namespaceNoel Grandin2017-10-042-5/+6
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-3/+3
* coverity#1412874 silence Out-of-bounds read warningCaolán McNamara2017-06-181-0/+1
* add comment on special case for the 15 and 16 numbersCaolán McNamara2017-06-181-0/+2
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-11/+7
* loplugin:loopvartoosmallStephan Bergmann2017-02-271-2/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-12/+12
* New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann2017-01-191-0/+3
* New loplugin:conststringvar: i18npoolStephan Bergmann2017-01-101-3/+3
* New loplugin:externvar: i18npoolStephan Bergmann2017-01-091-2/+2
* loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann2016-08-261-1/+1
* Native Numbers: update list of supported languagesLaurent Balland-Poirier2016-08-161-8/+8
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* Adding native number support for Cyrillic numeralsAleksandr Andreev2015-11-272-3/+135
* loplugin:unusedfields i18npoolNoel Grandin2015-11-201-6/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-17/+17
* com::sun::star->css in i18npoolNoel Grandin2015-10-191-1/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-4/+4
* Some more loplugin:cstylecast: i18npoolStephan Bergmann2015-01-201-2/+2
* i18npool: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-4/+2