summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforscan.cxx
AgeCommit message (Expand)Author
2018-08-23Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke
2018-06-11Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke
2018-03-19Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke
2018-01-26ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara
2017-12-13Determine possibly localized keywords early and onceEike Rathke
2017-12-13Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke
2017-11-01Make StandardColor and sErrStr staticLaurent BP
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-23Follow-up of resolution of tdf#33689 for FinnishLaurent BP
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP
2017-10-22Resolution of tdf#33689 Update commentLaurent BP
2017-10-19tdf#33689 Accept English syntax keywords in format stringsLaurent BP
2017-10-17Add to nPos once instead of in each iterationEike Rathke
2017-10-16Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke
2017-08-05ofz#2867 null derefCaolán McNamara
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03rename nAnzResStrings->nResultStringsCntNoel Grandin
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin
2017-08-02Resolves: ofz#2833 null derefCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-05-19loplugin:stringcopy: svlStephan Bergmann
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-19coverity#1405221 silence Out-of-bounds readCaolán McNamara
2017-04-18Resolves: tdf#107012 follow date order of the target localeEike Rathke
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier
2017-03-10prevent string access out of boundsEike Rathke
2017-03-06tdf#106190 Move meber variable to localLaurent Balland-Poirier
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-09-22tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier
2016-08-16loplugin:stringstaticStephan Bergmann
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier
2016-08-02break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier
2016-07-25obtain PreviousChar() only if necessaryEike Rathke
2016-07-25Resolves: tdf#101096 remove the "H after M" ruleEike Rathke
2016-07-25Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier
2016-07-15tdf#100834 Treat string between integer and fraction as delimiterLaurent Balland-Poirier
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-05tdf#100754 Allow text after forced denominator fractionLaurent Balland-Poirier
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann