Lines Matching refs:xTextCursor

70 		XTextCursor xTextCursor = xText.createTextCursor();  in testParagraphLineSpacingFix()  local
71 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingFix()
129 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingLeading() local
130 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingLeading()
190 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingMinimum() local
191 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingMinimum()
251 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingProp() local
252 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingProp()
312 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingSingle() local
313 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingSingle()
370 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingDouble() local
371 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingDouble()
428 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphLineSpacingUserDefine() local
429 …opertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testParagraphLineSpacingUserDefine()