Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java252 private int currentRole; field in OfficeDocumentReportTarget
578 currentRole = OfficeDocumentReportTarget.ROLE_TEMPLATE; in startElement()
584currentRole = OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER; in startElement()
588 currentRole = OfficeDocumentReportTarget.ROLE_PAGE_HEADER; in startElement()
595currentRole = OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_FOOTER; in startElement()
599 currentRole = OfficeDocumentReportTarget.ROLE_PAGE_FOOTER; in startElement()
604 currentRole = OfficeDocumentReportTarget.ROLE_REPORT_HEADER; in startElement()
608 currentRole = OfficeDocumentReportTarget.ROLE_REPORT_FOOTER; in startElement()
612 currentRole = OfficeDocumentReportTarget.ROLE_VARIABLES; in startElement()
618 startReportSection(attrs, currentRole); in startElement()
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java773 final int currentRole = getCurrentRole(); in startTable() local
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 …else if (isPagebreakPending() && currentRole != OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HE… in startTable()
958 if (currentRole == ROLE_GROUP_FOOTER) in startTable()