summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)AuthorFilesLines
2021-05-29no need to allocate these on the heapNoel Grandin1-42/+42
2021-05-23Resolves: tdf#137063 For General format start exponential display at 1E-10Eike Rathke1-10/+25
2021-05-17Resolves: tdf#128314 Use GenitiveMonths name also if comma is followingEike Rathke1-4/+6
2021-05-15Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month namesEike Rathke1-14/+21
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke1-5/+23
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin2-3/+3
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin1-2/+2
2021-04-13avoid a few string allocationsNoel Grandin1-1/+1
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-2/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-15xls load: suppress secondary [~gengou] calendar modifier in format codeEike Rathke1-3/+27
2021-03-15xls save: fix writing inline calendar modifiers as format code, don'tEike Rathke1-3/+6
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3
2021-01-28simplify code, use more subView()Noel1-5/+5
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-3/+3
2021-01-10fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen3-1/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel3-13/+13
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-19use tools::Long in svlNoel1-5/+6
2020-10-14Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke1-13/+14
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in store..svtoolsNoel2-6/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-9/+7
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski5-23/+23
2020-09-03Simplify standard color initializationMike Kaganski2-50/+30
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-20/+20
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-19/+19
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-3/+3
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke1-4/+9
2020-07-29replace and drop MiscCfgCaolán McNamara1-3/+2
2020-07-09cid#1465237 silence Dereference after null checkCaolán McNamara1-0/+1
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke2-9/+35
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke1-6/+5
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke4-13/+21
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann3-7/+7
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP2-2/+49
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann1-2/+1
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2-4/+4
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung1-4/+4
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara1-76/+20
2020-05-25tdf#133342 Add user defined percent stringLaurent BP2-1/+35