Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java116 public float getBoundary() in getBoundary() method in SpreadsheetRawReportTarget.ColumnBoundary
613 float columnWidth = cb.getBoundary(); in createTableColumns()
616 columnWidth -= cba[i - 1].getBoundary(); in createTableColumns()
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()
941 if (globalBoundaries[i].getBoundary() <= cellBoundary - cellWidth) in getColumnSpanForCell()
945 if (globalBoundaries[i].getBoundary() <= cellBoundary) in getColumnSpanForCell()

Completed in 22 milliseconds