Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ !
H A DImageElementLayoutController.java149 … 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() method in ImageElementLayoutController