Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java59 private String isLandscapeProperty = "IsLandscape"; field in CheckPage
106 …SWUtil.setDefaultPageStyleProperty(xComponent, isLandscapeProperty, new Boolean(this.isLandscape)); in testPage()
119 …ndScape = ((Boolean)SWUtil.getDefaultPageStyleProperty(xComponent, isLandscapeProperty)).booleanVa… in testPage()
136 …ndScape = ((Boolean)SWUtil.getDefaultPageStyleProperty(xComponent, isLandscapeProperty)).booleanVa… in testPage()
151 …Assert.assertEquals(preDescription + ":" + this.isLandscapeProperty,this.isLandscape, isLandScape); in compare()

Completed in 11 milliseconds