Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java492 OfficeDocumentReportTarget.TAG_DEF_PREFIX); in createTagDescription()
549 case OfficeDocumentReportTarget.STATE_IN_BODY: in startElement()
562 case OfficeDocumentReportTarget.STATE_IN_CONTENT: in startElement()
652 case OfficeDocumentReportTarget.STATE_IN_GROUP: in startElement()
711 case OfficeDocumentReportTarget.STATE_IN_SECTION: in startElement()
717 case OfficeDocumentReportTarget.STATE_IN_OTHER: in startElement()
801OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_FOOTER || role == OfficeDocumentReportTarget.ROLE_… in allowBuffering()
943 case OfficeDocumentReportTarget.STATE_IN_OTHER: in endElement()
954 case OfficeDocumentReportTarget.STATE_IN_GROUP: in endElement()
975 case OfficeDocumentReportTarget.STATE_IN_BODY: in endElement()
[all …]
H A DStylesWriter.java76 OfficeDocumentReportTarget.TAG_DEF_PREFIX); in StylesWriter()
374 OfficeDocumentReportTarget.ODF_VERSION); in performWriteRootTag()
/trunk/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
801 …else if (currentRole == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER || currentRole == O… in startTable()
1073 … == OfficeDocumentReportTarget.ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SPREADSHEE… in startReportSection()
1090 …else if (role == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER || role == OfficeDocumentR… in startReportSection()
1094 else if (role == OfficeDocumentReportTarget.ROLE_VARIABLES) in startReportSection()
1101 …if (role == OfficeDocumentReportTarget.ROLE_GROUP_HEADER || role == OfficeDocumentReportTarget.ROL… in startReportSection()
1109 if (role != OfficeDocumentReportTarget.ROLE_DETAIL) in startReportSection()
1206 if (role == OfficeDocumentReportTarget.ROLE_PAGE_HEADER) in endReportSection()
1226 else if (role == OfficeDocumentReportTarget.ROLE_VARIABLES) in endReportSection()
[all …]
/trunk/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()
/trunk/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()

Completed in 47 milliseconds