Home
last modified time | relevance | path

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

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableRowReadHandler.java50 private final Section tableRow; field in TableRowReadHandler
55 tableRow = new Section(); in TableRowReadHandler()
108 tableRow.addNode(handler.getElement()); in doneParsing()
120 return tableRow; in getElement()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java145 final Section tableRow = (Section) rowController.getNode(); in createContext() local
149 … final int columnPos = findNodeInSection(tableRow, tableCell, OfficeToken.COVERED_TABLE_CELL); in createContext()
177 final int rowPos = findNodeInSection(table, tableRow, null); in createContext()
190 private int findNodeInSection(final Section tableRow, in findNodeInSection() argument
195 final Node[] nodes = tableRow.getNodeArray(); in findNodeInSection()

Completed in 10 milliseconds