Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java194 String families[] = new String[] { SxcConstants.COLUMN_STYLE_FAMILY, in loadStyles()
195 SxcConstants.ROW_STYLE_FAMILY, in loadStyles()
196 SxcConstants.TABLE_CELL_STYLE_FAMILY }; in loadStyles()
408 SxcConstants.ROW_STYLE_FAMILY, null, in traverseTableRow()
527 SxcConstants.TABLE_CELL_STYLE_FAMILY, null, in traverseTableColumn()
546 SxcConstants.COLUMN_STYLE_FAMILY, null, in traverseTableColumn()
612 SxcConstants.TABLE_CELL_STYLE_FAMILY, null, in traverseCell()
H A DSxcDocumentDeserializer.java392 ColumnStyle cStyle = new ColumnStyle("Default",SxcConstants.COLUMN_STYLE_FAMILY, in processColumns()
393 SxcConstants.DEFAULT_STYLE, ci.getSize(), null); in processColumns()
498 RowStyle rStyle = new RowStyle("Default",SxcConstants.ROW_STYLE_FAMILY, in processCells()
499 SxcConstants.DEFAULT_STYLE, cri.getSize(), null); in processCells()
571 CellStyle( "Default",SxcConstants.TABLE_CELL_STYLE_FAMILY, in processCells()
572 SxcConstants.DEFAULT_STYLE, fmt, null); in processCells()
H A DSxcConstants.java32 public interface SxcConstants { interface