Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java531 pageContext.setColumnCount(colCount); in startContent()
1055 final PageContext pageContext = getCurrentContext(); in openSection() local
1064 pageContext.setSectionOpen(true); in openSection()
1123 activePageContext.push(pageContext); in startGroup()
1145 pageContext.setColumnCount(colCount); in startGroup()
1182 if (pageContext.isSectionOpen()) in finishSection()
1184 pageContext.setSectionOpen(false); in finishSection()
1209pageContext.setHeader(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
1214pageContext.setFooter(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
1219pageContext.setHeader(applyColumnsToPageBand(finishBuffering(), pageContext.getActiveColumns()).ge… in endReportSection()
[all …]

Completed in 29 milliseconds