summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann2-50/+50
2020-04-08loplugin:flatten in i18npoolNoel Grandin1-14/+15
2020-03-02Fix Korea's Hanja Upper Numbers codepoint array #tdf130077DaeHyun Sung2-15/+19
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+3
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+21
2019-08-17Use simplified syntax for SequenceJulien Nabet1-1/+1
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann1-1/+1
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen1-0/+2
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-3/+3
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-7/+5
2018-09-17loplugin:external in i18npoolStephan Bergmann1-7/+7
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-06-27Check string length before copying, tdf#115007 follow-upEike Rathke1-1/+2
2018-06-20NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh1-2/+58
2018-06-13tdf#115007 NatNum12 "spell out" formats in datesLászló Németh1-8/+6
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh1-4/+5
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-21/+23
2018-06-05Fix typoAndrea Gelmini1-1/+1
2018-06-05NatNum spelling: also spell decimalsMike Kaganski1-2/+34
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-15Guard static variables, tdf#115007 tdf#117171 follow-upEike Rathke1-0/+5
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski1-16/+91
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin1-19/+17
2017-12-20loplugin:unusedindexMike Kaganski1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-11/+11
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: i18npoolStephan Bergmann1-1/+1
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin2-5/+6
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-06-18coverity#1412874 silence Out-of-bounds read warningCaolán McNamara1-0/+1
2017-06-18add comment on special case for the 15 and 16 numbersCaolán McNamara1-0/+2
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-11/+7
2017-02-27loplugin:loopvartoosmallStephan Bergmann1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+12
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann1-0/+3
2017-01-10New loplugin:conststringvar: i18npoolStephan Bergmann1-3/+3
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann1-2/+2
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-1/+1
2016-08-16Native Numbers: update list of supported languagesLaurent Balland-Poirier1-8/+8
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3