Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1256 … topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1280 … firstRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1289 … lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1414 ((TableCellFormatter) topicCellFormats.get(cursorMoves)).format(xc); in writeCell()
1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable()
1920 class TableCellFormatter class
1939 public TableCellFormatter(Object tableCell) in TableCellFormatter() method in TableCellFormatter