summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* finished converting scripting to gbuildMatúš Kukan2011-10-0138-1385/+462
|
* convert scripting to gbuild - first stepMatúš Kukan2011-10-0118-20/+792
| | | | There are java and extensions missing.
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-302-0/+5
|
* callcatcher: unused codeCaolán McNamara2011-09-262-6/+0
|
* set lang to en-US in order l10ntools can extract stringsAndras Timar2011-09-213-6/+6
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-215-16/+16
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Revert "n#676858: added new menu entry for headers/footers edit mode"Cédric Bosdonnat2011-09-121-1/+0
| | | | | | | | | | This reverts the following commits: + f3e275a2123c6356951a294051d0be230c178851 + 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
* replace api.openoffice.org to api.libreoffice.orgAndras Timar2011-09-072-4/+4
|
* Resolves: fdo#40516 missing : on line 52Caolán McNamara2011-08-311-1/+1
|
* scripting: make a debug build log uncaught exception when loading a providerLionel Elie Mamane2011-08-211-1/+2
| | | | Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load
* fix a missing parentheisTakeshi Abe2011-08-131-1/+1
|
* make logging less painful under windowsCaolán McNamara2011-08-021-61/+68
|
* can't use set_debuglevel under windowsCaolán McNamara2011-08-021-1/+6
|
* Some cppcheck cleaningJulien Nabet2011-07-312-3/+3
|
* coerce port to intCaolán McNamara2011-07-261-3/+3
|
* Bin unused filesTor Lillqvist2011-07-223-126/+0
|
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-1211-63/+0
|
* n#676858: added new menu entry for headers/footers edit modeCédric Bosdonnat2011-06-301-0/+1
|
* the ifaces should be in namespace ooo::vbaDavid Tardon2011-06-171-4/+4
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* entire storage dir is unused/unbuiltCaolán McNamara2011-06-1321-4834/+0
|
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-132-2/+2
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-23/+23
|