Searched refs:mxDocCursor (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/odk/examples/DevelopersGuide/Text/ |
| H A D | TextDocuments.java | 144 private XTextCursor mxDocCursor = null; field in TextDocuments 334 mxDocCursor = mxDocText.createTextCursor(); in editingExample() 556 UnoRuntime.queryInterface(XSentenceCursor.class, mxDocCursor ); in TextCursorExample() 561 XWordCursor.class, mxDocCursor ); in TextCursorExample() 576 XPropertySet.class, mxDocCursor ); in TextCursorExample() 630 mxDocCursor.gotoEnd( false ); in TextFieldExample() 633 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextFieldExample() 742 mxDocText.insertTextContent( mxDocCursor, xTable, false); in TextTableExample() 824 mxDocCursor.gotoEnd( false ); in TextFrameExample() 827 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextFrameExample() [all …]
|
| /AOO42X/main/offapi/com/sun/star/text/ |
| H A D | XDependentTextField.idl | 72 mxDocCursor.gotoEnd(false); 75 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false);
|