Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java133 String families[] = new String[] { PocketWordConstants.TEXT_STYLE_FAMILY, in loadStyles()
134 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()
248 PocketWordConstants.TEXT_STYLE_FAMILY, null, in traverseParagraphContents()
H A DDocumentDeserializerImpl.java175 PocketWordConstants.DEFAULT_STYLE); in buildDocument()
205 PocketWordConstants.DEFAULT_STYLE); in buildDocument()
229 if (styleName.equals(PocketWordConstants.DEFAULT_STYLE)) { in buildDocument()
H A DPocketWordConstants.java33 public interface PocketWordConstants { interface
H A DParagraphTextSegment.java43 class ParagraphTextSegment implements PocketWordConstants {
H A DPocketWordDocument.java50 public class PocketWordDocument implements Document, PocketWordConstants {
H A DParagraph.java46 class Paragraph implements PocketWordConstants {