summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Apply pimpl to svl::SharedStringPool.Kohei Yoshida2014-11-182-50/+77
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-1/+7
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* Make these non-inline and add the const version of the getter.Kohei Yoshida2014-11-181-0/+9
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
* coverity#1242810 Untrusted loop boundCaolán McNamara2014-11-171-0/+10
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1728-0/+31
* "#pragma hdrstop" looks quite obsoleteMichael Stahl2014-11-171-4/+0
* coverity#1242630 reorganize to help coverity outCaolán McNamara2014-11-161-1/+6
* coverity#1242630 Untrusted loop boundCaolán McNamara2014-11-141-3/+17
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-148-9/+9
* drop pool ver 1 import supportCaolán McNamara2014-11-121-278/+2
* 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