Home
last modified time | relevance | path

Searched defs:createOfficeDocument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcPluginFactory.java58 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument() method in SxcPluginFactory
68 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument() method in SxcPluginFactory
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxw/
H A DSxwPluginFactory.java54 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument() method in SxwPluginFactory
63 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument() method in SxwPluginFactory
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DPluginFactory.java130 public abstract Document createOfficeDocument(String name, InputStream is) in createOfficeDocument() method in PluginFactory
159 public abstract Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument() method in PluginFactory
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DPluginFactoryImpl.java116 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument() method in PluginFactoryImpl
125 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument() method in PluginFactoryImpl

Completed in 29 milliseconds