Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1135 List topicCellFormats = new Vector(); field in AgendaTemplate.Topics
1256topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1339 formatTable(cursor, topicCellFormats, false); in write2()
1414 ((TableCellFormatter) topicCellFormats.get(cursorMoves)).format(xc); in writeCell()