Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSpreadsheetEncoder.java69 public abstract void setCellFormat(int row, int column, Format fmt); in setCellFormat()
82 Format fmt, String cellContents) throws IOException; in addCell()
H A DColumnRowInfo.java44 private Format fmt = new Format(); field in ColumnRowInfo
86 public void setFormat(Format fmt) { in setFormat()
H A DCellStyle.java44 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 DFormat.java111 public Format(Format fmt) { in Format() method in Format
H A DSxcDocumentDeserializer.java554 Format fmt = decoder.getCellFormat(); in processCells() local
H A DSxcDocumentSerializer.java77 private Format fmt = null; field in SxcDocumentSerializer
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java290 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 DMinicalcDecoder.java69 private Format fmt = null; field in MinicalcDecoder
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelEncoder.java192 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 DPocketExcelDecoder.java56 private Format fmt = null; field in PocketExcelDecoder
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java59 public FontDescription(Format fmt) throws IOException { in FontDescription()
H A DWorkbook.java241 public int addExtendedFormat(Format fmt) throws IOException { in addExtendedFormat()
376 public void addCell(int row,int col, Format fmt, String cellContents) in addCell()
H A DFormula.java58 public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) in Formula()
H A DExtendedFormat.java92 public ExtendedFormat(int ixfnt, Format fmt) { in ExtendedFormat()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx60 char* db_pretty_print(const String* str, int flags, char* fmt) in db_pretty_print()
/trunk/main/soltools/javadep/
H A Djavadep.c623 err_quit(const char* fmt, ...) in err_quit()

Completed in 58 milliseconds