Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx36 sal_Int32 topMargin = 0; in getTopMargin() local
45 aValue >>= topMargin; in getTopMargin()
51 topMargin = topMargin + headerHeight; in getTopMargin()
58 return Millimeter::getInPoints( topMargin ); in getTopMargin()
63 sal_Int32 topMargin = Millimeter::getInHundredthsOfOneMillimeter( margin ); in setTopMargin() local
76 topMargin -= headerHeight; in setTopMargin()
79 aValue <<= topMargin; in setTopMargin()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java70 private int topMargin = 0; field in CheckPage
76 …public CheckPage(boolean isLandscape, int width, int height, int topMargin, int bottomMargin, int … in CheckPage() argument
80 this.topMargin = topMargin; in CheckPage()
109 …SWUtil.setDefaultPageStyleProperty(xComponent, topMarginProperty, Integer.valueOf(this.topMargin)); in testPage()
154 …Assert.assertEquals(preDescription + ":" + this.topMarginProperty,(double)this.topMargin, (double)… in compare()
/trunk/main/oox/source/token/
H A Dtokens.txt5232 topMargin

Completed in 40 milliseconds