summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)AuthorFilesLines
2018-10-20ofz#10879 stay inside sSecStr boundsCaolán McNamara1-2/+2
2018-08-23Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke1-2/+9
2018-06-11Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke2-12/+41
2018-06-01Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke1-6/+25
2018-03-19Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke3-0/+27
2018-02-21Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke1-1/+3
2018-01-26ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara1-2/+4
2017-12-13Determine possibly localized keywords early and onceEike Rathke1-62/+69
2017-12-13Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke1-0/+4
2017-12-13Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke2-93/+130
2017-11-28Make SvNumberFormatter public methods threadsafeDennis Francis1-0/+67
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-3/+3
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-0/+2
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-2/+2
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke3-5/+12
2017-11-14Translate German variable namesJohnny_M1-8/+8
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-11-01QA test of StandardColorLaurent BP2-0/+15
2017-11-01Make StandardColor and sErrStr staticLaurent BP3-21/+34
2017-11-01Use std::unique_ptr moreMike Kaganski1-86/+65
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin2-13/+3
2017-10-27Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke2-2/+26
2017-10-26loplugin:constmethod in svlNoel Grandin6-50/+50
2017-10-25Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke1-5/+0
2017-10-24loplugin:finalclasses in sfx2..svlNoel Grandin1-5/+3
2017-10-23Follow-up of resolution of tdf#33689 for FinnishLaurent BP1-1/+10
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP3-4/+16
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-10-06use rtl::Reference in svl,sfx2Noel Grandin2-30/+26
2017-10-05Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke2-9/+99
2017-10-02Number scanner: accept fractional seconds in ISO 8601 also for ',' commaEike Rathke1-0/+8
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke2-0/+17
2017-09-30Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke1-2/+3
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-357/+297
2017-09-04Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke1-2/+20
2017-08-30Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke2-1/+8
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke2-1/+24
2017-08-30Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() resultsEike Rathke1-2/+2
2017-08-30Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke2-38/+18
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke1-0/+7
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-05ofz#2867 null derefCaolán McNamara1-8/+11
2017-08-04rename Anz->Cnt in svlNoel Grandin6-128/+128