Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1518 final CSSNumericValue value = computeRowHeight(styleName); in computeImageHeight()
1527 protected CSSNumericValue computeRowHeight(final String rowStyle) in computeRowHeight() method in OfficeDocumentReportTarget
1546 return computeRowHeight(styleParent); in computeRowHeight()
1566 return computeRowHeight(styleParent); in computeRowHeight()
1586 return computeRowHeight(styleParent); in computeRowHeight()
1612 return computeRowHeight(styleParent); in computeColumnWidth()
1632 return computeRowHeight(styleParent); in computeColumnWidth()
1652 return computeRowHeight(styleParent); in computeColumnWidth()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java651 rowHeights.add(computeRowHeight(styleName)); in endOther()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java729 final CSSNumericValue rowHeight = computeRowHeight(rowStyle); in startRow()