Searched refs:bodyDistance (Results 1 – 1 of 1) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckFooterHeader.java | 73 int leftMargin, int rightMargin, int bodyDistance, int height){ in CheckFooterHeader() argument 82 m_BodyDistance = bodyDistance; in CheckFooterHeader() 83 m_BodyDistance = bodyDistance; in CheckFooterHeader() 126 …int bodyDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_BodyDistanceProperty… in testFooterHeader() local 129 this.compare("ODT", leftMargin, rightMargin, bodyDistance, height); in testFooterHeader() 137 …bodyDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_BodyDistanceProperty)).i… in testFooterHeader() 140 this.compare("DOC", leftMargin, rightMargin, bodyDistance, height); in testFooterHeader() 146 …private void compare(String preDescription, int leftMargin, int rightMargin, int bodyDistance, int… in compare() argument 149 …als(preDescription + ":" + m_BodyDistanceProperty,(double)m_BodyDistance, (double)bodyDistance, 2); in compare()
|
Completed in 13 milliseconds