summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-5/+5
* Remove useless macrosAugust Sodora2012-01-201-7/+0
* Unused defineAugust Sodora2012-01-201-2/+0
* Remove unused typedefAugust Sodora2012-01-201-2/+0
* Replace BasicErrorManager with std::vectorAugust Sodora2012-01-203-102/+21
* Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist2012-01-191-2/+5
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-181-5/+5
* Remove unused macrosAugust Sodora2012-01-171-14/+0
* fix Date 'operation' Date foobarNoel Power2012-01-171-2/+4
* Remove unused SttResMgr from basicAugust Sodora2012-01-162-4/+0
* Remove unused functionAugust Sodora2012-01-161-2/+0
* Remove SbErrorStack[Entry]August Sodora2012-01-165-91/+2
* Remove invalid friend declarationAugust Sodora2012-01-161-1/+0
* String->OUStringAugust Sodora2012-01-162-5/+3
* Remove unused enum SbLanguageModeAugust Sodora2012-01-164-17/+0
* Remove unused enum SbTextTypeAugust Sodora2012-01-161-12/+0
* Remove unused struct SbTextPortionAugust Sodora2012-01-161-7/+0
* Remove unnecessary using declarationAugust Sodora2012-01-161-2/+0
* Remove uses of pLine in scannerAugust Sodora2012-01-151-5/+6
* remove useless misleading macrosDavid Tardon2012-01-1516-181/+171
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
* Comment out test that current fails on 64-bit systemsAugust Sodora2012-01-141-1/+2
* Add tests for hex/octal numbers for basic scannerAugust Sodora2012-01-141-0/+96
* Remove uses of pLine in scannerAugust Sodora2012-01-141-11/+20
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+2
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+1
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-143-30/+24
* WaE: d shadows another dCaolán McNamara2012-01-131-2/+4
* callcatcher: update listCaolán McNamara2012-01-102-22/+0
* simplify CharClassCaolán McNamara2012-01-091-7/+7
* restore special DATE handling code for SbxValue::ComputeNoel Power2012-01-091-10/+3
* Only set bSpaces once hereAugust Sodora2012-01-091-13/+26
* Remove use of pLine in scannerAugust Sodora2012-01-091-5/+3
* Prefer prefix incrementAugust Sodora2012-01-091-28/+28
* Remove uses of pLine in scannerAugust Sodora2012-01-081-4/+4
* scanner cleanup for consistencyAugust Sodora2012-01-071-8/+8
* Refactor readLine in scannerAugust Sodora2012-01-072-25/+39
* Remove unused class SttResIdAugust Sodora2012-01-071-6/+0
* Remove unused codeAugust Sodora2012-01-072-20/+0
* Remove unused codeAugust Sodora2012-01-072-6/+0
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-0/+1
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-064-22/+11
* fdo#44172: Basic function VAL produces bad resultAugust Sodora2012-01-051-1/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-052-1/+3
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-052-9/+10
* add mode-lines to some new filesCaolán McNamara2012-01-051-0/+3
* tweak for pre language-defect #77Caolán McNamara2011-12-215-27/+27
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-219-50/+65