Searched refs:currentRole (Results 1 – 2 of 2) sorted by relevance
252 private int currentRole; field in OfficeDocumentReportTarget578 currentRole = OfficeDocumentReportTarget.ROLE_TEMPLATE; in startElement()584 … currentRole = OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER; in startElement()588 currentRole = OfficeDocumentReportTarget.ROLE_PAGE_HEADER; in startElement()595 … currentRole = 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 …]
773 final int currentRole = getCurrentRole(); in startTable() local779 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()