Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1089 removeTableRows(table, rowIndex - 1, (rowsCount - rowIndex) + 1); in write()
1295 removeTableRows(table, 1 + rowsPerTopic, rows - rowsPerTopic - 1); in Topics()
1610 public static void removeTableRows(Object table, int start, int count) in removeTableRows() method in AgendaTemplate