Searched defs:ixfe (Results 1 – 10 of 10) sorted by relevance
/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 70 public void setIxfe(int ixfe) { in setIxfe()
|
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()
|
H A D | DefColWidth.java | 41 private byte[] ixfe = new byte[2]; field in DefColWidth
|
H A D | BlankCell.java | 55 public BlankCell(int row, int column, int ixfe) throws IOException { in BlankCell()
|
H A D | BoolErrCell.java | 51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell()
|
H A D | FloatNumber.java | 59 public FloatNumber(int row, int column, String cellContents, int ixfe) throws IOException { in FloatNumber()
|
H A D | LabelCell.java | 51 public LabelCell(int row, int column, String cellContents, int ixfe) in LabelCell()
|
H A D | Row.java | 43 private byte[] ixfe = new byte[2]; field in Row
|
H A D | Workbook.java | 295 public ExtendedFormat getExtendedFormat(int ixfe) { in getExtendedFormat() 381 int ixfe = addExtendedFormat(fmt); in addCell() local 442 int ixfe = 0; in addColInfo() local
|
H A D | Formula.java | 58 public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) in Formula()
|
Completed in 53 milliseconds