summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-11UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-12/+12
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe2-2/+0
2012-03-30add constLuboš Luňák2-3/+3
2012-03-27UniString removal.Kohei Yoshida1-0/+12
2012-03-26readUnicodeString can just return the stringCaolán McNamara11-75/+68
2012-03-20reduce UniStringsCaolán McNamara4-69/+57
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-1/+1
2012-03-20SfxUINT32s->std::vectorCaolán McNamara1-14/+6
2012-03-18Add parenthesis for avoid false report by cppcheckJulien Nabet1-1/+1
2012-03-14callcatcher: update listCaolán McNamara2-18/+2
2012-03-12ditch SfxULongRangesCaolán McNamara2-30/+0
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-1/+2
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin1-57/+69
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-0/+43
2012-02-28fixed crashes due to transition from Table to std::mapEike Rathke1-3/+3
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara1-34/+21
2012-02-27SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl1-1/+1
2012-02-27Removed unused codeSzabolcs Dezsi1-28/+0
2012-02-27drop UniString::CreateFromInt64Caolán McNamara2-3/+3
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-1/+1
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-2/+2
2012-02-19Remove unused codePetr Vorel1-9/+0
2012-02-19Remove unused codeElton Chung1-74/+0
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-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-2/+2
2012-02-13WaE: NULL vs 0 with mingwCaolán McNamara2-6/+6
2012-02-13fix windows build, String::GetTokenCount is goneCaolán McNamara1-1/+1
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-10/+7
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke2-69/+61
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin3-140/+137
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 Chung6-54/+0
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+2
2012-02-03Replaced String by rtl::OUStringTakeshi Abe1-31/+33
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-3/+3
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann1-3/+3
2012-01-30make svl ByteString freeCaolán McNamara3-12/+8
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann1-1/+4
2012-01-23can't see the point of calling String::Erase before delete StringCaolán McNamara1-7/+3
2012-01-23Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek1-8/+0