Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java230 ParaStyle pstyle = (ParaStyle)styleCat.lookup(styleName, "paragraph", in traverseParagraph() local
236 if (pstyle == null) { in traverseParagraph()
238 pstyle = (ParaStyle)styleCat.lookup(styleName, "paragraph", null, in traverseParagraph()
240 if (pstyle == null) { in traverseParagraph()
241 pstyle = new ParaStyle(styleName, "paragraph", null, in traverseParagraph()
243 styleCat.add(pstyle); in traverseParagraph()
249 pstyle = (ParaStyle)pstyle.getResolved(); in traverseParagraph()
250 encoder.addElement(new WsePara(pstyle, styleCat)); in traverseParagraph()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java211 ParaStyle pstyle = (ParaStyle)styleCat.lookup(styleName, in traverseParagraph() local
214 if (pstyle != null) { in traverseParagraph()
215 pstyle = (ParaStyle)pstyle.getResolved(); in traverseParagraph()
221 if (pstyle != null) { in traverseParagraph()
226 pswDoc.addParagraph(pstyle, inList); in traverseParagraph()

Completed in 19 milliseconds