Searched refs:xCursorProps_assert (Results 1 – 1 of 1) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | CharacterFontname.java | 166 …XPropertySet xCursorProps_assert = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xT… in testCharacterFontSetting() local 170 assertEquals("Times New Roman",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 173 assertEquals("Arial Black",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 176 assertEquals("Aharoni",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 179 assertEquals("Agency FB",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 182 assertEquals("Algerian",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 185 assertEquals("Andalus",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 188 assertEquals("Bodoni MT Black",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 191 assertEquals("BatangChe",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() 194 assertEquals("Britannic Bold",xCursorProps_assert.getPropertyValue("CharFontName")); in testCharacterFontSetting() [all …]
|