Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | basic: add missing forward declarations for helper functions | Michael Meeks | |
2012-03-05 | Remove unused SbxMemoryStream | Tor Lillqvist | |
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING | Tor Lillqvist | |
The tables functionality in Writer documents need SbxValue. | |||
2012-03-05 | Remove unused code from basic | Elton Chung | |
2012-03-05 | Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-03-05 | Revert "Build libsb with a few dummy classes also for --disable-scripting" | Tor Lillqvist | |
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b. | |||
2012-03-01 | Build libsb with a few dummy classes also for --disable-scripting | Tor Lillqvist | |
Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need. | |||
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-24 | basic: tolerate empty / missing dialog.xlc and script.xlc files | Michael Meeks | |
2012-02-24 | basic: remove un-used return value indicating failure | Michael Meeks | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-22 | OUString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html | |||
2012-02-21 | expand and remove NS_* macro | Thomas Arnhold | |
2012-02-21 | allow keyword Append to be used as a variable. bnc#745930 | Noel Power | |
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 ). | |||
2012-02-20 | Remove unused code | Petr Vorel | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
2012-02-15 | WaE: moaning about unintialized variables | Caolán McNamara | |
2012-02-14 | remove sunpro 5.0 handling | Thomas Arnhold | |
2012-02-13 | Replaced String by rtl::OUString | Takeshi Abe | |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara | |
2012-02-13 | can use a reference for singleton | Caolán McNamara | |
2012-02-10 | use TransliterationWrapper in lcl_queryMacro, fdo#45607 | Markus Mohrhard | |
2012-02-10 | add SbGlobal for shared static objects | Markus Mohrhard | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-08 | callcatcher: update list, ByteString is on the ropes | Caolán McNamara | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-07 | Use defined utility BASIC_DLL()/BASIC_MOD() | Takeshi Abe | |
2012-02-07 | Removed unused variables | Takeshi Abe | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | Replaced String by rtl::OUString in SbiScanner | Takeshi Abe | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-30 | callcatcher: remove unused NextChannel | Caolán McNamara | |
2012-01-30 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-29 | Removed unused define and extern | Takeshi Abe | |
2012-01-29 | Use defined macro instead of magic number | Takeshi Abe | |
This also added a missing READONLY entry | |||
2012-01-27 | Do deliver headers also for iOS even if we don't build the libs | Tor Lillqvist | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
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. | |||
2012-01-27 | SvDispatch class doesn't exist anymore | Caolán McNamara | |
2012-01-26 | WaE: possibly uninitialized | Caolán McNamara | |
2012-01-26 | Deleting a null pointer is safe | Takeshi Abe | |
2012-01-25 | tweak the ifdefs to clarify the unused SbxDecimal methods | Caolán McNamara | |
2012-01-25 | move ugly WriteLines out of SvStream to beside sole user | Caolán McNamara | |
2012-01-25 | Removed unused field and non-existent class | Takeshi Abe | |
2012-01-24 | tweak treatment of '+/-' operators when dealing with Date types | Noel Power | |
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) |