summaryrefslogtreecommitdiff
path: root/svl/source/numbers
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 Bergmann4-6/+6
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-12Remove excess newlinesChris Sherlock4-13/+0
2016-05-31prevent out of bounds string accessEike Rathke1-10/+12
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
2016-05-25tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier1-5/+32
2016-05-25tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+10
2016-05-25tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-13/+7
2015-11-28introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-0/+56
2015-11-28use proper case "General" keywordEike Rathke1-0/+2
2015-11-28introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+14
2015-11-24nitpick, use 'b' prefixEike Rathke1-3/+3
2015-11-24nitpick, reduce to one string insertionEike Rathke1-3/+2
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier1-0/+5
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin1-3/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-12/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-78/+78
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin8-199/+195
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-63/+63
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
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-29use exponential 'E' format for General when appropriateEike Rathke1-17/+35
2015-09-17boost->stdCaolán McNamara2-9/+8
2015-09-12nRepPos is never readMatteo Casalin2-4/+0
2015-09-10convert Link<> to typedNoel Grandin1-2/+1
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-6/+5
2015-08-20tweak config-less sysconfig pathCaolán McNamara1-1/+4
2015-08-18Content of theIndexTable is known staticallyStephan Bergmann1-109/+111
2015-08-18nNewExtended++ values are all known staticallyStephan Bergmann1-27/+28
2015-08-17make Link<> typedNoel Grandin1-2/+2
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-25/+61
2015-08-11cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-11loplugin: defaultparamsNoel Grandin2-6/+6
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke2-6/+52
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier1-1/+1
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-21/+26
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke1-4/+5
2015-07-11fix string access out of boundsEike Rathke1-1/+1
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke1-1/+1
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke4-3/+43
2015-07-06loplugin:unusedmethods svlNoel Grandin2-6/+0
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara1-1/+1