Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java254 private XmlWriter rootXmlWriter; field in OfficeDocumentReportTarget
362 this.rootXmlWriter = new XmlWriter(writer, tagDescription); in startReport()
363 this.rootXmlWriter.setAlwaysAddNamespace(true); in startReport()
394 this.rootXmlWriter.writeXmlDeclaration("UTF-8"); in startReport()
395 …this.rootXmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "document-content", rootAttributes, XmlWri… in startReport()
1105 final StylesWriter inlineStylesWriter = new StylesWriter(rootXmlWriter); in endReport()
1109 this.rootXmlWriter.writeStream(state.getXmlAsReader()); in endReport()
1119 this.rootXmlWriter.writeCloseTag(); in endReport()
1120 this.rootXmlWriter.close(); in endReport()
1146 currentWriter = rootXmlWriter; in startBuffering()

Completed in 534 milliseconds