Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java60 …protected void storeToURL(Object officeDocument, Properties props, String targetUrl, String filter… in storeToURL() argument
73 xs.storeToURL(targetUrl, o); in storeToURL()
76 …protected void storeToURL(Object officeDocument, String targetUrl, String filterName, PropertyValu… in storeToURL() argument
80 storeToURL(officeDocument, new Properties(), targetUrl, filterName, filterData); in storeToURL()
83 protected void storeToURL(Object officeDocument, String targetUrl, String filterName) in storeToURL() argument
87 storeToURL(officeDocument, new Properties(), targetUrl, filterName, new PropertyValue[0]); in storeToURL()

Completed in 17 milliseconds