Home
last modified time | relevance | path

Searched refs:xmcf (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/scripting/examples/javascript/Highlight/
H A DShowDialog.js31 function tryLoadingLibrary( xmcf, context, name ) argument
35 obj = xmcf.createInstanceWithContext(
79 xmcf = XSCRIPTCONTEXT.getComponentContext().getServiceManager();
87 obj = xmcf.createInstanceWithArgumentsAndContext(
111 if (tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Dialog") == false ||
112 tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Script") == false)
/aoo42x/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh35 boolean tryLoadingLibrary( xmcf, context, name )
39 obj = xmcf.createInstanceWithContext(
82 XMultiComponentFactory xmcf =
91 obj = xmcf.createInstanceWithArgumentsAndContext(
95 obj = xmcf.createInstanceWithContext(
117 if (tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Dialog") == false ||
118 tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Script") == false)
/aoo42x/main/scripting/examples/java/Highlight/
H A DHighlightText.java51 XMultiComponentFactory xmcf = in showForm() local
59 obj = xmcf.createInstanceWithArgumentsAndContext( in showForm()
84 if (tryLoadingLibrary(xmcf, context, "Dialog") == false || in showForm()
85 tryLoadingLibrary(xmcf, context, "Script") == false) in showForm()
201 XMultiComponentFactory xmcf, XScriptContext context, String name) in tryLoadingLibrary() argument
206 Object obj = xmcf.createInstanceWithContext( in tryLoadingLibrary()
/aoo42x/main/scripting/examples/java/selector/
H A DScriptSelector.java341 XMultiComponentFactory xmcf = xcc.getServiceManager(); in getRootNode() local

Completed in 21 milliseconds