summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
* basic: tolerate empty / missing dialog.xlc and script.xlc filesMichael Meeks2012-02-241-14/+1
* basic: remove un-used return value indicating failureMichael Meeks2012-02-242-19/+15
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-232-2/+2
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-7/+7
* expand and remove NS_* macroThomas Arnhold2012-02-211-40/+29
* allow keyword Append to be used as a variable. bnc#745930Noel Power2012-02-214-2/+15
* Remove unused codePetr Vorel2012-02-206-21/+0
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
* callcatcher: update unused code listCaolán McNamara2012-02-162-18/+0
* WaE: moaning about unintialized variablesCaolán McNamara2012-02-151-3/+3
* remove sunpro 5.0 handlingThomas Arnhold2012-02-141-23/+0
* Replaced String by rtl::OUStringTakeshi Abe2012-02-133-10/+4
* callcatcher: regenerate listCaolán McNamara2012-02-132-18/+0
* can use a reference for singletonCaolán McNamara2012-02-133-17/+28
* use TransliterationWrapper in lcl_queryMacro, fdo#45607Markus Mohrhard2012-02-101-4/+4
* add SbGlobal for shared static objectsMarkus Mohrhard2012-02-104-0/+97
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
* update unused listCaolán McNamara2012-02-082-19/+0
* callcatcher: update list, ByteString is on the ropesCaolán McNamara2012-02-082-18/+0
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+4
* Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe2012-02-071-5/+5
* Removed unused variablesTakeshi Abe2012-02-071-6/+0
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-1/+1
* callcatcher: update listCaolán McNamara2012-02-012-19/+0
* Replaced String by rtl::OUString in SbiScannerTakeshi Abe2012-01-316-15/+14
* refactor ConvertLineEndCaolán McNamara2012-01-302-5/+3
* callcatcher: remove unused NextChannelCaolán McNamara2012-01-302-12/+0
* ByteString->rtl::OStringCaolán McNamara2012-01-304-66/+69
* Removed unused define and externTakeshi Abe2012-01-292-2/+0
* Use defined macro instead of magic numberTakeshi Abe2012-01-292-7/+8
* Do deliver headers also for iOS even if we don't build the libsTor Lillqvist2012-01-271-1/+4
* Bypass building BASIC and scripting related modules for iOSTor Lillqvist2012-01-271-0/+4
* SvDispatch class doesn't exist anymoreCaolán McNamara2012-01-273-9/+0
* WaE: possibly uninitializedCaolán McNamara2012-01-261-2/+2
* Deleting a null pointer is safeTakeshi Abe2012-01-262-9/+5
* tweak the ifdefs to clarify the unused SbxDecimal methodsCaolán McNamara2012-01-251-16/+0
* move ugly WriteLines out of SvStream to beside sole userCaolán McNamara2012-01-251-1/+12
* Removed unused field and non-existent classTakeshi Abe2012-01-251-4/+0
* tweak treatment of '+/-' operators when dealing with Date typesNoel Power2012-01-241-4/+9
* ByteString->rtl::OStringCaolán McNamara2012-01-231-1/+3
* 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