| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
service is implementation of a JavaScript interpreter. More...
import "JavaScript.idl";
 
  
| Included Services | |
| service | com::sun::star::script::Engine | 
| Parent service. | |
| Additional Inherited Members | |
| Exported Interfaces inherited from Engine | |
| interface | com::sun::star::script::XEngine | 
| The only interface of this service. | |
| Public Member Functions inherited from XEngine | |
| void | setRoot ([in] com::sun::star::uno::XInterface xRoot) | 
| sets an interface to an object as a scripting root. | |
| com::sun::star::uno::XInterface | getRoot () | 
| gets an interface to the object which is the scripting root. | |
| void | setLibraryAccess ([in] com::sun::star::script::XLibraryAccess Library) | 
| sets an access object to get external functions. | |
| boolean | compile ([in] string ModuleName, [in] string Script, [in] boolean CreateDebugInfo) | 
| compiles a script module in the scope of the root object. | |
| any | run ([in] string aScript, [in] com::sun::star::uno::XInterface xThis, [in] sequence< any > aArgs) | 
| runs a script specified by a string. | |
| void | runAsync ([in] string acript, [in] com::sun::star::uno::XInterface xThis, [in] sequence< any > args, [in] com::sun::star::script::XEngineListener xCallback) | 
| runs the script specified by a string and makes callbacks. | |
| void | cancel () | 
| terminates the execution of the running script. | |
| void | addEngineListener ([in] com::sun::star::script::XEngineListener Listener) | 
| adds an engine listener. | |
| void | removeEngineListener ([in] com::sun::star::script::XEngineListener Listener) | 
| removes an engine listener. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
service is implementation of a JavaScript interpreter.
The interpreter should be similar to JavaScript 1.1. The exact behavior will be specified in future.
| service com::sun::star::script::Engine | 
Parent service.