Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java73 …pe = (String) attributeMap.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in computeAttributes()
76 FormatValueUtility.applyValueForCell(value.getValue(), attributeMap, valueType); in computeAttributes()
81 FormatValueUtility.VALUE, "NaN"); in computeAttributes()
88 FormatValueUtility.VALUE_TYPE, "string"); in computeAttributes()
115 FormatValueUtility.VALUE_TYPE, "string"); in computeValue()
119 return FormatValueUtility.computeDataFlag(element, getFlowController()); in computeValue()
H A DFormattedTextLayoutController.java127 … variablesGet.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, valueType); in delegateContentGeneration()
134 final DataFlags df = FormatValueUtility.computeDataFlag(element, getFlowController()); in delegateContentGeneration()
144 …l && "string".equals(cell.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE))) in delegateContentGeneration()
217 …String type = (String) tce.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in computeValueType()
H A DFormatValueUtility.java51 public class FormatValueUtility class
61 private FormatValueUtility() in FormatValueUtility() method in FormatValueUtility
H A DVariablesDeclarationLayoutController.java145 String formula = FormatValueUtility.applyValueForVariable(value, variableSection); in generateVariableSetSection()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java33 import com.sun.star.report.pentaho.layoutprocessor.FormatValueUtility;
591 …g varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in startOther()
598 …g varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in startOther()
1435 …entryList.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, (String) entry.g… in endContent()

Completed in 31 milliseconds