Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1353 final CSSNumericValue normalizedImageWidth = in startImageProcessing() local
1359 …if (OfficeToken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight… in startImageProcessing()
1361 … final double clipWidth = normalizedImageWidth.getValue() - imageAreaWidthVal.getValue(); in startImageProcessing()
1420 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()
1424 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()
1430 …uble[] ret = calcPaintSize(imageAreaWidthVal, imageAreaHeightVal, normalizedImageWidth, normalized… in startImageProcessing()

Completed in 2575 milliseconds