Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java66 … 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 DOfficeTableLayoutController.java54 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes() local
71attributeMap.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "table-row-count", IntegerCache.getInt… in computeAttributes()
72 attributeMap.makeReadOnly(); in computeAttributes()
73 return attributeMap; in computeAttributes()

Completed in 16 milliseconds