Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/page/
H A DCheckShadowFormat.java63 private String shadowFormatProperty = ""; field in CheckShadowFormat
67 …public CheckShadowFormat(String onProperty, String shadowFormatProperty, int locationValue, int wi… in CheckShadowFormat() argument
70 this.shadowFormatProperty = shadowFormatProperty; in CheckShadowFormat()
121 SWUtil.setDefaultPageStyleProperty(xComponent, shadowFormatProperty, this.shadowFormat); in testFooterHeader()
128 …hadowFormat = (ShadowFormat)SWUtil.getDefaultPageStyleProperty(xComponent, shadowFormatProperty); in testFooterHeader()
136 …lShadowFormat = (ShadowFormat)SWUtil.getDefaultPageStyleProperty(xComponent, shadowFormatProperty); in testFooterHeader()
145 …Assert.assertEquals(preDescription + ":" + shadowFormatProperty + "-->Location",this.shadowFormat.… in compare()
148 …Assert.assertEquals(preDescription + ":" + shadowFormatProperty + "-->Width",(double)this.shadowFo… in compare()
149 …Assert.assertEquals(preDescription + ":" + shadowFormatProperty + "-->IsTransparent",this.shadowFo… in compare()
150 …Assert.assertEquals(preDescription + ":" + shadowFormatProperty + "-->Color",this.shadowFormat.Col… in compare()

Completed in 17 milliseconds