Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java335 WseTextRun firstTextRun = null; in buildDocument() local
339 firstTextRun = (WseTextRun)data[i+1]; in buildDocument()
349 } else if ((matches.length > 1) && (firstTextRun != null)) { in buildDocument()
350 pStyle = matchParaByText(matches, firstTextRun.makeStyle()); in buildDocument()
372 } else if (firstTextRun != null) { in buildDocument()
373 pStyle = matchParaByText(matches, firstTextRun.makeStyle()); in buildDocument()