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.java116 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_BottomRight()
117 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_BottomRight()
172 assertEquals("assert shadow width",100,shadowFormat_Assert2.ShadowWidth); in testParagraphShadow_BottomLeft()
173 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert2.Color); in testParagraphShadow_BottomLeft()
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()
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()
[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()

Completed in 22 milliseconds