Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java177 Style txtMatches[] = (Style[]) oldStyleCat.getMatching(tStyle); in matchParaByText()
341 Style matches[] = oldStyleCat.getMatching(p.makeStyle()); in buildDocument()
361 matches = styleCat.getMatching(p.makeStyle()); in buildDocument()
413 Style matches[] = oldStyleCat.getMatching(tr.makeStyle()); in buildDocument()
417 matches = styleCat.getMatching(tr.makeStyle()); in buildDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java395 Style result[] = (Style[]) styleCat.getMatching(cStyle); in processColumns()
501 Style result[] = (Style[]) styleCat.getMatching(rStyle); in processCells()
574 Style result[] = (Style[]) styleCat.getMatching(tStyle); in processCells()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java218 public Style[] getMatching(Style s) { in getMatching() method in StyleCatalog

Completed in 26 milliseconds