summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)Author
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
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-04-02Introduce next Japanese gengou era 'Reiwa'Takeshi Abe
2019-02-28Resolves: tdf#123748 do not strip date part before calling Time::GetClock()Eike Rathke
2019-01-28Resolves: tdf#122991 do not truncate time duration [] format valuesEike Rathke
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-03Avoid getTokenCountMatteo Casalin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-10ofz#10879 stay inside sSecStr boundsCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-08-31Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke
2018-08-30Use INPUTSTRING_PRECISION to enable input of fraction of secondEike Rathke
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke
2018-08-22Related: tdf#73063 strip a plain locale identifier if locale data is availableEike Rathke
2018-08-21No LCID if no format code, tdf#73063 prepEike Rathke