Home
last modified time | relevance | path

Searched refs:sourceUrl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java193 URL sourceUrl = null; in invoke() local
196 sourceUrl = metaData.getSourceURL(); in invoke()
246 sourceUrl ); in invoke()
302 URL sourceUrl = metaData.getSourceURL(); in raiseEditor() local
303 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()
310 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java192 URL sourceUrl = null; in invoke() local
195 sourceUrl = metaData.getSourceURL(); in invoke()
216 String editorURL = sourceUrl.toString(); in invoke()
335 URL sourceUrl = metaData.getSourceURL(); in raiseEditor() local
336 editor = ScriptEditorForJavaScript.getEditor( sourceUrl ); in raiseEditor()
343 editor = ScriptEditorForJavaScript.getEditor( sourceUrl ); in raiseEditor()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java319 URL sourceUrl = getSourceURL(); in loadSource() local
320 LogUtils.DEBUG("** In load source BUT not loading yet for " + sourceUrl ); in loadSource()
322 if ( sourceUrl != null ) in loadSource()
325 InputStream in = sourceUrl.openStream(); in loadSource()

Completed in 23 milliseconds