Searched refs:footerHeight (Results 1 – 3 of 3) sorted by relevance
127 private final CSSNumericValue footerHeight; field in MasterPageFactory.PageLayoutKey131 final CSSNumericValue footerHeight) in PageLayoutKey() argument135 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() argument318 if (footerHeight != null) in createPageStyle()334 final CSSNumericValue footerHeight) in derivePageStyle() argument[all …]
45 private CSSNumericValue footerHeight; field in PageContext112 return footerHeight; in getFooterHeight()118 this.footerHeight = height; in setFooter()140 return footerHeight; in getAllFooterSize()
91 sal_Int32 footerHeight = 0; in getBottomMargin() local104 aValue >>= footerHeight; in getBottomMargin()105 bottomMargin += footerHeight; in getBottomMargin()119 sal_Int32 footerHeight = 0; in setBottomMargin() local129 aValue >>= footerHeight; in setBottomMargin()130 bottomMargin -= footerHeight; in setBottomMargin()
Completed in 18 milliseconds