Lines Matching refs:createTextCursor

71 		XTextCursor xTextCursor = xText.createTextCursor();  in testParagraphShadow_BottomRight()
103 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_odt.getText().createTextCursor()); in testParagraphShadow_BottomRight()
112 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_doc.getText().createTextCursor()); in testParagraphShadow_BottomRight()
127 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphShadow_BottomLeft()
159 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_odt.getText().createTextCursor()); in testParagraphShadow_BottomLeft()
168 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_doc.getText().createTextCursor()); in testParagraphShadow_BottomLeft()
183 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphShadow_TopLeft()
215 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_odt.getText().createTextCursor()); in testParagraphShadow_TopLeft()
224 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_doc.getText().createTextCursor()); in testParagraphShadow_TopLeft()
239 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphShadow_TopRight()
271 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_odt.getText().createTextCursor()); in testParagraphShadow_TopRight()
280 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_doc.getText().createTextCursor()); in testParagraphShadow_TopRight()
295 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphShadow_None()
327 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_odt.getText().createTextCursor()); in testParagraphShadow_None()
334 …et) UnoRuntime.queryInterface(XPropertySet.class, assertDocument_doc.getText().createTextCursor()); in testParagraphShadow_None()