Home
last modified time | relevance | path

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

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java112 final AttributeMap variablesGet = new AttributeMap(); in delegateContentGeneration() local
113 variablesGet.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, in delegateContentGeneration()
115 variablesGet.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, in delegateContentGeneration()
117 variablesGet.setAttribute(OfficeNamespaces.TEXT_NS, "name", name); in delegateContentGeneration()
123variablesGet.setAttribute(OfficeNamespaces.STYLE_NS, "data-style-name", dataStyleName); in delegateContentGeneration()
127variablesGet.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, valueType); in delegateContentGeneration()
128 target.startElement(variablesGet); in delegateContentGeneration()
130 target.endElement(variablesGet); in delegateContentGeneration()

Completed in 13 milliseconds