Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1140 List topicCells = new Vector(); field in AgendaTemplate.Topics
1253 topicCells.add(ae); in Topics()
1265 numCell = topicCells.indexOf(topicItems.get(FILLIN_TOPIC_NUMBER)); in Topics()
1266 topicCell = topicCells.indexOf(topicItems.get(FILLIN_TOPIC_TOPIC)); in Topics()
1267 responsibleCell = topicCells.indexOf(topicItems.get(FILLIN_TOPIC_RESPONSIBLE)); in Topics()
1268 timeCell = topicCells.indexOf(topicItems.get(FILLIN_TOPIC_TIME)); in Topics()
1330 for (int i = 0; i < topicCells.size(); i++) in write2()
1332 … ((AgendaElement) topicCells.get(i)).write(table.getCellByName(cursor.getRangeName())); in write2()
1537 TextElement te = ((TextElement) topicCells.get(cell)); in setItemText()

Completed in 30 milliseconds