Searched refs:shadowFormat_Assert1 (Results 1 – 3 of 3) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphShadow.java | 107 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_BottomRight() 108 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_BottomRight() 163 assertEquals("assert shadow width",101,shadowFormat_Assert1.ShadowWidth); in testParagraphShadow_BottomLeft() 164 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testParagraphShadow_BottomLeft() 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() 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() [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FrameShadow.java | 108 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xTe… in testFrameShadow() local 109 assertEquals("assert shadow color",shadowColor,shadowFormat_Assert1.Color); in testFrameShadow() 110 assertEquals("assert shadow location",shadowLocation,shadowFormat_Assert1.Location); in testFrameShadow() 111 assertEquals("assert shadow width",shadowWidth,shadowFormat_Assert1.ShadowWidth); in testFrameShadow()
|
/aoo42x/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableBasic.java | 552 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xTa… in testSetTableShadow() local 553 assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert1.Location); in testSetTableShadow() 554 assertEquals("assert shadow width",100,shadowFormat_Assert1.ShadowWidth); in testSetTableShadow() 555 assertEquals("assert shadow color",0x00FF00FF,shadowFormat_Assert1.Color); in testSetTableShadow()
|
Completed in 19 milliseconds