Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java393 TextStyle trStyle = null; in buildDocument() local
415 trStyle = (TextStyle)matches[0]; in buildDocument()
419 trStyle = tr.makeStyle(); in buildDocument()
421 trStyle.setName(newName); in buildDocument()
422 styleCat.add(trStyle); in buildDocument()
424 trStyle = (TextStyle)matches[0]; in buildDocument()
433 textSpanNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, trStyle.getName()); in buildDocument()