summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
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
2018-08-20Avoid searching "[DBNum" if not inserted, tdf#73063 prepEike Rathke
2018-08-20One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke
2018-08-17Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-27ofz#7960 tight OUString concat loop causes libfuzzer oomCaolán McNamara
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-07-27Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30Eike Rathke
2018-07-10Revert "tdf#118324 Extend ODF for blank in integer"Eike Rathke
2018-07-10tdf#118324 Extend ODF for blank in integerLaurent BP
2018-06-20tdf#117575 treat thousand sep with ? in integer partLaurent BP
2018-06-13tdf#115007 NatNum12 "spell out" formats in datesLászló Németh
2018-06-11Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski
2018-06-06Translate German comments and debug stringsJohnny_M
2018-06-04Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke
2018-05-30Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke
2018-05-05Fix typoAndrea Gelmini
2018-05-04Use the currently active locale if no format passedEike Rathke
2018-05-04Avoid number scanner overhead for all General formatsEike Rathke
2018-05-04Avoid number scanner overhead for the 0 General formatEike Rathke
2018-05-04Revert "Revert "Resolves: tdf#116579 consider both work locale and format...""Eike Rathke
2018-05-03Revert "Resolves: tdf#116579 consider both work locale and format locale date...Stephan Bergmann
2018-05-02Resolves: tdf#116579 consider both work locale and format locale date patternsEike Rathke
2018-03-07use more Color in sfx2..svtoolsNoel Grandin
2018-03-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-16Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke
2018-01-25ofz: out-of-memoryCaolán McNamara
2018-01-25loplugin:flatten in svlNoel Grandin
2018-01-22ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-13loplugin:useuniqueptr in svlNoel Grandin
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-20Fix typosAndrea Gelmini
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-16Move init of keywords around, preset with English, localized case by caseEike Rathke
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-13German super cow colors, conversion doesn't need a locale switchEike Rathke
2017-12-12use a mutex per instance for SvNumberFormatterNoel Grandin