| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | StylesWriter.java | 69 private final XmlWriter xmlWriter; field in StylesWriter 78 this.xmlWriter = new XmlWriter(writer, tagDescription); in StylesWriter() 79 this.xmlWriter.setAlwaysAddNamespace(true); in StylesWriter() 83 public StylesWriter(final XmlWriter xmlWriter) in StylesWriter() argument 85 this.xmlWriter = xmlWriter; in StylesWriter() 131 xmlWriter.writeCloseTag(); in writeGlobalStyles() 138 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "master-styles", XmlWriterSupport.OPEN); in writeMasterStylesSection() 153 xmlWriter.writeCloseTag(); in writeMasterStylesSection() 159 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "styles", XmlWriterSupport.OPEN); in writeCommonStylesSection() 168 xmlWriter.writeCloseTag(); in writeCommonStylesSection() [all …]
|
| H A D | OfficeDocumentReportTarget.java | 156 private final XmlWriter xmlWriter; field in OfficeDocumentReportTarget.BufferState 160 protected BufferState(final XmlWriter xmlWriter, in BufferState() argument 165 this.xmlWriter = xmlWriter; in BufferState() 176 return xmlWriter; in getXmlWriter() 851 final XmlWriter xmlWriter = getXmlWriter(); in processText() local 856 xmlWriter.writeTextNormalized(line, false); in processText() 860 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, "line-break", XmlWriterSupport.CLOSE); in processText() 911 final XmlWriter xmlWriter = getXmlWriter(); in processContent() local 919 xmlWriter.writeTextNormalized(line, false); in processContent() 923 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, "line-break", XmlWriterSupport.CLOSE); in processContent() [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 517 final XmlWriter xmlWriter = getXmlWriter(); in startContent() local 518 xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "text", null, XmlWriterSupport.OPEN); in startContent() 615 final XmlWriter xmlWriter = getXmlWriter(); in startOther() local 616 xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, OfficeToken.STYLE_NAME, in startOther() 618 xmlWriter.writeText(variables); in startOther() 619 xmlWriter.writeCloseTag(); in startOther() 707 final XmlWriter xmlWriter = getXmlWriter(); in startOther() local 709 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startOther() 717 xmlWriter.writeText(variables); in startOther() 841 final XmlWriter xmlWriter = getXmlWriter(); in startTable() local [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
| H A D | SpreadsheetRawReportTarget.java | 309 final XmlWriter xmlWriter = getXmlWriter(); in handleParagraph() local 310 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, null, XmlWriterSupport.OPEN); in handleParagraph() 324 final XmlWriter xmlWriter = getXmlWriter(); in processElement() local 375 … xmlWriter.writeTag(namespace, OfficeToken.COVERED_TABLE_CELL, null, XmlWriter.CLOSE); in processElement() 488 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement() 566 final XmlWriter xmlWriter = getXmlWriter(); in createTableShapes() local 572 … xmlWriter.writeTag(OfficeNamespaces.TABLE_NS, OfficeToken.SHAPES, null, XmlWriterSupport.OPEN); in createTableShapes() 580 …xmlWriter.writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.FRAME, attrList, XmlWriterSupport.OPEN… in createTableShapes() 583 xmlWriter.writeCloseTag(); in createTableShapes() 585 xmlWriter.writeCloseTag(); in createTableShapes() [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/util/ |
| H A D | ManifestWriter.java | 98 final XmlWriter xmlWriter = new XmlWriter(writer, tagDescription); in write() local 99 xmlWriter.setAlwaysAddNamespace(true); in write() 100 xmlWriter.writeXmlDeclaration("UTF-8"); in write() 104 xmlWriter.writeTag(MANIFEST_NS, "manifest", rootAttributes, XmlWriterSupport.OPEN); in write() 113 xmlWriter.writeTag(MANIFEST_NS, "file-entry", entryAttrs, XmlWriterSupport.CLOSE); in write() 116 xmlWriter.writeCloseTag(); in write() 117 xmlWriter.close(); in write()
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
| H A D | ChartRawReportTarget.java | 98 final XmlWriter xmlWriter = getXmlWriter(); in startContent() local 99 … xmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, getStartContent(), null, XmlWriterSupport.OPEN); in startContent() 106 final XmlWriter xmlWriter = getXmlWriter(); in endContent() local 110 xmlWriter.writeCloseTag(); in endContent() 181 final XmlWriter xmlWriter = getXmlWriter(); in endOther() local 182 xmlWriter.writeCloseTag(); in endOther() 240 final XmlWriter xmlWriter = getXmlWriter(); in processElement() local 241 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement()
|