/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SpreadsheetEncoder.java | 69 public abstract void setCellFormat(int row, int column, Format fmt); in setCellFormat() 82 Format fmt, String cellContents) throws IOException; in addCell()
|
H A D | ColumnRowInfo.java | 44 private Format fmt = new Format(); field in ColumnRowInfo 86 public void setFormat(Format fmt) { in setFormat()
|
H A D | CellStyle.java | 44 private Format fmt = new Format(); field in CellStyle 106 public CellStyle(String name, String family, String parent,Format fmt, StyleCatalog sc) { in CellStyle()
|
H A D | Format.java | 111 public Format(Format fmt) { in Format() method in Format
|
H A D | SxcDocumentDeserializer.java | 554 Format fmt = decoder.getCellFormat(); in processCells() local
|
H A D | SxcDocumentSerializer.java | 77 private Format fmt = null; field in SxcDocumentSerializer
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcEncoder.java | 290 public void addCell(int row, int column, Format fmt, String cellContents) throws IOException { in addCell() 528 public void setCellFormat(int row, int column, Format fmt) { in setCellFormat() 546 private long getFormat(Format fmt) in getFormat()
|
H A D | MinicalcDecoder.java | 69 private Format fmt = null; field in MinicalcDecoder
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | PocketExcelEncoder.java | 192 public void addCell(int row, int column, Format fmt, String cellContents) throws IOException { in addCell() 261 public void setCellFormat(int row, int column, Format fmt) { in setCellFormat()
|
H A D | PocketExcelDecoder.java | 56 private Format fmt = null; field in PocketExcelDecoder
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | FontDescription.java | 59 public FontDescription(Format fmt) throws IOException { in FontDescription()
|
H A D | Workbook.java | 241 public int addExtendedFormat(Format fmt) throws IOException { in addExtendedFormat() 377 public void addCell(int row,int col, Format fmt, String cellContents) in addCell()
|
H A D | Formula.java | 58 public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) in Formula()
|
H A D | ExtendedFormat.java | 92 public ExtendedFormat(int ixfnt, Format fmt) { in ExtendedFormat()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 60 char* db_pretty_print(const String* str, int flags, char* fmt) in db_pretty_print()
|
/aoo4110/main/soltools/javadep/ |
H A D | javadep.c | 611 err_quit(const char* fmt, ...) in err_quit()
|