summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-10Removed duplicated includeAndrea Gelmini
2022-04-09Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski
2022-02-06Simplify code a bitMike Kaganski
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-25Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolvedEike Rathke
2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet
2021-10-04Fix typosAndrea Gelmini
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke
2021-09-23Sort ZF_STANDARD_NEWEXTENDED_DATE_... into ZF_STANDARD_DATE categoryEike Rathke
2021-09-23Reorder the internal ZF_STANDARD_DATETIME offsets to a more logical sequenceEike Rathke
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-09-21SvNumberformat: preserve error position if already setEike Rathke
2021-09-17create OnDemandCharClass cacheNoel Grandin
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-13Check string boundsEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-20msan: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-08Year without leading 0 if era code is also usedEike Rathke
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke