Home
last modified time | relevance | path

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

/aoo42x/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()
618 startReportSection(attrs, currentRole); in startElement()
638 currentRole = OfficeDocumentReportTarget.ROLE_DETAIL; in startElement()
648 startReportSection(attrs, currentRole); in startElement()
676 startReportSection(attrs, currentRole); in startElement()
707 startReportSection(attrs, currentRole); in startElement()
950 endReportSection(attrs, currentRole); in endElement()
951 currentRole = OfficeDocumentReportTarget.ROLE_NONE; in endElement()
1018 return currentRole; in getCurrentRole()
[all …]
/aoo42x/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()

Completed in 33 milliseconds