Searched refs:newURL (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | DatabaseDocument.java | 682 String context, newURL; in testGlobalEvents() local 706 newURL = createTempFileURL(); in testGlobalEvents() 709 storeDoc.storeAsURL(newURL, new PropertyValue[0]); in testGlobalEvents() 710 … assertEquals("storeAsURL is expected to change the document URL", databaseDoc.getURL(), newURL); in testGlobalEvents() 738 newURL = copyToTempFile(databaseDoc.getURL()); in testGlobalEvents() 742 …databaseDoc = UnoRuntime.queryInterface(XModel.class, loader.loadComponentFromURL(newURL, _BLANK, … in testGlobalEvents() 763 …databaseDoc = UnoRuntime.queryInterface(XModel.class, loader.loadComponentFromURL(newURL, _BLANK, … in testGlobalEvents() 797 …databaseDoc = UnoRuntime.queryInterface(XModel.class, loader.loadComponentFromURL(newURL, _BLANK, … in testGlobalEvents()
|
/aoo42x/main/offapi/com/sun/star/mozilla/ |
H A D | XPluginInstance.idl | 112 // DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::newURL 121 …[oneway] void newURL( [in] string MIMEDesc, [in] string theURL, [in] string filter, [in] any sessi…
|
/aoo42x/main/framework/inc/services/ |
H A D | pluginframe.hxx | 164 void SAL_CALL newURL ( const ::rtl::OUString& sMIMEDescription,
|
Completed in 34 milliseconds