Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1355 final CSSNumericValue normalizedImageHeight = in startImageProcessing() local
1359 …oken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight.getValue()… in startImageProcessing()
1362 … final double clipHeight = normalizedImageHeight.getValue() - imageAreaHeightVal.getValue(); in startImageProcessing()
1402 imageAreaHeightVal = normalizedImageHeight; in startImageProcessing()
1425 imageAreaHeightVal = normalizedImageHeight; in startImageProcessing()
1430 … calcPaintSize(imageAreaWidthVal, imageAreaHeightVal, normalizedImageWidth, normalizedImageHeight); in startImageProcessing()

Completed in 22 milliseconds