summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud1-14/+14
2012-06-02targeted string re-workNorbert Thiebaud2-2/+2
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold8-23/+23
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2-6/+6
2012-04-11UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-12/+12
2012-03-30add constLuboš Luňák1-1/+1
2012-03-26readUnicodeString can just return the stringCaolán McNamara9-33/+26
2012-03-20reduce UniStringsCaolán McNamara2-10/+4
2012-03-14callcatcher: update listCaolán McNamara2-18/+2
2012-03-12ditch SfxULongRangesCaolán McNamara2-30/+0
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin1-57/+69
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara1-34/+21
2012-02-27drop UniString::CreateFromInt64Caolán McNamara2-3/+3
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi2-71/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-7/+1
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-10/+7
2012-02-08update unused listCaolán McNamara1-4/+0
2012-02-07Reintroduce MSVC workaroundStephan Bergmann1-0/+4
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida1-4/+4
2012-02-06Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida1-1/+4
2012-02-06I think it's time we had a real method for this...Kohei Yoshida1-0/+5
2012-02-05Remove unused codeElton Chung4-27/+0
2012-01-30make svl ByteString freeCaolán McNamara1-4/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-11/+5
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2-6/+8
2012-01-18remove unused codeThomas Arnhold1-64/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1
2012-01-13Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot3-3/+3
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-5/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-3/+2
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-5/+6
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden1-1/+0
2011-12-21tweak for pre language-defect #77Caolán McNamara1-1/+1
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+4
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+1
2011-12-21needs more work firstCaolán McNamara1-1/+2
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-4/+4
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+4
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+2
2011-11-30no need to check for Gregorian cut-off date hereEike Rathke1-1/+1
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke1-1/+1
2011-11-27remove include of pch header from svlNorbert Thiebaud36-72/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2-5/+5
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann3-28/+8