Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java898 final List boundaryList = getColumnBoundaryList(); in getBoundariesForTable() local
899 for (int i = 0; i < boundaryList.size(); i++) in getBoundariesForTable()
901 final ColumnBoundary b = (ColumnBoundary) boundaryList.get(i); in getBoundariesForTable()

Completed in 17 milliseconds