Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java315 MasterPageFactory.applyHeaderFooterHeight(headerStyle, headerHeight); in createPageStyle()
324 MasterPageFactory.applyHeaderFooterHeight(footerStyle, footerHeight); in createPageStyle()
375 MasterPageFactory.applyHeaderFooterHeight(headerStyle, headerHeight); in derivePageStyle()
389 MasterPageFactory.applyHeaderFooterHeight(footerStyle, footerHeight); in derivePageStyle()
400 private static void applyHeaderFooterHeight(final Section headerFooterStyle, in applyHeaderFooterHeight() method in MasterPageFactory