Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java403 …Element headerFooterProps = headerFooterStyle.findFirstChild(OfficeNamespaces.STYLE_NS, "header-fo… in applyHeaderFooterHeight() local
404 if (headerFooterProps == null) in applyHeaderFooterHeight()
406 headerFooterProps = new Section(); in applyHeaderFooterHeight()
407 headerFooterProps.setNamespace(OfficeNamespaces.STYLE_NS); in applyHeaderFooterHeight()
408 headerFooterProps.setType("header-footer-properties"); in applyHeaderFooterHeight()
409 headerFooterStyle.addNode(headerFooterProps); in applyHeaderFooterHeight()
411headerFooterProps.setAttribute(OfficeNamespaces.SVG_NS, "height", style.getValue() + style.getType… in applyHeaderFooterHeight()