Home
last modified time | relevance | path

Searched refs:scriptUrl (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx804 scriptUrl->getUriReference()); in testVndSunStarScript()
808 scriptUrl->getName()); in testVndSunStarScript()
818 scriptUrl->hasParameter( in testVndSunStarScript()
828 scriptUrl->getParameter( in testVndSunStarScript()
837 scriptUrl->setParameter( in testVndSunStarScript()
855 scriptUrl->setName(scriptUrl->getName()); in testVndSunStarScript()
873 scriptUrl(uriRef, css::uno::UNO_QUERY_THROW); in testVndSunStarScript() local
875 scriptUrl->setParameter( in testVndSunStarScript()
883 scriptUrl->setParameter( in testVndSunStarScript()
894 scriptUrl->setName(::rtl::OUString()); in testVndSunStarScript()
[all …]
/aoo41x/main/rhino/
H A Drhino1_7R3.patch72 + public Object runScriptWindow(URL scriptUrl) throws Exception
74 + return debugGui.runScriptWindow(scriptUrl);
77 + public void openFile(URL scriptUrl, Scriptable scope, Runnable closeCallback) {
78 + debugGui.openFile(scriptUrl, scope, closeCallback);
291 + if (scriptUrl != null) {
295 + String fileName = getFileName(scriptUrl);
341 + public Object runScriptWindow(URL scriptUrl) throws Exception
343 + String key = getFileName(scriptUrl);
462 + URL scriptUrl = debugGui.officeScripts.getScriptUrl(url);
463 + if ( scriptUrl == null )
[all …]

Completed in 19 milliseconds