Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1361 … final double clipWidth = normalizedImageWidth.getValue() - imageAreaWidthVal.getValue(); in startImageProcessing() local
1363 if (clipWidth > 0 && clipHeight > 0) in startImageProcessing()
1372 buffer.append(clipWidth / 2); in startImageProcessing()
1378 buffer.append(clipWidth / 2); in startImageProcessing()
1386 else if (clipWidth > 0) in startImageProcessing()
1392 buffer.append(clipWidth / 2); in startImageProcessing()
1395 buffer.append(clipWidth / 2); in startImageProcessing()

Completed in 26 milliseconds