summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforlist.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara1-57/+0
2014-11-06remove now superfluous SetUsed() callsEike Rathke1-10/+5
2014-11-06remove now meaningless "since number formatter version ..." commentsEike Rathke1-6/+5
2014-11-06assert( nNewExtended <= ZF_STANDARD_NEWEXTENDEDMAX )Eike Rathke1-0/+1
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke1-2/+2
2014-11-06eliminate ImpInsertNewStandardFormat()Eike Rathke1-19/+10
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARDEike Rathke1-45/+30
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00Eike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WWEike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSSEike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTIONEike Rathke1-6/+4
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara1-140/+0
2014-10-30eliminate now unnecessary temporary OUStringEike Rathke1-3/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-5/+5
2014-09-25loplugin: cstylecastNoel Grandin1-1/+1
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante1-7/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-5/+5
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe1-39/+26
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann1-1/+1
2014-06-11allow additional i18n formats to define defaultsEike Rathke1-5/+8
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-25Remove visual noise from svlAlexander Wilms1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-6/+6
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-7/+7
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-8/+8
2013-12-10Typos (mainly "propably")Julien Nabet1-1/+1
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida1-20/+44
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-10-12Simplify and avoid use of UNXTor Lillqvist1-15/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-11/+11
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-6/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-60/+31
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-6/+6
2013-06-24fdo#43460 svl: use isEmpty()Jelle van der Waa1-3/+3
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke1-4/+4
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-0/+3
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
2013-04-12spurious warning C4701: potentially uninitialized local variableMichael Stahl1-2/+2
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-12/+12
2013-03-27-Werror=unused-macrosStephan Bergmann1-1/+1
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-2/+2
2013-03-18janitorial: typo in commentLionel Elie Mamane1-1/+1
2013-03-13resolved fdo#62278 test for LanguageTag equality resolving system localeEike Rathke1-1/+1
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1