summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-175-14/+14
* a can't-happen-but-do-it-correct-anyway one character fixEike Rathke2012-01-171-1/+1
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-165-14/+14
* Remove SvStringsDtorAugust Sodora2012-01-141-2/+0
* Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot2012-01-1315-40/+40
* Remove SvStringISortAugust Sodora2012-01-111-48/+0
* fdo#44636 use date acceptance patterns in number scannerEike Rathke2012-01-112-32/+317
* lower date acceptance with only two numbersEike Rathke2012-01-111-0/+17
* strict date recognition using locale's separator and ISO 8601Eike Rathke2012-01-112-17/+71
* accept and display years < 100Eike Rathke2012-01-113-13/+61
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-104-28/+0
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-102-2/+2
* toLower->lowercaseCaolán McNamara2012-01-091-2/+2
* simplify CharClassCaolán McNamara2012-01-094-39/+37
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-071-2/+0
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-067-8/+1
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-062-4/+3
* getPropertyMap can return a reference instead of a pointerCaolán McNamara2012-01-051-5/+6