summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
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
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-09cid#1465237 silence Dereference after null checkCaolán McNamara
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara
2020-05-25tdf#133342 Add user defined percent stringLaurent BP