Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1131 List lastRowFormat = new Vector(); field in AgendaTemplate.Topics
1289lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1522 formatTable(cursor, lastRowFormat, true); in formatLastRow()