Lines Matching refs:xTextCursor

60 		XTextCursor xTextCursor = xText.createTextCursor();  in testCharacterLowerCaseSetting()  local
61 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterLowerCaseSetting()
62 xTextCursor.gotoStart(false); in testCharacterLowerCaseSetting()
63 xTextCursor.goRight((short) 102, true); in testCharacterLowerCaseSetting()
109 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterUpperCaseSetting() local
110 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterUpperCaseSetting()
111 xTextCursor.gotoStart(false); in testCharacterUpperCaseSetting()
112 xTextCursor.goRight((short) 102, true); in testCharacterUpperCaseSetting()
156 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterSmallCapsSetting() local
157 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterSmallCapsSetting()
158 xTextCursor.gotoStart(false); in testCharacterSmallCapsSetting()
159 xTextCursor.goRight((short) 102, true); in testCharacterSmallCapsSetting()
203 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterCapitalEveryWordSetting() local
204 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterCapitalEveryWordSetting()
205 xTextCursor.gotoStart(false); in testCharacterCapitalEveryWordSetting()
206 xTextCursor.goRight((short) 110, true); in testCharacterCapitalEveryWordSetting()
250 XTextCursor xTextCursor = xText.createTextCursor(); in testCharacterNoCaseSetting() local
251 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testCharacterNoCaseSetting()
252 xTextCursor.gotoStart(false); in testCharacterNoCaseSetting()
253 xTextCursor.goRight((short) 110, true); in testCharacterNoCaseSetting()