Lines Matching refs:script
31 #include <com/sun/star/script/XLibraryAccess.idl>
35 #include <com/sun/star/script/XEngineListener.idl>
41 module com { module sun { module star { module script {
67 void setLibraryAccess( [in] com::sun::star::script::XLibraryAccess Library );
70 /** compiles a script module in the scope of the root object.
77 /** runs a script specified by a string.
87 /** runs the script specified by a string and makes callbacks.
90 the engine. The script is executed asynchronously.
97 [in] com::sun::star::script::XEngineListener xCallback );
100 /** terminates the execution of the running script.
112 void addEngineListener( [in] com::sun::star::script::XEngineListener Listener );
120 void removeEngineListener( [in] com::sun::star::script::XEngineListener Listener );