Home
last modified time | relevance | path

Searched refs:ColumnRowInfo (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java38 import org.openoffice.xmerge.converter.xml.sxc.ColumnRowInfo;
148 ColumnRowInfo colInfo = new ColumnRowInfo( ci.getColWidth(), in getColumnRowInfos()
150 ColumnRowInfo.COLUMN); in getColumnRowInfos()
160 ColumnRowInfo rowInfo = new ColumnRowInfo( rw.getRowHeight(), in getColumnRowInfos()
162 ColumnRowInfo.ROW); in getColumnRowInfos()
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnRowInfo.java32 public class ColumnRowInfo { class
51 public ColumnRowInfo(int type) { in ColumnRowInfo() method in ColumnRowInfo
63 public ColumnRowInfo(int dimension, int repeated, int type) { in ColumnRowInfo() method in ColumnRowInfo
75 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo() method in ColumnRowInfo
H A DSxcDocumentSerializer.java414 ColumnRowInfo ri = new ColumnRowInfo( rowHeight, in traverseTableRow()
416 ColumnRowInfo.ROW, in traverseTableRow()
504 ColumnRowInfo col = new ColumnRowInfo(ColumnRowInfo.COLUMN); in traverseTableColumn()
640 ColumnRowInfo cri = (ColumnRowInfo) e.nextElement(); in traverseCell()
H A DSxcDocumentDeserializer.java390 ColumnRowInfo ci = (ColumnRowInfo) e.nextElement(); in processColumns()
495 ColumnRowInfo cri = (ColumnRowInfo) e.nextElement(); in processCells()
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java39 import org.openoffice.xmerge.converter.xml.sxc.ColumnRowInfo;
441 ColumnRowInfo cri =(ColumnRowInfo) e.nextElement(); in addColInfo()