Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java165 private ColumnBoundary[] boundariesForTableArray; field in SpreadsheetRawReportTarget
329 boundariesForTableArray = null; in processElement()
895 if (boundariesForTableArray == null) in getBoundariesForTable()
907boundariesForTableArray = (ColumnBoundary[]) boundariesForTable.toArray(new ColumnBoundary[boundar… in getBoundariesForTable()
908 Arrays.sort(boundariesForTableArray); in getBoundariesForTable()
910 return boundariesForTableArray; in getBoundariesForTable()

Completed in 20 milliseconds