Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1494 int targetNumOfRows = topics * rowsPerTopic + 1; in reduceDocumentTo() local
1495 if (tableRows.getCount() > targetNumOfRows) in reduceDocumentTo()
1497 tableRows.removeByIndex(targetNumOfRows, tableRows.getCount() - targetNumOfRows); in reduceDocumentTo()

Completed in 26 milliseconds