Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1080 int rowsCount = getRowCount(UnoRuntime.queryInterface(XTextTable.class, table)); in write() local
1087 if (rowsCount >= rowIndex) in write()
1089 removeTableRows(table, rowIndex - 1, (rowsCount - rowIndex) + 1); in write()