Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java174 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, in buildDocument()
180 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, pStyle.getName()); in buildDocument()
200 span.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, ts.getName()); in buildDocument()
204 span.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, in buildDocument()
228 String styleName = firstSpan.getAttribute(ATTRIBUTE_TEXT_STYLE_NAME); in buildDocument()
H A DDocumentSerializerImpl.java209 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraph()
246 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraphContents()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java387 currPara.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, pStyle.getName()); in buildDocument()
433 textSpanNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, trStyle.getName()); in buildDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java205 public final static String ATTRIBUTE_TEXT_STYLE_NAME = "text:style-name"; field

Completed in 22 milliseconds