Searched refs:scriptUrl (Results 1 – 2 of 2) sorted by relevance
804 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() local875 scriptUrl->setParameter( in testVndSunStarScript()883 scriptUrl->setParameter( in testVndSunStarScript()894 scriptUrl->setName(::rtl::OUString()); in testVndSunStarScript()[all …]
72 + public Object runScriptWindow(URL scriptUrl) throws Exception74 + 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 Exception343 + String key = getFileName(scriptUrl);462 + URL scriptUrl = debugGui.officeScripts.getScriptUrl(url);463 + if ( scriptUrl == null )[all …]
Completed in 20 milliseconds