Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java177 Style txtMatches[] = (Style[]) oldStyleCat.getMatching(tStyle); in matchParaByText() local
178 if (txtMatches.length >= 1) { in matchParaByText()
179 for (int j = 0; j < txtMatches.length; j++) { in matchParaByText()
180 TextStyle t = (TextStyle)txtMatches[j]; in matchParaByText()

Completed in 19 milliseconds