Searched refs:officeDocument (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/wizards/com/sun/star/wizards/web/export/ |
| H A D | AbstractExporter.java | 60 …protected void storeToURL(Object officeDocument, Properties props, String targetUrl, String filter… in storeToURL() argument 71 XStorable xs = UnoRuntime.queryInterface(XStorable.class, officeDocument); 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()
|