summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforscan.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke1-2/+9
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-2/+2
2018-06-21tdf#117575 treat thousand sep with ? in integer partLaurent BP1-3/+3
2018-06-04Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke1-10/+32
2018-03-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke1-0/+20
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-10/+10
2018-01-22ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara1-2/+4
2018-01-12More loplugin:cstylecast: svlStephan Bergmann1-5/+5
2017-12-21new loplugin: convertlongNoel Grandin1-1/+1
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-91/+91
2017-12-16Move init of keywords around, preset with English, localized case by caseEike Rathke1-98/+45
2017-12-14Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke1-2/+2
2017-12-13German super cow colors, conversion doesn't need a locale switchEike Rathke1-39/+79
2017-12-12Determine possibly localized keywords early and onceEike Rathke1-62/+69
2017-12-12Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke1-92/+119
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke1-1/+5
2017-11-01Make StandardColor and sErrStr staticLaurent BP1-11/+19
2017-10-26loplugin:constmethod in svlNoel Grandin1-10/+10
2017-10-23Follow-up of resolution of tdf#33689 for FinnishLaurent BP1-1/+10
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP1-4/+2
2017-10-22Resolution of tdf#33689 Update commentLaurent BP1-2/+2
2017-10-19tdf#33689 Accept English syntax keywords in format stringsLaurent BP1-69/+196
2017-10-17Add to nPos once instead of in each iterationEike Rathke1-5/+3
2017-10-16Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke1-22/+16
2017-08-05ofz#2867 null derefCaolán McNamara1-8/+11
2017-08-04rename Anz->Cnt in svlNoel Grandin1-5/+5
2017-08-03rename nAnzResStrings->nResultStringsCntNoel Grandin1-24/+24
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin1-61/+61
2017-08-02Resolves: ofz#2833 null derefCaolán McNamara1-8/+11
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-7/+10
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-3/+3
2017-05-19loplugin:stringcopy: svlStephan Bergmann1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-79/+90
2017-04-19coverity#1405221 silence Out-of-bounds readCaolán McNamara1-0/+1
2017-04-18Resolves: tdf#107012 follow date order of the target localeEike Rathke1-0/+182
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier1-5/+5
2017-03-10prevent string access out of boundsEike Rathke1-10/+13
2017-03-06tdf#106190 Move meber variable to localLaurent Balland-Poirier1-1/+1
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier1-11/+32
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-10/+10
2016-09-22tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans1-5/+2
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans1-5/+4
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann1-19/+19
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier1-2/+3
2016-08-16loplugin:stringstaticStephan Bergmann1-30/+12
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier1-6/+4
2016-08-02break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke1-2/+10
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier1-5/+14
2016-07-25obtain PreviousChar() only if necessaryEike Rathke1-3/+1