summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Collapse)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
| | | | http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html
* 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
| | | | | | statements like Dim AppEnd As Integer will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
* Remove unused codePetr Vorel2012-02-206-21/+0
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* 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
| | | | This also added a missing READONLY entry
* 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
| | | | | | | | | | Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
* 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
| | | | Any '+' operation involving Date types results in a Date, '-' of a Date type results in a Date except if both LHS & RHS are Date(s)
* ByteString->rtl::OStringCaolán McNamara2012-01-231-1/+3
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-5/+5
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* 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
| | | | Changed case SbxSALINT64: to use operator>>(sal_Int64)