Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java535 TextStyle tStyle = (TextStyle)style; in isSubset()
537 if (tStyle.values != values) in isSubset()
540 if (tStyle.sizeInPoints != 0) { in isSubset()
541 if (sizeInPoints != tStyle.sizeInPoints) in isSubset()
545 if (tStyle.fontName != null) { in isSubset()
548 if (!fontName.equals(tStyle.fontName)) in isSubset()
552 if (tStyle.fontColor != null) { in isSubset()
555 if (!fontColor.equals(tStyle.fontColor)) in isSubset()
559 if (tStyle.bgColor != null) { in isSubset()
562 if (!bgColor.equals(tStyle.bgColor)) in isSubset()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java247 TextStyle tStyle = (TextStyle)styleCat.lookup(styleName, in traverseParagraphContents() local
251 if (tStyle == null) { in traverseParagraphContents()
252 tStyle = defTextStyle; in traverseParagraphContents()
269 pswDoc.addParagraphData(s, tStyle); in traverseParagraphContents()
301 pswDoc.addParagraphData(sb.toString(), tStyle); in traverseParagraphContents() local
312 pswDoc.addParagraphData("\t", tStyle); in traverseParagraphContents()
351 pswDoc.addParagraphData("", tStyle); in traverseParagraphContents()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java570 CellStyle tStyle = new in processCells() local
574 Style result[] = (Style[]) styleCat.getMatching(tStyle); in processCells()
577 tStyle.setName("ce" + textStyles++); in processCells()
578 styleName = tStyle.getName(); in processCells()
580 styleCat.add(tStyle); in processCells()
H A DColumnStyle.java249 ColumnStyle tStyle = (ColumnStyle)style; in isSubset()
251 if(colWidth!=tStyle.getColWidth()) in isSubset()
H A DRowStyle.java249 RowStyle tStyle = (RowStyle)style; in isSubset()
251 if(rowHeight!=tStyle.getRowHeight()) in isSubset()
H A DCellStyle.java362 CellStyle tStyle = (CellStyle)style; in isSubset()
364 Format rhs = tStyle.getFormat(); in isSubset()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java174 private ParaStyle matchParaByText(Style paraStyles[], TextStyle tStyle) { in matchParaByText() argument
177 Style txtMatches[] = (Style[]) oldStyleCat.getMatching(tStyle); in matchParaByText()

Completed in 27 milliseconds