Home
last modified time | relevance | path

Searched refs:getCurrentRole (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java149 if (tableRowsStarted && getCurrentRole() == ROLE_TEMPLATE) in endOther()
190 if (!(tableRowsStarted && getCurrentRole() == ROLE_TEMPLATE)) in processContent()
199 if (tableRowsStarted && getCurrentRole() == ROLE_TEMPLATE) in processElement()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java548 …else if (ObjectUtilities.equal(OfficeToken.OBJECT_OLE, elementType) && getCurrentRole() != ROLE_TE… in startOther()
773 final int currentRole = getCurrentRole(); in startTable()
1037 … return getCurrentRole() == ROLE_DETAIL && tableLayoutConfig == TABLE_LAYOUT_SINGLE_DETAIL_TABLE; in isTableMergeActive()
1048 …if (getCurrentRole() == ROLE_TEMPLATE || getCurrentRole() == ROLE_SPREADSHEET_PAGE_HEADER || getCu… in openSection()
1365 if (getCurrentRole() == ROLE_DETAIL) in endOther()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java198 if (isElementBoundaryCollectionPass() && getCurrentRole() != ROLE_TEMPLATE) in startOther()
220 if (isElementBoundaryCollectionPass() && getCurrentRole() != ROLE_TEMPLATE) in startOther()
246 if (isElementBoundaryCollectionPass() && getCurrentRole() != ROLE_TEMPLATE) in startOther()
648 …fficeToken.TABLE_ROW, attrs) && isElementBoundaryCollectionPass() && getCurrentRole() != ROLE_TEMP… in endOther()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1016 public int getCurrentRole() in getCurrentRole() method in OfficeDocumentReportTarget

Completed in 32 milliseconds