Lines Matching refs:shadowFormat_Assert2
114 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomRight() local
115 … assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert2.Location); in testParagraphShadow_BottomRight()
116 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_BottomRight()
117 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_BottomRight()
170 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomLeft() local
171 … assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert2.Location); in testParagraphShadow_BottomLeft()
172 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_BottomLeft()
173 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_BottomLeft()
226 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_TopLeft() local
227 … assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert2.Location); in testParagraphShadow_TopLeft()
228 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_TopLeft()
229 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_TopLeft()
282 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_TopRight() local
283 … assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert2.Location); in testParagraphShadow_TopRight()
284 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_TopRight()
285 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_TopRight()
336 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_None() local
337 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert2.Location); in testParagraphShadow_None()