Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java916 final ColumnBoundary[] tableBoundaries = getBoundariesForTable(table); in getColumnSpanForCell() local
920 float cellBoundary = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
921 float cellWidth = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
925 cellWidth = cellWidth - tableBoundaries[col - 2].getBoundary(); in getColumnSpanForCell()
932 … cellWidth += tableBoundaries[index].getBoundary() - tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
933 cellBoundary = tableBoundaries[index].getBoundary(); in getColumnSpanForCell()

Completed in 14 milliseconds