Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormatValueUtility.java70 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "time"); in applyValueForVariable()
72 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, "time-value", ret); in applyValueForVariable()
76 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "date"); in applyValueForVariable()
78 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, "date-value", ret); in applyValueForVariable()
82 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable()
84 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, ret); in applyValueForVariable()
88 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable()
105 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "string"); in applyValueForVariable()
111 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, STRING_VALUE, ""); in applyValueForVariable()
135 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForCell()
[all …]
H A DTableCellLayoutController.java73 …final String valueType = (String) attributeMap.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValu… in computeAttributes()
80 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes()
87 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes()
114 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeValue()
H A DFormattedTextLayoutController.java127 … variablesGet.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, valueType); in delegateContentGeneration()
144 …if (cell != null && "string".equals(cell.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtili… in delegateContentGeneration()
217 …final String type = (String) tce.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE… in computeValueType()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java138 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "master-styles", XmlWriterSupport.OPEN); in writeMasterStylesSection()
159 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "styles", XmlWriterSupport.OPEN); in writeCommonStylesSection()
174 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "automatic-styles", XmlWriterSupport.OPEN); in writeAutomaticStylesSection()
188 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "font-face-decls", XmlWriterSupport.OPEN); in writeFontFaces()
344 OfficeNamespaces.OFFICE_NS); in performWriteRootTag()
373 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in performWriteRootTag()
377 this.xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, in performWriteRootTag()
H A DOfficeDocumentReportTarget.java366 rootAttributes.addNamespaceDeclaration("office", OfficeNamespaces.OFFICE_NS); in startReport()
391 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in startReport()
395 …this.rootXmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "document-content", rootAttributes, XmlWri… in startReport()
534 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "body", attrs)) in startElement()
551 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "report", attrs)) in startElement()
796 getXmlWriter().writeTag(OfficeNamespaces.OFFICE_NS, "body", XmlWriterSupport.OPEN); in startBody()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStylesCollection.java64 automaticStyles.setNamespace(OfficeNamespaces.OFFICE_NS); in OfficeStylesCollection()
68 commonStyles.setNamespace(OfficeNamespaces.OFFICE_NS); in OfficeStylesCollection()
72 masterStyles.setNamespace(OfficeNamespaces.OFFICE_NS); in OfficeStylesCollection()
H A DFontFaceDeclsSection.java48 setNamespace(OfficeNamespaces.OFFICE_NS); in FontFaceDeclsSection()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java83 this.report.setNamespace(OfficeNamespaces.OFFICE_NS); in startParsing()
123 if (!OfficeNamespaces.OFFICE_NS.equals(getUri()) || "document-content".equals(getTagName())) in parseContentXml()
171 if (OfficeNamespaces.OFFICE_NS.equals(uri)) in getHandlerForChild()
H A DBodyReadHandler.java61 if (OfficeNamespaces.OFFICE_NS.equals(uri) && "report".equals(tagName)) in getHandlerForChild()
H A DDocumentStylesReadHandler.java70 if (!OfficeNamespaces.OFFICE_NS.equals(uri)) in getHandlerForChild()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java518 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "text", null, XmlWriterSupport.OPEN); in startContent()
591 …final String varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.… in startOther()
598 …final String varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.… in startOther()
1266 rootAttributes.addNamespaceDeclaration("office", OfficeNamespaces.OFFICE_NS); in endReport()
1269 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in endReport()
1275 …xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "document-settings", rootAttributes, XmlWriterSuppo… in endReport()
1276 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "settings", XmlWriterSupport.OPEN); in endReport()
1435 …entryList.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, (String) entry.g… in endContent()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java33 public static final String OFFICE_NS = "urn:oasis:names:tc:opendocument:xmlns:office:1.0"; field in OfficeNamespaces
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DStarStyleXmlFactoryModule.java47 …if (OfficeNamespaces.OFFICE_NS.equals(rootNamespace) && "document-styles".equals(documentInfo.getR… in getDocumentSupport()
H A DStarXmlFactoryModule.java47 …if (OfficeNamespaces.OFFICE_NS.equals(rootNamespace) && ("document-content".equals(documentInfo.ge… in getDocumentSupport()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java99 … xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, getStartContent(), null, XmlWriterSupport.OPEN); in startContent()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java753 … xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, getStartContent(), null, XmlWriterSupport.OPEN); in startContent()

Completed in 99 milliseconds