Searched refs:PageSection (Results 1 – 3 of 3) sorted by relevance
37 import com.sun.star.report.pentaho.model.PageSection;281 …eportTarget.ROLE_SPREADSHEET_PAGE_FOOTER) && (!PageSection.isPrintWithReportHeader(attrs) || !Page… in startReportSection()293 …eportTarget.ROLE_SPREADSHEET_PAGE_FOOTER) && (!PageSection.isPrintWithReportHeader(attrs) || !Page… in endReportSection()
36 public class PageSection extends Section class41 public PageSection() in PageSection() method in PageSection
39 import com.sun.star.report.pentaho.model.PageSection;1081 pageHeaderOnReportHeader = PageSection.isPrintWithReportHeader(attrs); in startReportSection()1082 pageHeaderOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()1087 pageFooterOnReportHeader = PageSection.isPrintWithReportHeader(attrs); in startReportSection()1088 pageFooterOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()
Completed in 68 milliseconds