summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Collapse)Author
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-02-21expand and remove dcsssf macroThomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-27Bypass building BASIC and scripting related modules for iOSTor 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-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
Part XXIX Modules sax, scaddins, sccomp, scripting
2011-12-25catch exception by constant referenceTakeshi Abe
2011-12-15Removed extra semicolonsJesse
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from scriptingNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-24switch python scripting extension to passive registrationMichael Meeks
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-08ScriptProviderForPython: better descriptionMichael Stahl
2011-11-05ScriptProviderForPython: add some descriptionMichael Stahl
2011-11-04a very minor typo in a commentLaurent Godard
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-16add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshellRene Engelhard
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04bsh can be externalDavid Tardon
2011-10-01finished converting scripting to gbuildMatúš Kukan
2011-10-01convert scripting to gbuild - first stepMatúš Kukan
There are java and extensions missing.
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-26callcatcher: unused codeCaolán McNamara
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-12Revert "n#676858: added new menu entry for headers/footers edit mode"Cédric Bosdonnat
This reverts the following commits: + f3e275a2123c6356951a294051d0be230c178851 + 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-08-31Resolves: fdo#40516 missing : on line 52Caolán McNamara
2011-08-21scripting: make a debug build log uncaught exception when loading a providerLionel Elie Mamane
Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load
2011-08-13fix a missing parentheisTakeshi Abe
2011-08-02make logging less painful under windowsCaolán McNamara
2011-08-02can't use set_debuglevel under windowsCaolán McNamara
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-26coerce port to intCaolán McNamara
2011-07-22Bin unused filesTor Lillqvist
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan