Searched refs:xmcf (Results 1 – 4 of 4) sorted by relevance
/trunk/main/scripting/examples/javascript/Highlight/ |
H A D | ShowDialog.js | 31 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)
|
/trunk/main/scripting/examples/beanshell/Highlight/ |
H A D | ShowDialog.bsh | 35 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)
|
/trunk/main/scripting/examples/java/Highlight/ |
H A D | HighlightText.java | 51 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()
|
/trunk/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 341 XMultiComponentFactory xmcf = xcc.getServiceManager(); in getRootNode() local
|
Completed in 34 milliseconds