summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* can't see the point of calling String::Erase before delete StringCaolán McNamara2012-01-231-7/+3
* Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2012-01-232-12/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2125-176/+125
* svl: add new test to subsequenttestsMichael Stahl2012-01-201-0/+1
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-6/+8
* remove unused codeThomas Arnhold2012-01-182-67/+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
* Make test code compile on Mac OS X.Stephan Bergmann2012-01-171-2/+1
* Disable CppunitTest_svl_urihelper for now due to bad dependencies.Stephan Bergmann2012-01-171-1/+2
* Adapted svl test_URIHelper to gbuild.Stephan Bergmann2012-01-174-54/+78
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-165-14/+14
* Remove SvStringsDtorAugust Sodora2012-01-143-9/+0
* use INCLUDE instead of SOLARINC, and after local includesEike Rathke2012-01-133-3/+3
* Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot2012-01-1315-40/+40
* Remove SvStringISortAugust Sodora2012-01-112-53/+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-072-8/+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-052-10/+9
* Translated German commentsChristina Rossmanith2012-01-051-2/+2
* removed unused #define_SVSTDARR_sal_uI(n)t16S(SORT)Christina Rossmanith2012-01-051-1/+0
* catch exception by constant referenceTakeshi Abe2012-01-062-3/+3
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-053-47/+45
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-044-11/+2
* recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke2011-12-224-8/+91
* callcatcher: newly unused codeCaolán McNamara2011-12-222-31/+0
* resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke2011-12-213-44/+70
* tweak for pre language-defect #77Caolán McNamara2011-12-212-2/+2
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-212-9/+9
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-212-4/+2
* needs more work firstCaolán McNamara2011-12-212-2/+4
* bah, need to tweak for pre c++0xCaolán McNamara2011-12-212-9/+9
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-212-9/+9
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-212-4/+2
* callcatcher: Remove unused codeAugust Sodora2011-12-202-16/+0
* callcatcher: Remove unused codeAugust Sodora2011-12-192-48/+0
* Missing dependencies.Stephan Bergmann2011-12-131-1/+1
* Simplified, type-safe C++ configuration access.Stephan Bergmann2011-12-132-73/+28