Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java41 public class RowStyle extends Style implements Cloneable { class
53 public RowStyle(Node node, StyleCatalog sc) { in RowStyle() method in RowStyle
104 public RowStyle(String name, String family, String parent,int rowHeight, StyleCatalog sc) { in RowStyle() method in RowStyle
180 RowStyle resolved = null; in getResolved()
182 resolved = (RowStyle)this.clone(); in getResolved()
189 RowStyle parentStyle = null; in getResolved()
192 parentStyle = (RowStyle)sc.lookup(parent, family, null, in getResolved()
198 parentStyle = (RowStyle)parentStyle.getResolved(); in getResolved()
201 parentStyle = (RowStyle)sc.lookup("DEFAULT_STYLE", null, in getResolved()
209 parentStyle = (RowStyle)parentStyle.getResolved(); in getResolved()
[all …]
H A DSxcDocumentDeserializer.java498 RowStyle rStyle = new RowStyle("Default",SxcConstants.ROW_STYLE_FAMILY, in processCells()
510 RowStyle existingStyle = (RowStyle) result[0]; in processCells()
H A DSxcDocumentSerializer.java198 RowStyle.class, in loadStyles()
407 RowStyle rStyle = ( RowStyle)styleCat.lookup(styleName, in traverseTableRow()
409 RowStyle.class); in traverseTableRow()

Completed in 25 milliseconds