summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.cxx
AgeCommit message (Expand)Author
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2019-11-17Extend loplugin:external to warn about enumsStephan 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-09-27Resolves: tdf#127363 accept SEPT as SEP for SeptemberEike Rathke
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-13Move logic to GetDateOrder()Eike Rathke
2019-07-12Resolves: tdf#126342 obtain date particle order from pattern matchEike Rathke
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-19Fix typosAndrea Gelmini
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin
2018-10-05Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-05-04Use the currently active locale if no format passedEike 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-02-16Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke
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-11-14Translate German variable namesJohnny_M
2017-10-27Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-02Number scanner: accept fractional seconds in ISO 8601 also for ',' commaEike Rathke
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke
2017-09-30Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke
2017-08-30Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke
2017-08-30Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() resultsEike Rathke