Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1362 … final double clipHeight = normalizedImageHeight.getValue() - imageAreaHeightVal.getValue(); in startImageProcessing() local
1363 if (clipWidth > 0 && clipHeight > 0) in startImageProcessing()
1369 buffer.append(clipHeight / 2); in startImageProcessing()
1375 buffer.append(clipHeight / 2); in startImageProcessing()
1404 else if (clipHeight > 0) in startImageProcessing()
1410 buffer.append(clipHeight / 2); in startImageProcessing()
1413 buffer.append(clipHeight / 2); in startImageProcessing()

Completed in 22 milliseconds