summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-26loplugin:constmethod in svlNoel Grandin1-10/+10
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke1-0/+3
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke1-0/+5
2017-08-30Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke1-16/+0
2017-08-04rename Anz->Cnt in svlNoel Grandin1-1/+1
2017-08-03rename nAnzNum->nNumericsCntNoel Grandin1-2/+2
2017-08-03rename SV_MAX_ANZ_INPUT_STRINGS->SV_MAX_COUNT_INPUT_STRINGSNoel Grandin1-8/+8
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin1-6/+6
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-8/+9
2017-05-04Number formatter: handle negative signed year date as BCEEike Rathke1-1/+9
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-3/+3
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-2/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2016-08-11Fix comments to match new reality: these are no longer optional parametersTor Lillqvist1-4/+4
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin1-6/+6
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke1-0/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-6/+6
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke1-0/+7
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann1-1/+1
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida1-3/+0
2013-10-28fixincludeguards.sh: svlThomas Arnhold1-3/+3
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-5/+0
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke1-0/+4
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke1-0/+10
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud1-77/+76
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud1-134/+151
2012-08-29resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke1-0/+2
2012-07-02re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-10resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke1-1/+5
2012-04-18resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke1-9/+33
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+0
2012-01-11fdo#44636 use date acceptance patterns in number scannerEike Rathke1-0/+46
2012-01-11strict date recognition using locale's separator and ISO 8601Eike Rathke1-0/+19
2012-01-11accept and display years < 100Eike Rathke1-3/+16
2011-12-21resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke1-4/+4
2011-11-22scan genitive and partitive month names only if they differEike Rathke1-0/+2
2011-11-22added partitive case month namesEike Rathke1-0/+2
2011-11-19use possessive genitive case month names in number formatterEike Rathke1-0/+2
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke1-50/+50