Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java117 private OfficeMasterPage currentMasterPage; field in TextRawReportTarget
249 …if (currentMasterPage == null || !masterPageFactory.containsMasterPage(STANDARD, activePageHeader,… in createMasterPage()
256currentMasterPage = masterPageFactory.createMasterPage(STANDARD, activePageHeader, activePageFoote… in createMasterPage()
267 final String pageLayoutTemplate = currentMasterPage.getPageLayout(); in createMasterPage()
272 currentMasterPage.setPageLayout(derivedLayout); in createMasterPage()
279 currentMasterPage.setPageLayout(derivedLayout); in createMasterPage()
281 officeMasterStyles.addMasterPage(currentMasterPage); in createMasterPage()
282 masterPageName = currentMasterPage.getStyleName(); in createMasterPage()
288 if (ObjectUtilities.equal(masterPage.getStyleName(), currentMasterPage.getStyleName())) in createMasterPage()
296 currentMasterPage = masterPage; in createMasterPage()
[all …]