summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-20msan: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-08Year without leading 0 if era code is also usedEike Rathke
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#143032: Check if the literal is emptyMike Kaganski
2021-05-29no need to allocate these on the heapNoel Grandin
2021-05-23Resolves: tdf#137063 For General format start exponential display at 1E-10Eike Rathke
2021-05-17Resolves: tdf#128314 Use GenitiveMonths name also if comma is followingEike Rathke
2021-05-15Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month namesEike Rathke
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin
2021-04-13avoid a few string allocationsNoel Grandin
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-15xls load: suppress secondary [~gengou] calendar modifier in format codeEike Rathke
2021-03-15xls save: fix writing inline calendar modifiers as format code, don'tEike Rathke
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-10fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-10-19use tools::Long in svlNoel
2020-10-14Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-03Simplify standard color initializationMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin