Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java520 ColumnBoundary currentRowBoundary = new ColumnBoundary(getCurrentRowBoundaryMarker()); in collectBoundaryForElement() local
522 final int idx = columnBoundaryList_.indexOf(currentRowBoundary); in collectBoundaryForElement()
525 columnBoundaryList_.add(currentRowBoundary); in collectBoundaryForElement()
529 currentRowBoundary = (ColumnBoundary) columnBoundaryList_.get(idx); in collectBoundaryForElement()
531 currentRowBoundary.addTableIndex(tableCounter); in collectBoundaryForElement()

Completed in 22 milliseconds