Searched refs:tryLoadingLibrary (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/scripting/examples/javascript/Highlight/ |
H A D | ShowDialog.js | 31 function tryLoadingLibrary( xmcf, context, name ) function 111 if (tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Dialog") == false || 112 tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Script") == false)
|
/aoo42x/main/scripting/examples/java/Highlight/ |
H A D | HighlightText.java | 84 if (tryLoadingLibrary(xmcf, context, "Dialog") == false || in showForm() 85 tryLoadingLibrary(xmcf, context, "Script") == false) in showForm() 200 private boolean tryLoadingLibrary( in tryLoadingLibrary() method in HighlightText
|
/aoo42x/main/scripting/examples/beanshell/Highlight/ |
H A D | ShowDialog.bsh | 35 boolean tryLoadingLibrary( xmcf, context, name ) 117 if (tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Dialog") == false || 118 tryLoadingLibrary(xmcf, XSCRIPTCONTEXT, "Script") == false)
|
Completed in 20 milliseconds