Lines Matching refs:role

1069     protected void startReportSection(final AttributeMap attrs, final int role)  in startReportSection()  argument
1073 …if (role == OfficeDocumentReportTarget.ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SP… 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()
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()
1196 protected void endReportSection(final AttributeMap attrs, final int role) in endReportSection() argument
1199 …if (role == ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER || ro… in endReportSection()
1206 if (role == OfficeDocumentReportTarget.ROLE_PAGE_HEADER) in endReportSection()
1211 else if (role == OfficeDocumentReportTarget.ROLE_PAGE_FOOTER) in endReportSection()
1216 else if (role == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_HEADER) in endReportSection()
1221 else if (role == OfficeDocumentReportTarget.ROLE_REPEATING_GROUP_FOOTER) in endReportSection()
1226 else if (role == OfficeDocumentReportTarget.ROLE_VARIABLES) in endReportSection()
1237 else if (role == OfficeDocumentReportTarget.ROLE_GROUP_HEADER) in endReportSection()
1247 else if (role == OfficeDocumentReportTarget.ROLE_GROUP_FOOTER) in endReportSection()