Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1334 CSSNumericValue imageAreaWidthVal; in startImageProcessing() local
1342 imageAreaWidthVal = computeImageWidth(imageContext); in startImageProcessing()
1345 if (imageAreaWidthVal == null || imageAreaHeightVal == null) in startImageProcessing()
1373 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()
1420 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()
1424 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()
1432 …posX = CSSNumericValue.createValue(imageAreaWidthVal.getType(), (imageAreaWidthVal.getValue() - re… in startImageProcessing()
1435imageAreaWidthVal = CSSNumericValue.createValue(imageAreaWidthVal.getType(), ret[0]); in startImageProcessing()
1445 imageAreaWidthVal = image.getWidth(); in startImageProcessing()
1463 if (imageAreaWidthVal != null) in startImageProcessing()
[all …]

Completed in 51 milliseconds