Home
last modified time | relevance | path

Searched refs:myCursor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XPageCursor.java71 XTextCursor myCursor = aText.createTextCursor(); in _getPage() local
76 aText.insertString(myCursor, "The quick brown fox ",false); in _getPage()
77 aText.insertString(myCursor, "jumps over the lazy dog ", in _getPage()
80 aText.insertControlCharacter(myCursor, in _getPage()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java103 XTextCursor myCursor = xFooterText.createTextCursor(); in switchFooter() local
104 myCursor.gotoEnd(false); in switchFooter()
105 … xFooterText.insertControlCharacter(myCursor, ControlCharacter.PARAGRAPH_BREAK, false); in switchFooter()
106 … XPropertySet xCursorPSet = UnoRuntime.queryInterface(XPropertySet.class, myCursor); in switchFooter()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java108 XTextCursor myCursor = xFooterText.createTextCursor(); in switchFooter() local
109 myCursor.gotoEnd(false); in switchFooter()
110 … xFooterText.insertControlCharacter(myCursor, ControlCharacter.PARAGRAPH_BREAK, false); in switchFooter()
111 … XPropertySet xCursorPSet = UnoRuntime.queryInterface(XPropertySet.class, myCursor); in switchFooter()

Completed in 13 milliseconds