Home
last modified time | relevance | path

Searched refs:ixfnt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java44 private byte[] ixfnt = new byte[2]; // Index to Font Record field in ExtendedFormat
92 public ExtendedFormat(int ixfnt, Format fmt) { in ExtendedFormat() argument
94 this.ixfnt = EndianConverter.writeShort((short)ixfnt); in ExtendedFormat()
178 return EndianConverter.readShort(ixfnt); in getFontIndex()
323 int numOfBytesRead = input.read(ixfnt); in read()
338 Debug.log(Debug.TRACE,"\tixfnt : "+ EndianConverter.readShort(ixfnt) + in read()
362 output.write(ixfnt); in write()
H A DWorkbook.java244 int ixfnt = addFont(fd); in addExtendedFormat() local
245 ExtendedFormat xf = new ExtendedFormat(ixfnt, fmt); in addExtendedFormat()
283 public FontDescription getFontDescription(int ixfnt) { in getFontDescription() argument
285 return (FontDescription) fonts.elementAt(ixfnt); in getFontDescription()

Completed in 56 milliseconds