Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java37 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()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DPageSection.java36 public class PageSection extends Section class
41 public PageSection() in PageSection() method in PageSection
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java39 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 38 milliseconds