summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski
2021-09-18remove some allocationsNoel Grandin
2021-09-18cid#1491946 and cid#1491949 deference before null checkNoel Grandin
2021-08-19tdf#143526 add Korean Numbering test case & fix Hanja number codepointDaeHyun Sung
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18osl::Mutex->std::mutex in NativeNumberSupplierNoel Grandin
2021-05-15Related: tdf#128314 Add NatNum12 modifier 'lower' attributeEike Rathke
2021-01-28simplify code, use more subView()Noel
2021-01-27Use std::u16string_view instead of OUString in one placeStephan Bergmann
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2020-04-08loplugin:flatten in i18npoolNoel Grandin
2020-03-02Fix Korea's Hanja Upper Numbers codepoint array #tdf130077DaeHyun Sung
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
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