Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java153 protected static class BufferState class in OfficeDocumentReportTarget
160 protected BufferState(final XmlWriter xmlWriter, in BufferState() method in OfficeDocumentReportTarget.BufferState
1108 final BufferState state = finishBuffering(); in endReport()
1130 final BufferState bufferState = (BufferState) xmlWriters.peek(); in getXmlWriter()
1136 final BufferState bufferState = (BufferState) xmlWriters.peek(); in getStylesCollection()
1150 final BufferState bufferState = (BufferState) xmlWriters.peek(); in startBuffering()
1174 xmlWriters.push(new BufferState(contentXmlWriter, out, stylesCollection)); in startBuffering()
1182 public BufferState finishBuffering() throws ReportProcessingException in finishBuffering()
1184 final BufferState state = (BufferState) xmlWriters.pop(); in finishBuffering()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java344 private BufferState applyColumnsToPageBand(final BufferState contents, in applyColumnsToPageBand()
1422 final BufferState bodyText = finishBuffering(); in endContent()

Completed in 36 milliseconds