Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java80 ColInfo ci = (ColInfo) e.nextElement(); in write()
197 ColInfo ci = new ColInfo(is); in read()
247 public void addCol(ColInfo c) { in addCol()
H A DColInfo.java38 public class ColInfo implements BIFFRecord { class
56 public ColInfo(int colFirst, int colLast, int colDX, int ixfe) { in ColInfo() method in ColInfo
70 public ColInfo(InputStream is) throws IOException { in ColInfo() method in ColInfo
H A DWorkbook.java447 ColInfo newColInfo = new ColInfo( nCols, in addColInfo()
/aoo4110/main/sc/source/filter/excel/
H A Dooxml-export-TODO.txt99 @baseColWidth: ColInfo/coldx?
100 @customHeight: ColInfo/fUserSet?
101 @zeroHeight: ColInfo/fHidden?
105 @outlineLevelCol: ColInfo/iOutLevel?
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java146 ColInfo ci = (ColInfo)e.nextElement(); in getColumnRowInfos()

Completed in 35 milliseconds