Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java214 public Enumeration getParagraphEnumeration() { in getParagraphEnumeration() method in PocketWordDocument
H A DDocumentDeserializerImpl.java110 Enumeration pe = pswDoc.getParagraphEnumeration(); in deserialize()