summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-12/+12
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-022-2/+0
* add constLuboš Luňák2012-03-302-3/+3
* UniString removal.Kohei Yoshida2012-03-271-0/+12
* readUnicodeString can just return the stringCaolán McNamara2012-03-2611-75/+68
* reduce UniStringsCaolán McNamara2012-03-204-69/+57
* split macros to elide unneeded methodsCaolán McNamara2012-03-201-1/+1
* SfxUINT32s->std::vectorCaolán McNamara2012-03-201-14/+6
* Add parenthesis for avoid false report by cppcheckJulien Nabet2012-03-181-1/+1
* callcatcher: update listCaolán McNamara2012-03-142-18/+2
* ditch SfxULongRangesCaolán McNamara2012-03-122-30/+0
* WaE: cast to pointer from integer of different sizeDavid Tardon2012-03-121-1/+2
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-57/+69
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-051-0/+43
* fixed crashes due to transition from Table to std::mapEike Rathke2012-02-281-3/+3
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-34/+21
* SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl2012-02-271-1/+1
* Removed unused codeSzabolcs Dezsi2012-02-271-28/+0
* drop UniString::CreateFromInt64Caolán McNamara2012-02-272-3/+3
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-1/+1
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-2/+2
* Remove unused codePetr Vorel2012-02-191-9/+0
* Remove unused codeElton Chung2012-02-191-74/+0
* Removed unused code from svl and sfx2Szabolcs Dezsi2012-02-172-71/+0
* callcatcher: update unused code listCaolán McNamara2012-02-161-7/+1
* Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe2012-02-161-2/+2
* WaE: NULL vs 0 with mingwCaolán McNamara2012-02-132-6/+6
* fix windows build, String::GetTokenCount is goneCaolán McNamara2012-02-131-1/+1
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-10/+7
* changes to "tools/table.hxx to std::map conversion"Eike Rathke2012-02-082-69/+61
* tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2012-02-083-140/+137
* update unused listCaolán McNamara2012-02-081-4/+0
* Reintroduce MSVC workaroundStephan Bergmann2012-02-071-0/+4
* Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2012-02-071-4/+4
* Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida2012-02-061-1/+4
* I think it's time we had a real method for this...Kohei Yoshida2012-02-061-0/+5
* Remove unused codeElton Chung2012-02-056-54/+0
* Some cppcheck cleaningJulien Nabet2012-02-051-2/+2
* Replaced String by rtl::OUStringTakeshi Abe2012-02-031-31/+33
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-3/+3
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-311-3/+3
* make svl ByteString freeCaolán McNamara2012-01-303-12/+8
* Do not move nCurUndoAction < 0.Stephan Bergmann2012-01-271-1/+4
* can't see the point of calling String::Erase before delete StringCaolán McNamara2012-01-231-7/+3
* Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2012-01-231-8/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2119-82/+34
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-6/+8
* remove unused codeThomas Arnhold2012-01-181-64/+0