Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java127 private final CSSNumericValue footerHeight; field in MasterPageFactory.PageLayoutKey
131 final CSSNumericValue footerHeight) in PageLayoutKey() argument
135 this.footerHeight = footerHeight; in PageLayoutKey()
150 return footerHeight; in getFooterHeight()
166 if (footerHeight != null ? !footerHeight.equals( in equals()
167 key.footerHeight) : key.footerHeight != null) in equals()
186 result = 31 * result + (footerHeight != null ? footerHeight.hashCode() : 0); in hashCode()
300 final CSSNumericValue footerHeight) in createPageStyle() argument
318 if (footerHeight != null) in createPageStyle()
334 final CSSNumericValue footerHeight) in derivePageStyle() argument
[all …]
H A DPageContext.java45 private CSSNumericValue footerHeight; field in PageContext
112 return footerHeight; in getFooterHeight()
118 this.footerHeight = height; in setFooter()
140 return footerHeight; in getAllFooterSize()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx91 sal_Int32 footerHeight = 0; in getBottomMargin() local
104 aValue >>= footerHeight; in getBottomMargin()
105 bottomMargin += footerHeight; in getBottomMargin()
119 sal_Int32 footerHeight = 0; in setBottomMargin() local
129 aValue >>= footerHeight; in setBottomMargin()
130 bottomMargin -= footerHeight; in setBottomMargin()

Completed in 34 milliseconds