Home
last modified time | relevance | path

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 DCellValue.java37 protected byte[] ixfe = new byte[2]; field in CellValue
70 public void setIxfe(int ixfe) { in setIxfe()
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()
H A DDefColWidth.java41 private byte[] ixfe = new byte[2]; field in DefColWidth
H A DBlankCell.java55 public BlankCell(int row, int column, int ixfe) throws IOException { in BlankCell()
H A DBoolErrCell.java51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell()
H A DFloatNumber.java59 public FloatNumber(int row, int column, String cellContents, int ixfe) throws IOException { in FloatNumber()
H A DLabelCell.java51 public LabelCell(int row, int column, String cellContents, int ixfe) in LabelCell()
H A DRow.java43 private byte[] ixfe = new byte[2]; field in Row
H A DWorkbook.java295 public ExtendedFormat getExtendedFormat(int ixfe) { in getExtendedFormat()
381 int ixfe = addExtendedFormat(fmt); in addCell() local
442 int ixfe = 0; in addColInfo() local
H A DFormula.java58 public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) in Formula()

Completed in 53 milliseconds