summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforlist.cxx
AgeCommit message (Expand)Author
2022-06-13tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2019-01-17Related: tdf#122509 prevent access of not existing base formatEike Rathke
2018-08-21One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke
2018-08-17Resolves: 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
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-25Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke
2017-10-05Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M
2017-08-30Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03rename nAnzNum->nNumericsCntNoel Grandin
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-02loplugin:casttovoid: svlStephan Bergmann
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke
2017-06-17replace misc double checked locking patternsJochen Nitschke
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke