Lines Matching refs:detailBandProcessingState

127     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()
980 if (detailBandProcessingState == DETAIL_SECTION_OTHER_PRINTED) in startTable()
985 else if (detailBandProcessingState == DETAIL_SECTION_WAIT) in startTable()
1003 detailBandProcessingState = DETAIL_SECTION_FIRST_STARTED; in startTable()
1005 else if (detailBandProcessingState == DETAIL_SECTION_FIRST_PRINTED) in startTable()
1007 detailBandProcessingState = DETAIL_SECTION_OTHER_STARTED; in startTable()
1113 detailBandProcessingState = DETAIL_SECTION_WAIT; in startReportSection()
1307 …if (isTableMergeActive() && detailBandProcessingState == DETAIL_SECTION_OTHER_PRINTED && isTableNs… in endOther()
1372 else if (detailBandProcessingState == DETAIL_SECTION_FIRST_STARTED) in endOther()
1378 detailBandProcessingState = DETAIL_SECTION_FIRST_PRINTED; in endOther()
1382 detailBandProcessingState = DETAIL_SECTION_OTHER_PRINTED; in endOther()
1385 else if (detailBandProcessingState == DETAIL_SECTION_OTHER_STARTED) in endOther()
1387 detailBandProcessingState = DETAIL_SECTION_OTHER_PRINTED; in endOther()
1408 …if (tableLayoutConfig == TABLE_LAYOUT_SINGLE_DETAIL_TABLE && detailBandProcessingState == DETAIL_S… in endGroupBody()
1413 detailBandProcessingState = DETAIL_SECTION_WAIT; in endGroupBody()