Home
last modified time | relevance | path

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

/AOO42X/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphShadow.java114 …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()
[all …]
/AOO42X/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java560 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xTa… in testSetTableShadow() local
561 … assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert2.Location); in testSetTableShadow()
562 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testSetTableShadow()
563 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testSetTableShadow()