Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcConstants.java38 public static final String ROW_STYLE_FAMILY = "table-row"; field
H A DSxcDocumentSerializer.java195 SxcConstants.ROW_STYLE_FAMILY, in loadStyles()
408 SxcConstants.ROW_STYLE_FAMILY, null, in traverseTableRow()
H A DSxcDocumentDeserializer.java498 RowStyle rStyle = new RowStyle("Default",SxcConstants.ROW_STYLE_FAMILY, in processCells()