Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java127 private int detailBandProcessingState; field in TextRawReportTarget
194 …keepTogetherState == PageContext.KEEP_TOGETHER_FIRST_DETAIL && (detailBandProcessingState == DETAI… in isKeepTableWithNext()
439 detailBandProcessingState = DETAIL_SECTION_WAIT; in startReport()
559 …if (isTableMergeActive() && detailBandProcessingState == DETAIL_SECTION_OTHER_PRINTED && ObjectUti… in startOther()
842 if (detailBandProcessingState == DETAIL_SECTION_OTHER_PRINTED && masterPageName != null) in startTable()
847 detailBandProcessingState = DETAIL_SECTION_OTHER_STARTED; in startTable()
946 if (detailBandProcessingState == DETAIL_SECTION_WAIT) in startTable()
948 detailBandProcessingState = DETAIL_SECTION_FIRST_STARTED; in startTable()
950 else if (detailBandProcessingState == DETAIL_SECTION_FIRST_PRINTED) in startTable()
952 detailBandProcessingState = DETAIL_SECTION_OTHER_STARTED; in startTable()
[all …]