Home
last modified time | relevance | path

Searched refs:officeDocument (Results 1 – 2 of 2) 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
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()
/trunk/main/oox/source/token/
H A Dnamespaces.txt35 officeCustomPr http://schemas.openxmlformats.org/officeDocument/2006/custom-properties
36 officeDocPropsVT http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
37 officeExtPr http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
38 officeMath http://schemas.openxmlformats.org/officeDocument/2006/math
39 officeRel http://schemas.openxmlformats.org/officeDocument/2006/relationships
40 officeRelTheme http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme

Completed in 13 milliseconds