summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.hxx
AgeCommit message (Expand)Author
2019-08-19Related: tdf#72040 select ISO 8601 date+time format if 'T' separator in inputEike Rathke
2019-07-13Move logic to GetDateOrder()Eike Rathke
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin
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-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke
2017-08-30Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03rename nAnzNum->nNumericsCntNoel Grandin
2017-08-03rename SV_MAX_ANZ_INPUT_STRINGS->SV_MAX_COUNT_INPUT_STRINGSNoel Grandin
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-05-04Number formatter: handle negative signed year date as BCEEike Rathke
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-08-11Fix comments to match new reality: these are no longer optional parametersTor Lillqvist
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke
2015-07-04Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud
2012-08-29resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke
2012-07-02re-base on ALv2 code.Michael Meeks
2012-05-10resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke
2012-04-18resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann