summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+4
2012-02-07Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe1-5/+5
2012-02-07Removed unused variablesTakeshi Abe1-6/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1
2012-02-01callcatcher: update listCaolán McNamara2-19/+0
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe6-15/+14
2012-01-30refactor ConvertLineEndCaolán McNamara2-5/+3
2012-01-30callcatcher: remove unused NextChannelCaolán McNamara2-12/+0
2012-01-30ByteString->rtl::OStringCaolán McNamara4-66/+69
2012-01-29Removed unused define and externTakeshi Abe2-2/+0
2012-01-29Use defined macro instead of magic numberTakeshi Abe2-7/+8
2012-01-27Do deliver headers also for iOS even if we don't build the libsTor Lillqvist1-1/+4
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist1-0/+4
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara3-9/+0
2012-01-26WaE: possibly uninitializedCaolán McNamara1-2/+2
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