Searched refs:currentMasterPage (Results 1 – 1 of 1) sorted by relevance
117 private OfficeMasterPage currentMasterPage; field in TextRawReportTarget249 …if (currentMasterPage == null || !masterPageFactory.containsMasterPage(STANDARD, activePageHeader,… in createMasterPage()256 …currentMasterPage = 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 …]