summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara1-3/+17
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava8-9/+9
2014-11-12drop pool ver 1 import supportCaolán McNamara1-278/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-9/+9
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara1-4/+9
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara2-77/+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 Rathke2-5/+5
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-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06-Werror,-Wunused-const-variableStephan Bergmann1-4/+0
2014-11-06If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara6-745/+4
2014-11-06drop XPersistObject support from SvNumberFormatsSupplierServiceCaolán McNamara2-37/+0
2014-11-06coverity#1242693 Untrusted value as argumentCaolán McNamara1-0/+7
2014-11-06svl: remove unused codeNoel Grandin1-6/+0
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara2-8/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-4/+0
2014-10-30eliminate now unnecessary temporary OUStringEike Rathke1-3/+1
2014-10-30coverity#1242956 Untrusted loop boundCaolán McNamara1-5/+7
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara1-2/+4
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-1/+4
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+13
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl1-0/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-10/+10
2014-09-26remove pointless commentsNoel Grandin2-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin2-4/+4
2014-09-26remove unnecessary static_cast'sNoel Grandin2-3/+3
2014-09-25loplugin: cstylecastNoel Grandin21-40/+39
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+17
2014-09-17callcatcher: update unused codeCaolán McNamara1-10/+0
2014-09-12svl: remove misleading comment obsoleted by 18fa868fMichael Stahl1-2/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-32/+32
2014-09-12svl: test lenght before accessNorbert Thiebaud1-1/+1
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin5-34/+0
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza5-8/+1