summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2021-01-12Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke
2020-08-07Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-10Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-04Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-05-28Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2020-05-17Handle conversion of locale modifiers not of the same originating localeEike Rathke
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-19We don't support leap seconds, but.. accept as input anywayEike Rathke
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-18Input with subsequent part greater than 59 is not time or durationEike Rathke
2019-10-17Fix typoAndrea Gelmini
2019-10-17Resolves: tdf#126773 Excel uses lowercase date and time format code keywordsEike Rathke
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-27Resolves: tdf#127363 accept SEPT as SEP for SeptemberEike Rathke
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
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-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-07-13Move logic to GetDateOrder()Eike Rathke
2019-07-12Resolves: tdf#126342 obtain date particle order from pattern matchEike Rathke
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
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-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-28Resolves: tdf#123748 do not strip date part before calling Time::GetClock()Eike Rathke
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-01-28Resolves: tdf#122991 do not truncate time duration [] format valuesEike 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