Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pexcel/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()
H A DWorkbook.java244 int ixfnt = addFont(fd); in addExtendedFormat() local
283 public FontDescription getFontDescription(int ixfnt) { in getFontDescription()