summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforscan.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-15tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier1-8/+15
2016-07-29Resolves: tdf#101096 remove the "H after M" ruleEike Rathke1-3/+7
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-12nRepPos is never readMatteo Casalin1-3/+0
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-6/+6
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-90/+90
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara1-4/+2
2014-08-18detect * with no character following as invalid format codeEike Rathke1-0/+5
2014-04-08coverity#708261 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-03-28handle Narrow No-Break Space the same as No-Break Space, just in caseEike Rathke1-2/+7
2014-03-28name things what they areEike Rathke1-5/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-06check string boundsCaolán McNamara1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-3/+3
2013-06-19Translate German comments, correct some WSPhilipp Weissenbacher1-197/+194
2013-06-18Remove commented out codePhilipp Weissenbacher1-8/+0
2013-06-16cppcheck: fix some uninitMemberVar (svl)Julien Nabet1-0/+1
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+1
2013-04-19OUString::startsWith() is not equivalent to String::Match()Eike Rathke1-2/+2
2013-04-07Fix Array index "i" is used before limits checkJulien Nabet1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+4
2012-11-18svl: cosmetic prep work to OUString conversionNorbert Thiebaud1-20/+47
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud1-1454/+1566
2012-11-18svl: convert Color to OUStringNorbert Thiebaud1-5/+5
2012-11-18svl: aNameStandardFormat can be OUString for freeNorbert Thiebaud1-21/+27
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-256/+270
2012-11-18svl: convert ImplEnglishColors to OUStringNorbert Thiebaud1-20/+25
2012-11-18svl: convert GetQuoteEnd to OUStringNorbert Thiebaud1-2/+4
2012-11-16use LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-14don't always show integer part for fraction formats with hard denom fdo#56205Noel Power1-1/+3
2012-07-02re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-4/+4
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-4/+3