summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara
2014-08-18detect * with no character following as invalid format codeEike Rathke
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-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara
2014-07-03work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-upEike Rathke
2014-07-02resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11allow additional i18n formats to define defaultsEike Rathke
2014-06-06resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-20take a shortcut on common separating ASCII charactersEike Rathke
2014-05-20resolved fdo#34724 Jan1 or 1Jan without separating character is not dateEike Rathke
2014-05-17Back out change for fdo#78119 now that we have StringContainsWord()Eike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-05-12fdo#78119 find the longest match for month nameDavid Tardon
2014-05-11coverity#982701 Improper use of negative valueCaolán McNamara
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-08coverity#708261 Uninitialized scalar fieldCaolán McNamara
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
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-28we have a constant, use itEike Rathke
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#982311 Dead default in switchCaolán McNamara
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from svlAlexander Wilms
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-22convert more SvStream::operator<< callsNoel Grandin