Home
last modified time | relevance | path

Searched refs:ExtendedFormat (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java82 ExtendedFormat xf = new ExtendedFormat(0, defaultFormat); in Workbook()
115 ExtendedFormat xf = (ExtendedFormat) e.nextElement(); in write()
197 ExtendedFormat xf = new ExtendedFormat(is); in read()
245 ExtendedFormat xf = new ExtendedFormat(ixfnt, fmt); in addExtendedFormat()
251 ExtendedFormat currentXF = (ExtendedFormat) e.nextElement(); in addExtendedFormat()
295 public ExtendedFormat getExtendedFormat(int ixfe) { in getExtendedFormat()
297 return (ExtendedFormat) extendedFormats.elementAt(ixfe); in getExtendedFormat()
H A DExtendedFormat.java41 public class ExtendedFormat implements BIFFRecord, class
82 public ExtendedFormat(InputStream is) throws IOException { in ExtendedFormat() method in ExtendedFormat
92 public ExtendedFormat(int ixfnt, Format fmt) { in ExtendedFormat() method in ExtendedFormat
282 public boolean compareTo(ExtendedFormat rhs) { in compareTo()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java407 ExtendedFormat xf = wb.getExtendedFormat(cell.getIxfe()); in readCellFormat()
421 fmt.setAttribute(Format.TOP_BORDER, xf.isBorder(ExtendedFormat.TOP_BORDER)); in readCellFormat()
422 fmt.setAttribute(Format.BOTTOM_BORDER, xf.isBorder(ExtendedFormat.BOTTOM_BORDER)); in readCellFormat()
423 fmt.setAttribute(Format.RIGHT_BORDER, xf.isBorder(ExtendedFormat.RIGHT_BORDER)); in readCellFormat()
424 fmt.setAttribute(Format.LEFT_BORDER, xf.isBorder(ExtendedFormat.LEFT_BORDER)); in readCellFormat()