Lines Matching refs:xTextCursor
60 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSuperscriptSetting() local
61 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSuperscriptSetting()
62 xTextCursor.gotoStart(false); in testCharacterSuperscriptSetting()
63 xTextCursor.goRight((short) 102, true); in testCharacterSuperscriptSetting()
109 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSubscriptSetting() local
110 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSubscriptSetting()
111 xTextCursor.gotoStart(false); in testCharacterSubscriptSetting()
112 xTextCursor.goRight((short) 102, true); in testCharacterSubscriptSetting()
158 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterDefaultPositionSetting() local
159 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterDefaultPositionSetting()
160 xTextCursor.gotoStart(false); in testCharacterDefaultPositionSetting()
161 xTextCursor.goRight((short) 102, true); in testCharacterDefaultPositionSetting()