Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java516 String widthStr = (String) tableColumnProperties.getAttribute("column-width"); in collectBoundaryForElement() local
517 widthStr = widthStr.substring(0, widthStr.indexOf(getUnitsOfMeasure(widthStr))); in collectBoundaryForElement()
518 final float val = Float.parseFloat(widthStr) * CELL_WIDTH_FACTOR; in collectBoundaryForElement()

Completed in 20 milliseconds