Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java128 private final int tableLayoutConfig; field in TextRawReportTarget
146 this.tableLayoutConfig = TABLE_LAYOUT_SINGLE_DETAIL_TABLE; in TextRawReportTarget()
606 if (tableLayoutConfig == TABLE_LAYOUT_VARIABLES_PARAGRAPH && variables != null) in startOther()
711 if (tableLayoutConfig != TABLE_LAYOUT_VARIABLES_PARAGRAPH in startOther()
850 if (tableLayoutConfig == TABLE_LAYOUT_VARIABLES_PARAGRAPH && variables != null) in startTable()
1037 … return getCurrentRole() == ROLE_DETAIL && tableLayoutConfig == TABLE_LAYOUT_SINGLE_DETAIL_TABLE; in isTableMergeActive()
1319 …if (tableLayoutConfig != TABLE_LAYOUT_VARIABLES_PARAGRAPH && isTableNs && ObjectUtilities.equal(Of… in endOther()
1408 …if (tableLayoutConfig == TABLE_LAYOUT_SINGLE_DETAIL_TABLE && detailBandProcessingState == DETAIL_S… in endGroupBody()

Completed in 23 milliseconds