Searched refs:bottomMargin (Results 1 – 3 of 3) sorted by relevance
90 sal_Int32 bottomMargin = 0; in getBottomMargin() local99 aValue >>= bottomMargin; in getBottomMargin()105 bottomMargin += footerHeight; in getBottomMargin()112 return Millimeter::getInPoints( bottomMargin ); in getBottomMargin()117 sal_Int32 bottomMargin = Millimeter::getInHundredthsOfOneMillimeter( margin ); in setBottomMargin() local130 bottomMargin -= footerHeight; in setBottomMargin()133 aValue <<= bottomMargin; in setBottomMargin()
71 private int bottomMargin = 0; field in CheckPage76 …public CheckPage(boolean isLandscape, int width, int height, int topMargin, int bottomMargin, int … in CheckPage() argument81 this.bottomMargin = bottomMargin; in CheckPage()110 ….setDefaultPageStyleProperty(xComponent, bottomMarginProperty, Integer.valueOf(this.bottomMargin)); in testPage()155 …Assert.assertEquals(preDescription + ":" + this.bottomMarginProperty,(double)this.bottomMargin, (d… in compare()
921 bottomMargin
Completed in 32 milliseconds