Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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 …eToken.TABLE_ROW, attrs) && isElementBoundaryCollectionPass() && getCurrentRole() != ROLE_TEMPLATE) in endOther()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java548 …f (ObjectUtilities.equal(OfficeToken.OBJECT_OLE, elementType) && getCurrentRole() != ROLE_TEMPLATE) in startOther()
1048 …if (getCurrentRole() == ROLE_TEMPLATE || getCurrentRole() == ROLE_SPREADSHEET_PAGE_HEADER || getCu… in openSection()
1073 …if (role == OfficeDocumentReportTarget.ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SP… in startReportSection()
1199 …if (role == ROLE_TEMPLATE || role == OfficeDocumentReportTarget.ROLE_SPREADSHEET_PAGE_HEADER || ro… in endReportSection()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java135 public static final int ROLE_TEMPLATE = 11; field in OfficeDocumentReportTarget
578 currentRole = OfficeDocumentReportTarget.ROLE_TEMPLATE; in startElement()
801 …umentReportTarget.ROLE_REPEATING_GROUP_HEADER || role == OfficeDocumentReportTarget.ROLE_TEMPLATE); in allowBuffering()

Completed in 474 milliseconds