Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DSxcDocumentDeserializerImpl.java30 import org.openoffice.xmerge.converter.palm.PalmDocument;
90 PalmDocument palmDoc = (PalmDocument) e.nextElement(); in getWorkbookName()
119 PalmDocument palmDoc = (PalmDocument) e.nextElement(); in getWorksheetNames()
H A DPluginFactoryImpl.java36 import org.openoffice.xmerge.converter.palm.PalmDocument;
115 PalmDocument palmDoc = new PalmDocument(is); in createDeviceDocument()
H A DSxcDocumentSerializerImpl.java40 import org.openoffice.xmerge.converter.palm.PalmDocument;
114 PalmDocument palmDoc = new PalmDocument(fullSheetName, in serialize()
H A DMinicalcDecoder.java44 import org.openoffice.xmerge.converter.palm.PalmDocument;
129 PalmDocument palmDoc; in addDeviceContent()
135 palmDoc = (PalmDocument) e.nextElement(); in addDeviceContent()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DPluginFactoryImpl.java36 import org.openoffice.xmerge.converter.palm.PalmDocument;
139 PalmDocument palmDoc = new PalmDocument(is); in createDeviceDocument()
H A DDocumentSerializerImpl.java44 import org.openoffice.xmerge.converter.palm.PalmDocument;
166 PalmDocument palmDoc = new PalmDocument(docName, in serialize()
H A DDocumentDeserializerImpl.java39 import org.openoffice.xmerge.converter.palm.PalmDocument;
109 PalmDocument palmDoc = null; in deserialize()
113 palmDoc = (PalmDocument) e.nextElement(); in deserialize()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DPluginFactoryImpl.java36 import org.openoffice.xmerge.converter.palm.PalmDocument;
133 PalmDocument palmDoc = new PalmDocument(is); in createDeviceDocument()
H A DDocumentDeserializerImpl.java42 import org.openoffice.xmerge.converter.palm.PalmDocument;
98 PalmDocument palmDoc = (PalmDocument) e.nextElement(); in deserialize()
H A DDocumentSerializerImpl.java42 import org.openoffice.xmerge.converter.palm.PalmDocument;
126 PalmDocument palmDoc = new PalmDocument(docName, in serialize()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java46 public class PalmDocument class
67 public PalmDocument(InputStream is) throws IOException { in PalmDocument() method in PalmDocument
86 public PalmDocument(String name, int creatorID, int typeID, int version, in PalmDocument() method in PalmDocument

Completed in 42 milliseconds