summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforlist.cxx
AgeCommit message (Expand)Author
2020-07-04Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-05-28Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Fix typoAndrea Gelmini
2019-10-17Resolves: tdf#126773 Excel uses lowercase date and time format code keywordsEike Rathke
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-20Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke
2019-08-19Related: tdf#72040 select ISO 8601 date+time format without 'T' if inputEike Rathke
2019-08-19Related: tdf#72040 select ISO 8601 date+time format if 'T' separator in inputEike Rathke
2019-08-19Add build time check for NF_INDEX_TABLE_ENTRIES <= nFirstFreeFormatIndexEike Rathke
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-16Related: tdf#122509 prevent access of not existing base formatEike Rathke
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22sc: avoid checking for time formats in case of SvNumFormatType::NUMBERSerge Krot
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke
2018-08-20One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-05-05Fix typoAndrea Gelmini
2018-05-04Avoid number scanner overhead for all General formatsEike Rathke
2018-05-04Avoid number scanner overhead for the 0 General formatEike Rathke
2018-01-25loplugin:flatten in svlNoel Grandin
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-14Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke
2017-12-14Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke
2017-12-12use a mutex per instance for SvNumberFormatterNoel Grandin
2017-12-12Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke
2017-12-08SvNumberFormatter::GetType() constEike Rathke
2017-12-08use std::unique_ptr in SvNumberFormatterNoel Grandin
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke
2017-11-27Make SvNumberFormatter public methods threadsafeDennis Francis
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-02improve constparam lopluginNoel Grandin
2017-11-01Use std::unique_ptr moreMike Kaganski
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin
2017-10-27Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke