Lines Matching refs:shadowFormat_Assert1
105 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomRight() local
106 … assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_BottomRight()
107 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_BottomRight()
108 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_BottomRight()
161 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomLeft() local
162 … assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert1.Location); in testParagraphShadow_BottomLeft()
163 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_BottomLeft()
164 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_BottomLeft()
217 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_TopLeft() local
218 … assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert1.Location); in testParagraphShadow_TopLeft()
219 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_TopLeft()
220 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_TopLeft()
273 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_TopRight() local
274 … assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_TopRight()
275 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_TopRight()
276 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_TopRight()
329 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_None() local
330 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert1.Location); in testParagraphShadow_None()