Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java60 private String widthProperty = "Width"; field in CheckPage
107 SWUtil.setDefaultPageStyleProperty(xComponent, widthProperty, Integer.valueOf(this.width)); in testPage()
120 …int actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValu… in testPage()
137 … actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValue(); in testPage()
152 …Assert.assertEquals(preDescription + ":" + this.widthProperty,(double)this.width, (double)width, 2… in compare()

Completed in 15 milliseconds