Home
last modified time | relevance | path

Searched refs:mxDocCursor (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java144 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 DXDependentTextField.idl72 mxDocCursor.gotoEnd(false);
75 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false);