Home
last modified time | relevance | path

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

/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDescriptor.java55 private Vector paragraphDesc = null; field in DocumentDescriptor
58 paragraphDesc = new Vector(0, 1); in DocumentDescriptor()
73 paragraphDesc.add(pd); in addParagraph()
114 for (int i = 0; i < paragraphDesc.size(); i++) { in getDescriptor()
115 ParagraphDescriptor pd = (ParagraphDescriptor)paragraphDesc.elementAt(i); in getDescriptor()

Completed in 9 milliseconds