Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java59 private PocketWordDocument pswDoc; field in DocumentSerializerImpl
79 pswDoc = new PocketWordDocument(sxwDoc.getName()); in DocumentSerializerImpl()
113 cd.addDocument(pswDoc); in serialize()
226 pswDoc.addParagraph(pstyle, inList); in traverseParagraph()
269 pswDoc.addParagraphData(s, tStyle); in traverseParagraphContents()
301 pswDoc.addParagraphData(sb.toString(), tStyle); in traverseParagraphContents()
312 pswDoc.addParagraphData("\t", tStyle); in traverseParagraphContents()
351 pswDoc.addParagraphData("", tStyle); in traverseParagraphContents()
H A DDocumentDeserializerImpl.java64 private PocketWordDocument pswDoc = null; field in DocumentDeserializerImpl
88 pswDoc = (PocketWordDocument)e.nextElement(); in DocumentDeserializerImpl()
91 docName = pswDoc.getName(); in DocumentDeserializerImpl()
110 Enumeration pe = pswDoc.getParagraphEnumeration(); in deserialize()

Completed in 35 milliseconds