Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java521 final List columnBoundaryList_ = getColumnBoundaryList(); 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()

Completed in 15 milliseconds