/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormatValueUtility.java | 70 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 D | TableCellLayoutController.java | 73 …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 D | FormattedTextLayoutController.java | 127 … 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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StylesWriter.java | 138 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 D | OfficeDocumentReportTarget.java | 366 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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | OfficeStylesCollection.java | 64 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 D | FontFaceDeclsSection.java | 48 setNamespace(OfficeNamespaces.OFFICE_NS); in FontFaceDeclsSection()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | DocumentContentReadHandler.java | 83 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 D | BodyReadHandler.java | 61 if (OfficeNamespaces.OFFICE_NS.equals(uri) && "report".equals(tagName)) in getHandlerForChild()
|
H A D | DocumentStylesReadHandler.java | 70 if (!OfficeNamespaces.OFFICE_NS.equals(uri)) in getHandlerForChild()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 518 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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | OfficeNamespaces.java | 33 public static final String OFFICE_NS = "urn:oasis:names:tc:opendocument:xmlns:office:1.0"; field in OfficeNamespaces
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | StarStyleXmlFactoryModule.java | 47 …if (OfficeNamespaces.OFFICE_NS.equals(rootNamespace) && "document-styles".equals(documentInfo.getR… in getDocumentSupport()
|
H A D | StarXmlFactoryModule.java | 47 …if (OfficeNamespaces.OFFICE_NS.equals(rootNamespace) && ("document-content".equals(documentInfo.ge… in getDocumentSupport()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
H A D | ChartRawReportTarget.java | 99 … xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, getStartContent(), null, XmlWriterSupport.OPEN); in startContent()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 753 … xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, getStartContent(), null, XmlWriterSupport.OPEN); in startContent()
|