Home
last modified time | relevance | path

Searched refs:getInvocationContext (Results 1 – 6 of 6) sorted by relevance

/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A Dtemplate.bsh43 XSCRIPTCONTEXT.getInvocationContext() returns XScriptInvocationContext or NULL
59 oDoc = UnoRuntime.queryInterface(XModel.class,XSCRIPTCONTEXT.getInvocationContext());
/trunk/main/offapi/com/sun/star/script/provider/
H A DXScriptContext.idl74 itself. In this case, the <code>getInvocationContext</code> member allows
85 ::com::sun::star::document::XScriptInvocationContext getInvocationContext();
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A Dtemplate.js51 oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext());
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DEditorScriptContext.java67 public XScriptInvocationContext getInvocationContext() in getInvocationContext() method in EditorScriptContext
H A DScriptContext.java134 public XScriptInvocationContext getInvocationContext() in getInvocationContext() method in ScriptContext
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py287 def getInvocationContext(self): member in ScriptContext

Completed in 27 milliseconds