Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java921 float cellWidth = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell() local
925 cellWidth = cellWidth - tableBoundaries[col - 2].getBoundary(); in getColumnSpanForCell()
932cellWidth += tableBoundaries[index].getBoundary() - tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
941 if (globalBoundaries[i].getBoundary() <= cellBoundary - cellWidth) in getColumnSpanForCell()
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java217 int cellWidth = 0; in initColumnSizes() local
247 cellWidth = comp.getPreferredSize().width; in initColumnSizes()
249 preferredWidth = Math.max(headerWidth, cellWidth); in initColumnSizes()
H A DVersion.java163 int cellWidth = 0; in initColumnSizes() local
193 cellWidth = comp.getPreferredSize().width; in initColumnSizes()
195 preferredWidth = Math.max(headerWidth, cellWidth); in initColumnSizes()

Completed in 43 milliseconds