summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* .html files don't need executable bitsMichael Stahl2012-03-235-0/+0
|
* README files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .csv files don't need executable bitsMichael Stahl2012-03-2313-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-239-0/+0
|
* .gif files don't need executable bitsMichael Stahl2012-03-2310-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* Improve error reportingStephan Bergmann2012-03-231-9/+23
|
* Java new cannot return nullStephan Bergmann2012-03-231-13/+1
|
* Improve error reportingStephan Bergmann2012-03-231-34/+61
|
* fdo#46102: Fix Java script examples after gbuild'ificationStephan Bergmann2012-03-2323-5/+41
| | | | | | | | | | | | | ...they contained no class files anymore, due to missing gb_Jar_set_packageroot calls. However, those calls only work for subdirectories, i.e., the example .java files need to be put into a package (I chose org.libreoffice.example.java_scripts) for all of them). This in turn required adaption of the parcel-descriptor.xml files; not sure what the logicalname entries there are good for if anything -- the macro names at "Tools - Macros - Run Macro..." now unfortunately(?) contain the fully qualified paths for the HelloWorld, HighlightText, and MemoryUpdate examples. There are additional examples at scripting/examples/java/ that apparently do not get packaged (but I adapted them anyway).
* fdo#46102: Load Java scripts with class loaders that actually find themStephan Bergmann2012-03-236-9/+54
| | | | | | | | | | ScriptMetaData.createURL produces weird URLs (ending in "/ucb/", and potentially still containing vnd.sun.star.expand: prefix) that are apparently good for loading documents for editing via UCBStreamHandler, but cannot meaningfully be passed to a URLClassLoader. It is unclear to me how the Java script provider shall ever have found the script jars in the past.
* scripting: don't need x bits for theseMichael Stahl2012-03-23170-0/+0
|
* fdo#46102: Fix scripting jar manifests after gbuild'ificationStephan Bergmann2012-03-226-3/+14
|
* chmod -xTor Lillqvist2012-03-214-0/+0
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-6/+6
|
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-282-3/+3
| | | | in scripting / sdext / starmath / stoc / svtools / svx
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* expand and remove dcsssf macroThomas Arnhold2012-02-216-22/+17
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-7/+8
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* 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.
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2610-29/+29
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-113-5/+5
|
* Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot2012-01-057-18/+18
| | | | | | Part XXIX Modules sax, scaddins, sccomp, scripting
* catch exception by constant referenceTakeshi Abe2011-12-258-51/+47
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* childs -> childrenMichael T. Whiteley2011-12-082-11/+11
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-276-6/+0
|
* remove include of pch header from scriptingNorbert Thiebaud2011-11-2726-50/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-276-12/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-4/+4
|
* switch python scripting extension to passive registrationMichael Meeks2011-11-243-2/+13
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* ScriptProviderForPython: better descriptionMichael Stahl2011-11-082-1/+5
|
* ScriptProviderForPython: add some descriptionMichael Stahl2011-11-051-0/+1
|
* a very minor typo in a commentLaurent Godard2011-11-041-1/+1
|
* fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann2011-11-0315-206/+100
| | | | | | | | | | | | | 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?).
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-247-14/+8
| | | | BaseInstallation.
* no need for SRCDIR parameter hereMatúš Kukan2011-10-237-7/+7
|
* add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshellRene Engelhard2011-10-161-0/+5
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* bsh can be externalDavid Tardon2011-10-041-1/+4
|