Lines Matching refs:xTextCursor
61 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationZeroSetting() local
62 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationZeroSetting()
63 xTextCursor.gotoStart(false); in testCharacterRotationZeroSetting()
64 xTextCursor.goRight((short) 102, true); in testCharacterRotationZeroSetting()
110 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationNinetySetting() local
111 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationNinetySetting()
112 xTextCursor.gotoStart(false); in testCharacterRotationNinetySetting()
113 xTextCursor.goRight((short) 102, true); in testCharacterRotationNinetySetting()
164 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterRotationDefineSetting() local
165 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterRotationDefineSetting()
166 xTextCursor.gotoStart(false); in testCharacterRotationDefineSetting()
167 xTextCursor.goRight((short) 102, true); in testCharacterRotationDefineSetting()