Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java530 final PageContext pageContext = getCurrentContext(); in startContent() local
531 pageContext.setColumnCount(colCount); in startContent()
1055 final PageContext pageContext = getCurrentContext(); in openSection() local
1056 final Integer columnCount = pageContext.getColumnCount(); in openSection()
1057 if (columnCount != null && !pageContext.isSectionOpen()) in openSection()
1064 pageContext.setSectionOpen(true); in openSection()
1122 final PageContext pageContext = new PageContext(getCurrentContext()); in startGroup() local
1123 activePageContext.push(pageContext); in startGroup()
1134 pageContext.setKeepTogether(PageContext.KEEP_TOGETHER_GROUP); in startGroup()
1136 …else if ("with-first-detail".equals(keepTogether) && pageContext.getKeepTogether() != PageContext.… in startGroup()
[all …]