summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforscan.cxx
AgeCommit message (Expand)Author
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
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-12nRepPos is never readMatteo Casalin
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara
2014-08-18detect * with no character following as invalid format codeEike Rathke
2014-04-08coverity#708261 Uninitialized scalar fieldCaolán McNamara
2014-03-28handle Narrow No-Break Space the same as No-Break Space, just in caseEike Rathke
2014-03-28name things what they areEike Rathke
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-06check string boundsCaolán McNamara
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-19Translate German comments, correct some WSPhilipp Weissenbacher
2013-06-18Remove commented out codePhilipp Weissenbacher
2013-06-16cppcheck: fix some uninitMemberVar (svl)Julien Nabet
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
2013-04-19OUString::startsWith() is not equivalent to String::Match()Eike Rathke
2013-04-07Fix Array index "i" is used before limits checkJulien Nabet
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke