summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)Author
2016-01-14grml.. stupid oversight..Eike Rathke
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke
2016-01-14do it right and remove then superfluous mumbo-jumboEike Rathke
2016-01-13-Werror=unused-but-set-variableStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-24nitpick, use 'b' prefixEike Rathke
2015-11-24nitpick, reduce to one string insertionEike Rathke
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-09-29use exponential 'E' format for General when appropriateEike Rathke
2015-09-17boost->stdCaolán McNamara
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11fix string access out of boundsEike Rathke
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-24Remove long-unnecessary cruftStephan Bergmann
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke
2014-11-06-Werror,-Wunused-const-variableStephan Bergmann
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara
2014-08-18more out-of-bounds string accessesEike Rathke
2014-08-18do not even append the 0x1B in this caseEike Rathke
2014-08-18no need to set bRes=false here, it is alreadyEike Rathke
2014-08-18prevent out-of-bounds string accessEike Rathke
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-05-11coverity#982701 Improper use of negative valueCaolán McNamara
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud
2014-04-01adapted the ifdef'ed portion as wellEike Rathke
2014-03-31coverity#735502 Logically dead codeCaolá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
2014-03-25coverity#982311 Dead default in switchCaolán McNamara
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann