summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
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-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
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-06coverity#1242693 Untrusted value as argumentCaolán McNamara
2014-11-06svl: remove unused codeNoel Grandin
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-30eliminate now unnecessary temporary OUStringEike Rathke
2014-10-30coverity#1242956 Untrusted loop boundCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-09-12svl: remove misleading comment obsoleted by 18fa868fMichael Stahl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12svl: test lenght before accessNorbert Thiebaud
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
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