Lines Matching refs:getValue

771                 final String attrValue = String.valueOf(entry.getValue());  in performStyleProcessing()
898 final Object rawvalue = value.getValue(); in processContent()
1230 final String tableName = String.valueOf(entry.getValue()); in buildAttributeList()
1237 final String objectName = String.valueOf(entry.getValue()); in buildAttributeList()
1243 attrList.setAttribute(attrNamespace, key, String.valueOf(entry.getValue())); in buildAttributeList()
1359 …iceToken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight.getVal… in startImageProcessing()
1361 … final double clipWidth = normalizedImageWidth.getValue() - imageAreaWidthVal.getValue(); in startImageProcessing()
1362 … final double clipHeight = normalizedImageHeight.getValue() - imageAreaHeightVal.getValue(); in startImageProcessing()
1432 …umericValue.createValue(imageAreaWidthVal.getType(), (imageAreaWidthVal.getValue() - ret[0]) * 0.5… in startImageProcessing()
1433 …ericValue.createValue(imageAreaHeightVal.getType(), (imageAreaHeightVal.getValue() - ret[1]) * 0.5… in startImageProcessing()
1457 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "x", posX.getValue() + posX.getType().getType()); in startImageProcessing()
1458 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "y", posY.getValue() + posY.getType().getType()); in startImageProcessing()
1466 … "width", imageAreaWidthVal.getValue() + imageAreaWidthVal.getType().getType()); in startImageProcessing()
1472 … "height", imageAreaHeightVal.getValue() + imageAreaHeightVal.getType().getType()); in startImageProcessing()
1706 final double ratioX = areaWidth.getValue() / imageWidth.getValue(); in calcPaintSize()
1707 final double ratioY = areaHeight.getValue() / imageHeight.getValue(); in calcPaintSize()
1711 ret[0] = imageWidth.getValue() * ratioMin; in calcPaintSize()
1712 ret[1] = imageHeight.getValue() * ratioMin; in calcPaintSize()