Lines Matching refs:xTextCursor

68 		XTextCursor xTextCursor = xText.createTextCursor();  in testParagraphAlignmentJustified()  local
69 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentJustified()
71 xTextCursor.gotoStart(false); in testParagraphAlignmentJustified()
72 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentJustified()
133 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentLeft() local
134 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentLeft()
135 xTextCursor.gotoStart(false); in testParagraphAlignmentLeft()
136 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentLeft()
192 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentRight() local
193 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentRight()
195 xTextCursor.gotoStart(false); in testParagraphAlignmentRight()
196 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentRight()
249 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentCenter() local
250 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphAlignmentCenter()
252 xTextCursor.gotoStart(false); in testParagraphAlignmentCenter()
253 xTextCursor.goRight((short)180 , true); in testParagraphAlignmentCenter()