Lines Matching refs:xTextCursor
101 XTextCursor xTextCursor = xText.createTextCursor(); in testNewDocumentFromTemplate() local
102 xTextCursor.gotoEnd(true); in testNewDocumentFromTemplate()
103 …ropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testNewDocumentFromTemplate()
119 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveDocument() local
120 xTextCursor.gotoEnd(true); in testSaveDocument()
121 …pertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument()
128 xTextCursor = xText.createTextCursor(); in testSaveDocument()
129 xTextCursor.gotoEnd(true); in testSaveDocument()
130 xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument()
145 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveAsDocument() local
146 …ropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveAsDocument()
149 xText.insertString(xTextCursor, "test Save odt as doc.", false); in testSaveAsDocument()
196 XTextCursor xTextCursor = xText.createTextCursor(); in testSaveAsTemplate() local
197 xTextCursor.gotoEnd(true); in testSaveAsTemplate()
198 …ropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveAsTemplate()