Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DPageSection.java51 public static boolean isPrintWithReportFooter(final AttributeMap attrs) in isPrintWithReportFooter() method in PageSection
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java281 …R) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(attrs))) in startReportSection()
293 …R) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(attrs))) in endReportSection()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java1082 pageHeaderOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()
1088 pageFooterOnReportFooter = PageSection.isPrintWithReportFooter(attrs); in startReportSection()

Completed in 27 milliseconds