Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1182 Map topicItems = new Hashtable(4); in Topics() local
1250 topicItems.put(xTextRange.getString().toLowerCase().trim(), 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()