Lines Matching refs:xTextCursor
59 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Default() local
60 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Default()
61 xTextCursor.gotoStart(false); in testCharacterSpacing_Default()
62 xTextCursor.goRight((short) 102, true); in testCharacterSpacing_Default()
105 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Expand() local
106 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Expand()
107 xTextCursor.gotoStart(false); in testCharacterSpacing_Expand()
108 xTextCursor.goRight((short) 102, true); in testCharacterSpacing_Expand()
151 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSpacing_Condens() local
152 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSpacing_Condens()
153 xTextCursor.gotoStart(false); in testCharacterSpacing_Condens()
154 xTextCursor.goRight((short) 102, true); in testCharacterSpacing_Condens()