summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-9/+9
* coverity#1242875 Use of untrusted scalar valueCaolán McNamara2014-11-111-4/+9
* callcatcher: number format serialization cleanup falloutCaolán McNamara2014-11-072-77/+0
* remove now superfluous SetUsed() callsEike Rathke2014-11-061-10/+5
* remove now meaningless "since number formatter version ..." commentsEike Rathke2014-11-061-6/+5
* assert( nNewExtended <= ZF_STANDARD_NEWEXTENDEDMAX )Eike Rathke2014-11-061-0/+1
* change nNewStandardDefined to bAdditionalBuiltinEike Rathke2014-11-062-5/+5
* eliminate ImpInsertNewStandardFormat()Eike Rathke2014-11-061-19/+10
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARDEike Rathke2014-11-061-45/+30
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00Eike Rathke2014-11-061-3/+2
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WWEike Rathke2014-11-061-3/+2
* remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSSEike Rathke2014-11-061-3/+2
* remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTIONEike Rathke2014-11-061-6/+4
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* -Werror,-Wunused-const-variableStephan Bergmann2014-11-061-4/+0
* If XPersistObject support is dropped, all this unsupported old data can goCaolán McNamara2014-11-066-745/+4
* drop XPersistObject support from SvNumberFormatsSupplierServiceCaolán McNamara2014-11-062-37/+0
* coverity#1242693 Untrusted value as argumentCaolán McNamara2014-11-061-0/+7
* svl: remove unused codeNoel Grandin2014-11-061-6/+0
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* markup with event type not checker typeCaolán McNamara2014-11-052-8/+3
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-3/+3
* unused includes in RTF filter and related filesMiklos Vajna2014-11-021-4/+0
* eliminate now unnecessary temporary OUStringEike Rathke2014-10-301-3/+1
* coverity#1242956 Untrusted loop boundCaolán McNamara2014-10-301-5/+7
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara2014-10-171-2/+4
* Resolves: fdo#81496 crash in calc format pageCaolán McNamara2014-10-161-1/+4
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* svl: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-4/+13
* fdo#82577: Handle TimeNoel Grandin2014-10-011-2/+2
* SfxBroadcaster: add some SolarMutex assertsMichael Stahl2014-09-301-0/+3
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-262-2/+2
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-265-10/+10
* remove pointless commentsNoel Grandin2014-09-262-4/+0
* remove unnecessary casts'sNoel Grandin2014-09-262-4/+4
* remove unnecessary static_cast'sNoel Grandin2014-09-262-3/+3
* loplugin: cstylecastNoel Grandin2014-09-2521-40/+39
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-251-1/+17
* callcatcher: update unused codeCaolán McNamara2014-09-171-10/+0
* svl: remove misleading comment obsoleted by 18fa868fMichael Stahl2014-09-121-2/+0
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-32/+32
* svl: test lenght before accessNorbert Thiebaud2014-09-121-1/+1
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-1/+1
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-065-34/+0
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-225-8/+1
* fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara2014-08-201-2/+4
* detect * with no character following as invalid format codeEike Rathke2014-08-181-0/+5
* more out-of-bounds string accessesEike Rathke2014-08-181-30/+32