Lines Matching refs:xCursorProps_assert_doc

189 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class…  in testCharacterEmphasisSetting()  local
193 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
194 …ls("assert overline",com.sun.star.text.FontEmphasis.ACCENT_ABOVE,xCursorProps_assert_doc.getProper… in testCharacterEmphasisSetting()
197 …assertEquals("assert individual word setting",false,xCursorProps_assert_doc.getPropertyValue("Char… in testCharacterEmphasisSetting()
198 …ls("assert overline",com.sun.star.text.FontEmphasis.ACCENT_BELOW,xCursorProps_assert_doc.getProper… in testCharacterEmphasisSetting()
201 …assertEquals("assert individual word setting",false,xCursorProps_assert_doc.getPropertyValue("Char… in testCharacterEmphasisSetting()
202 …ls("assert overline",com.sun.star.text.FontEmphasis.CIRCLE_ABOVE,xCursorProps_assert_doc.getProper… in testCharacterEmphasisSetting()
205 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
206 …ls("assert overline",com.sun.star.text.FontEmphasis.CIRCLE_BELOW,xCursorProps_assert_doc.getProper… in testCharacterEmphasisSetting()
209 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
210 …assertEquals("assert overline",com.sun.star.text.FontEmphasis.DISK_ABOVE,xCursorProps_assert_doc.g… in testCharacterEmphasisSetting()
213 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
214 …assertEquals("assert overline",com.sun.star.text.FontEmphasis.DISK_BELOW,xCursorProps_assert_doc.g… in testCharacterEmphasisSetting()
217 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
218 …assertEquals("assert overline",com.sun.star.text.FontEmphasis.DOT_ABOVE,xCursorProps_assert_doc.ge… in testCharacterEmphasisSetting()
221 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
222 …assertEquals("assert overline",com.sun.star.text.FontEmphasis.DOT_BELOW,xCursorProps_assert_doc.ge… in testCharacterEmphasisSetting()
225 …assertEquals("assert individual word setting",true,xCursorProps_assert_doc.getPropertyValue("CharW… in testCharacterEmphasisSetting()
226 …assertEquals("assert overline",com.sun.star.text.FontEmphasis.NONE,xCursorProps_assert_doc.getProp… in testCharacterEmphasisSetting()