Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java134 PocketWordConstants.PARAGRAPH_STYLE_FAMILY, in loadStyles()
135 PocketWordConstants.PARAGRAPH_STYLE_FAMILY }; in loadStyles()
212 PocketWordConstants.PARAGRAPH_STYLE_FAMILY, null, in traverseParagraph()
219 PocketWordConstants.PARAGRAPH_STYLE_FAMILY, null, in traverseParagraph()
H A DPocketWordConstants.java41 public static final String PARAGRAPH_STYLE_FAMILY = "paragraph"; field
H A DParagraph.java809 return new ParaStyle(null, PARAGRAPH_STYLE_FAMILY, null, attrs, in makeStyle()