Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java915 final ColumnBoundary[] globalBoundaries = getSortedColumnBoundaryArray(); in getColumnSpanForCell() local
937 int endBoundaryIndex = globalBoundaries.length - 1; in getColumnSpanForCell()
938 for (int i = 0; i < globalBoundaries.length; i++) in getColumnSpanForCell()
941 if (globalBoundaries[i].getBoundary() <= cellBoundary - cellWidth) in getColumnSpanForCell()
945 if (globalBoundaries[i].getBoundary() <= cellBoundary) in getColumnSpanForCell()

Completed in 23 milliseconds