summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
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
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10Typos (mainly "propably")Julien Nabet
2013-11-23rigth -> right (other occurences)Julien Nabet
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida