Searched refs:rowsCount (Results 1 – 1 of 1) sorted by relevance
1080 int rowsCount = getRowCount(UnoRuntime.queryInterface(XTextTable.class, table)); in write() local1087 if (rowsCount >= rowIndex) in write()1089 removeTableRows(table, rowIndex - 1, (rowsCount - rowIndex) + 1); in write()