Searched refs:xtextProps (Results 1 – 1 of 1) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sd/character/ |
| H A D | CheckCharacterStyle.java | 75 private XPropertySet xtextProps = null; field in CheckCharacterStyle 110 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in setUp() 135 xtextProps.setPropertyValue("CharColor", 0xFF0000); in testFontColor() 143 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontColor() 145 … assertEquals("character color should be red", 0xFF0000,xtextProps.getPropertyValue("CharColor")); in testFontColor() 151 xtextProps.setPropertyValue("CharUnderline", com.sun.star.awt.FontUnderline.SINGLE); in testFontUnderline() 158 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontUnderline() 160 …haracter should be underlined", com.sun.star.awt.FontUnderline.SINGLE, xtextProps.getPropertyValue… in testFontUnderline() 166 xtextProps.setPropertyValue("CharHeight", 12); in testFontSize() 173 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontSize() [all …]
|