Searched refs:OfficeDocumentReportTarget (Results 1 – 5 of 5) sorted by relevance
118 public abstract class OfficeDocumentReportTarget extends AbstractReportTarget class121 protected static final Log LOGGER = LogFactory.getLog(OfficeDocumentReportTarget.class);285 protected OfficeDocumentReportTarget(final ReportJob reportJob, in OfficeDocumentReportTarget() method in OfficeDocumentReportTarget397 states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_DOCUMENT)); in startReport()492 OfficeDocumentReportTarget.TAG_DEF_PREFIX); in createTagDescription()532 case OfficeDocumentReportTarget.STATE_IN_DOCUMENT: in startElement()536 … states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_BODY)); in startElement()541 … states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_OTHER)); in startElement()549 case OfficeDocumentReportTarget.STATE_IN_BODY: in startElement()553 … states.push(IntegerCache.getInteger(OfficeDocumentReportTarget.STATE_IN_CONTENT)); in startElement()[all …]
76 OfficeDocumentReportTarget.TAG_DEF_PREFIX); in StylesWriter()374 OfficeDocumentReportTarget.ODF_VERSION); in performWriteRootTag()
40 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;81 public class TextRawReportTarget extends OfficeDocumentReportTarget779 if (currentRole == OfficeDocumentReportTarget.ROLE_REPORT_HEADER) in startTable()789 else if (currentRole == OfficeDocumentReportTarget.ROLE_REPORT_FOOTER) in startTable()801 …else if (currentRole == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER || currentRole == O… in startTable()823 …ending() && currentRole != OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER && currentRole !… in startTable()1073 … == OfficeDocumentReportTarget.ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SPREADSHEE… in startReportSection()1078 else if (role == OfficeDocumentReportTarget.ROLE_PAGE_HEADER) in startReportSection()1084 else if (role == OfficeDocumentReportTarget.ROLE_PAGE_FOOTER) in startReportSection()1090 …else if (role == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER || role == OfficeDocumentR… in startReportSection()[all …]
38 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;77 public class SpreadsheetRawReportTarget extends OfficeDocumentReportTarget274 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in startOther()281 …if ((role == OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER || role == OfficeDocumentRepo… in startReportSection()293 …if ((role == OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER || role == OfficeDocumentRepo… in endReportSection()589 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in createTableShapes()636 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in createTableColumns()695 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in endOther()
32 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;57 public class ChartRawReportTarget extends OfficeDocumentReportTarget137 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in startOther()