summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara
2014-11-06remove now superfluous SetUsed() callsEike Rathke
2014-11-06remove now meaningless "since number formatter version ..." commentsEike Rathke
2014-11-06assert( nNewExtended <= ZF_STANDARD_NEWEXTENDEDMAX )Eike Rathke
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke
2014-11-06eliminate ImpInsertNewStandardFormat()Eike Rathke
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARDEike Rathke
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00Eike Rathke
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WWEike Rathke
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSSEike Rathke
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTIONEike 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-11-06drop XPersistObject support from SvNumberFormatsSupplierServiceCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-30eliminate now unnecessary temporary OUStringEike Rathke
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-12svl: remove misleading comment obsoleted by 18fa868fMichael Stahl
2014-09-12svl: test lenght before accessNorbert Thiebaud
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