| /AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
| H A D | CellValue.java | 37 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 D | Workbook.java | 295 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 D | ColInfo.java | 43 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 D | DefColWidth.java | 41 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 D | BlankCell.java | 55 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 D | Row.java | 43 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 D | BoolErrCell.java | 51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() argument 53 setIxfe(ixfe); in BoolErrCell()
|
| H A D | FloatNumber.java | 59 public FloatNumber(int row, int column, String cellContents, int ixfe) throws IOException { in FloatNumber() argument 61 setIxfe(ixfe); in FloatNumber()
|
| H A D | LabelCell.java | 51 public LabelCell(int row, int column, String cellContents, int ixfe) in LabelCell() argument 57 setIxfe(ixfe); in LabelCell()
|
| H A D | Formula.java | 58 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 D | biffdumper.ini | 2373 63=from-ixfe
|