Home
last modified time | relevance | path

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

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java118 public abstract class OfficeDocumentReportTarget extends AbstractReportTarget class
121 protected static final Log LOGGER = LogFactory.getLog(OfficeDocumentReportTarget.class);
285 protected OfficeDocumentReportTarget(final ReportJob reportJob, in OfficeDocumentReportTarget() method in OfficeDocumentReportTarget
397 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 …]
H A DStylesWriter.java76 OfficeDocumentReportTarget.TAG_DEF_PREFIX); in StylesWriter()
374 OfficeDocumentReportTarget.ODF_VERSION); in performWriteRootTag()
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java40 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;
81 public class TextRawReportTarget extends OfficeDocumentReportTarget
779 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 …]
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java38 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;
77 public class SpreadsheetRawReportTarget extends OfficeDocumentReportTarget
274 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()
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java32 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget;
57 public class ChartRawReportTarget extends OfficeDocumentReportTarget
137 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in startOther()