summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Deleting a null pointer is safeTakeshi Abe2-9/+5
2012-01-25tweak the ifdefs to clarify the unused SbxDecimal methodsCaolán McNamara1-16/+0
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara1-1/+12
2012-01-25Removed unused field and non-existent classTakeshi Abe1-4/+0
2012-01-24tweak treatment of '+/-' operators when dealing with Date typesNoel Power1-4/+9
2012-01-23ByteString->rtl::OStringCaolán McNamara1-1/+3
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-5/+5
2012-01-20Remove useless macrosAugust Sodora1-7/+0
2012-01-20Unused defineAugust Sodora1-2/+0
2012-01-20Remove unused typedefAugust Sodora1-2/+0
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora3-102/+21
2012-01-19Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist1-2/+5
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-5/+5
2012-01-17Remove unused macrosAugust Sodora1-14/+0
2012-01-17fix Date 'operation' Date foobarNoel Power1-2/+4
2012-01-16Remove unused SttResMgr from basicAugust Sodora2-4/+0
2012-01-16Remove unused functionAugust Sodora1-2/+0
2012-01-16Remove SbErrorStack[Entry]August Sodora5-91/+2
2012-01-16Remove invalid friend declarationAugust Sodora1-1/+0
2012-01-16String->OUStringAugust Sodora2-5/+3
2012-01-16Remove unused enum SbLanguageModeAugust Sodora4-17/+0
2012-01-16Remove unused enum SbTextTypeAugust Sodora1-12/+0
2012-01-16Remove unused struct SbTextPortionAugust Sodora1-7/+0
2012-01-16Remove unnecessary using declarationAugust Sodora1-2/+0
2012-01-15Remove uses of pLine in scannerAugust Sodora1-5/+6
2012-01-15remove useless misleading macrosDavid Tardon16-181/+171
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+5
2012-01-14Comment out test that current fails on 64-bit systemsAugust Sodora1-1/+2
2012-01-14Add tests for hex/octal numbers for basic scannerAugust Sodora1-0/+96
2012-01-14Remove uses of pLine in scannerAugust Sodora1-11/+20
2012-01-14Remove use of pLine in scannerAugust Sodora1-2/+2
2012-01-14Remove use of pLine in scannerAugust Sodora1-2/+1
2012-01-14SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora3-30/+24
2012-01-13WaE: d shadows another dCaolán McNamara1-2/+4
2012-01-10callcatcher: update listCaolán McNamara2-22/+0
2012-01-09simplify CharClassCaolán McNamara1-7/+7
2012-01-09restore special DATE handling code for SbxValue::ComputeNoel Power1-10/+3
2012-01-09Only set bSpaces once hereAugust Sodora1-13/+26
2012-01-09Remove use of pLine in scannerAugust Sodora1-5/+3
2012-01-09Prefer prefix incrementAugust Sodora1-28/+28
2012-01-08Remove uses of pLine in scannerAugust Sodora1-4/+4
2012-01-07scanner cleanup for consistencyAugust Sodora1-8/+8
2012-01-07Refactor readLine in scannerAugust Sodora2-25/+39
2012-01-07Remove unused class SttResIdAugust Sodora1-6/+0
2012-01-07Remove unused codeAugust Sodora2-20/+0
2012-01-07Remove unused codeAugust Sodora2-6/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-0/+1
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara4-22/+11
2012-01-05fdo#44172: Basic function VAL produces bad resultAugust Sodora1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz2-1/+3