summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-31prevent out of bounds string accessEike Rathke1-10/+12
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-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-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-7/+7
2015-09-29use exponential 'E' format for General when appropriateEike Rathke1-17/+35
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier1-1/+1
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 Rathke1-0/+16
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-3/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier1-12/+24
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier1-8/+17
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-36/+36
2015-02-24Remove long-unnecessary cruftStephan Bergmann1-19/+10
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-10/+15
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara1-20/+0
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke1-3/+3
2014-11-06-Werror,-Wunused-const-variableStephan Bergmann1-4/+0
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara1-384/+2
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara1-2/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara1-2/+4
2014-08-18more out-of-bounds string accessesEike Rathke1-30/+32
2014-08-18do not even append the 0x1B in this caseEike Rathke1-1/+1
2014-08-18no need to set bRes=false here, it is alreadyEike Rathke1-4/+0
2014-08-18prevent out-of-bounds string accessEike Rathke1-2/+12
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+4
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara1-1/+1
2014-05-15fix-includes.pl: svlThomas Arnhold1-1/+1
2014-05-11coverity#982701 Improper use of negative valueCaolán McNamara1-0/+4
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud1-3/+10
2014-04-01adapted the ifdef'ed portion as wellEike Rathke1-1/+1
2014-03-31coverity#735502 Logically dead codeCaolán McNamara1-1/+1
2014-03-28handle Narrow No-Break Space the same as No-Break Space, just in caseEike Rathke1-4/+9
2014-03-28name things what they areEike Rathke1-1/+1
2014-03-25coverity#982311 Dead default in switchCaolán McNamara1-1/+0
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann1-5/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7