Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableRowsReadHandler.java49 private final Section tableRows; field in TableRowsReadHandler
54 tableRows = new Section(); in TableRowsReadHandler()
90 tableRows.addNode(handler.getElement()); in doneParsing()
96 return tableRows; in getElement()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1493 XTableRows tableRows = table.getRows(); in reduceDocumentTo() local
1495 if (tableRows.getCount() > targetNumOfRows) in reduceDocumentTo()
1497 tableRows.removeByIndex(targetNumOfRows, tableRows.getCount() - targetNumOfRows); in reduceDocumentTo()

Completed in 33 milliseconds