Lines Matching refs:xCursorProps

85 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs…  in testCharacterEmphasisSetting()  local
88 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
89xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.ACCENT_ABOV… in testCharacterEmphasisSetting()
92 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
93xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.ACCENT_BELO… in testCharacterEmphasisSetting()
96 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
97xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.CIRCLE_ABOV… in testCharacterEmphasisSetting()
100 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
101xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.CIRCLE_BELO… in testCharacterEmphasisSetting()
104 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
105xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.DISK_ABOVE)… in testCharacterEmphasisSetting()
108 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
109xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.DISK_BELOW)… in testCharacterEmphasisSetting()
112 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
113xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.DOT_ABOVE)); in testCharacterEmphasisSetting()
116 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
117xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.DOT_BELOW)); in testCharacterEmphasisSetting()
120 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
121 xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.NONE)); in testCharacterEmphasisSetting()