Searched refs:attributeMap (Results 1 – 2 of 2) sorted by relevance
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | TableCellLayoutController.java | 66 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes() local 67 …final String definedStyle = (String) attributeMap.getAttribute(OfficeNamespaces.TABLE_NS, OfficeTo… in computeAttributes() 72 final DataFlags value = computeValue(attributeMap); in computeAttributes() 73 …final String valueType = (String) attributeMap.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValu… in computeAttributes() 76 FormatValueUtility.applyValueForCell(value.getValue(), attributeMap, valueType); in computeAttributes() local 80 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes() 87 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes() 95 attributeMap.makeReadOnly(); in computeAttributes() 96 return attributeMap; in computeAttributes() 99 private DataFlags computeValue(final AttributeMap attributeMap) throws DataSourceException in computeValue() argument [all …]
|
H A D | OfficeTableLayoutController.java | 54 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes() local 71 …attributeMap.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "table-row-count", IntegerCache.getInt… in computeAttributes() 72 attributeMap.makeReadOnly(); in computeAttributes() 73 return attributeMap; in computeAttributes()
|
Completed in 14 milliseconds