Searched refs:myCursor (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XPageCursor.java | 71 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxDocument.java | 103 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterDocument.java | 108 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 23 milliseconds