summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)Author
2021-09-02Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-09Year without leading 0 if era code is also usedEike Rathke
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke
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-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-13avoid a few string allocationsNoel Grandin
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-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-11-12New loplugin:stringviewparamStephan Bergmann
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-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-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-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
2020-05-15Handle conversion of locale modifiers not of the same originating localeEike Rathke
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-02-04show Korean Dangi Calendar format tdf#125446DaeHyun Sung
2020-01-08Drop duplicating range checkMike Kaganski
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-11Fix typosAndrea Gelmini
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-08Resolves: tdf#128649 Do not insert duplicate LCID for currencyEike Rathke
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-01Fix '..'Andrea Gelmini
2019-08-20Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke