Searched refs:widthVal (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | ImageProducer.java | 298 …final CSSNumericValue widthVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getWidth() / … in produceFromByteArray() local 300 … final OfficeImage officeImage = new OfficeImage("Pictures/" + name, widthVal, heightVal); in produceFromByteArray() 354 …final CSSNumericValue widthVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getWidth() / … in produceFromString() local 358 final OfficeImage officeImage = new OfficeImage(filename, widthVal, heightVal); in produceFromString() 429 …final CSSNumericValue widthVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getWidth() / … in produceFromURL() local 434 final OfficeImage retval = new OfficeImage(urlString, widthVal, heightVal); in produceFromURL() 440 final OfficeImage officeImage = new OfficeImage(name, widthVal, heightVal); in produceFromURL()
|
Completed in 19 milliseconds