Home
last modified time | relevance | path

Searched refs:ixfe (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DCellValue.java37 protected byte[] ixfe = new byte[2]; field in CellValue
62 return EndianConverter.readShort(ixfe); in getIxfe()
70 public void setIxfe(int ixfe) { in setIxfe() argument
71 this.ixfe = EndianConverter.writeShort((short) (ixfe)); in setIxfe()
101 output.write(ixfe); in write()
114 numOfBytesRead += input.read(ixfe); in read()
118 " ixfe : " + EndianConverter.readShort(ixfe)); in read()
H A DWorkbook.java295 public ExtendedFormat getExtendedFormat(int ixfe) { in getExtendedFormat() argument
297 return (ExtendedFormat) extendedFormats.elementAt(ixfe); in getExtendedFormat()
381 int ixfe = addExtendedFormat(fmt); in addCell() local
391 Formula f = new Formula(row, col, cellContents, ixfe, fmt, this); in addCell()
399 BoolErrCell errorCell = new BoolErrCell(row, col, ixfe, 0x2A, 1); in addCell()
404 FloatNumber num = new FloatNumber(row, col, cellContents, ixfe); in addCell()
408 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
414 BlankCell b = new BlankCell(row, col, ixfe); in addCell()
418 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
442 int ixfe = 0; in addColInfo() local
[all …]
H A DColInfo.java43 private byte[] ixfe = new byte[2]; // index for formatting field in ColInfo
56 public ColInfo(int colFirst, int colLast, int colDX, int ixfe) { in ColInfo() argument
61 this.ixfe = EndianConverter.writeShort((short)ixfe); in ColInfo()
87 numOfBytesRead += input.read(ixfe); in read()
94 " ixfe : " + EndianConverter.readShort(ixfe) + in read()
146 output.write(ixfe); in write()
H A DDefColWidth.java41 private byte[] ixfe = new byte[2]; field in DefColWidth
46 ixfe = new byte[] {0x00, 0x00}; in DefColWidth()
73 output.write(ixfe); in write()
82 numOfBytesRead += input.read(ixfe); in read()
86 " ixfe : " + EndianConverter.readShort(ixfe)); in read()
H A DBlankCell.java55 public BlankCell(int row, int column, int ixfe) throws IOException { in BlankCell() argument
59 setIxfe(ixfe); in BlankCell()
76 output.write(ixfe); in write()
92 numOfBytesRead += input.read(ixfe); in read()
96 " ixfe : " + EndianConverter.readShort(ixfe)); in read()
H A DRow.java43 private byte[] ixfe = new byte[2]; field in Row
62 ixfe = EndianConverter.writeShort((short) 0); in Row()
113 numOfBytesRead += input.read(ixfe); in read()
118 " ixfe : " + EndianConverter.readShort(ixfe)); in read()
128 output.write(ixfe); in write()
H A DBoolErrCell.java51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() argument
53 setIxfe(ixfe); in BoolErrCell()
H A DFloatNumber.java59 public FloatNumber(int row, int column, String cellContents, int ixfe) throws IOException { in FloatNumber() argument
61 setIxfe(ixfe); in FloatNumber()
H A DLabelCell.java51 public LabelCell(int row, int column, String cellContents, int ixfe) in LabelCell() argument
57 setIxfe(ixfe); in LabelCell()
H A DFormula.java58 public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) in Formula() argument
65 setIxfe(ixfe); in Formula()
/AOO41X/main/oox/source/dump/
H A Dbiffdumper.ini2373 63=from-ixfe