Lines Matching refs:mxDocCursor

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()
829 mxDocText.insertTextContent(mxDocCursor, xFrame, false); in TextFrameExample()
843 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextFrameExample()
860 mxDocCursor.gotoEnd( false ); in AutoTextExample()
862 mxDocText.insertControlCharacter ( mxDocCursor, in AutoTextExample()
864 mxDocText.insertControlCharacter ( mxDocCursor, in AutoTextExample()
868 UnoRuntime.queryInterface(XParagraphCursor.class, mxDocCursor ); in AutoTextExample()
904 mxDocText.insertTextContent( mxDocCursor, xTable, false); in AutoTextExample()
1025 xEntry.applyTo ( mxDocCursor ); in AutoTextExample()
1045 mxDocCursor.gotoEnd( false ); in AutoTextExample()
1048 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in AutoTextExample()
1054 mxDocText.insertString ( mxDocCursor, in AutoTextExample()
1058 mxDocCursor.gotoEnd( false ); in AutoTextExample()
1073 mxDocCursor.gotoEnd( false ); in IndexExample()
1075 mxDocText.insertControlCharacter ( mxDocCursor, in IndexExample()
1078 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in IndexExample()
1109 mxDocText.insertTextContent ( mxDocCursor, xEntryContent, false ); in IndexExample()
1110 mxDocText.insertTextContent ( mxDocCursor, xIndexContent, false ); in IndexExample()
1133 mxDocCursor.gotoEnd( false ); in ReferenceExample()
1137 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in ReferenceExample()
1141 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in ReferenceExample()
1225 mxDocCursor.gotoEnd( false ); in ReferenceExample()
1270 mxDocText.insertTextContent ( mxDocCursor, xContent, false ); in FootnoteExample()
1310 mxDocCursor.gotoEnd( false ); in DrawPageExample()
1312 mxDocText.insertControlCharacter(mxDocCursor, in DrawPageExample()
1314 mxDocText.insertControlCharacter(mxDocCursor, in DrawPageExample()
1319 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in DrawPageExample()
1406 mxDocCursor.gotoEnd( false ); in StylesExample()
1410 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in StylesExample()
1412 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in StylesExample()
1445 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in StylesExample()
1453 XPropertySet.class, mxDocCursor ); in StylesExample()
1460 mxDocCursor.gotoEnd ( false ); in StylesExample()
1483 mxDocCursor.gotoEnd( false ); in NumberingExample()
1553 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in NumberingExample()
1555 mxDocCursor.gotoEnd ( false ); in NumberingExample()
1562 XPropertySet.class, mxDocCursor ); in NumberingExample()
1566 mxDocCursor.gotoEnd( false ); in NumberingExample()
1593 mxDocCursor.gotoEnd( false ); in TextSectionExample()
1596 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextSectionExample()
1598 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, true ); in TextSectionExample()
1612 mxDocText.insertTextContent ( mxDocCursor, xChildSection, false ); in TextSectionExample()
1616 UnoRuntime.queryInterface(XParagraphCursor.class, mxDocCursor); in TextSectionExample()
1622 mxDocText.insertString ( mxDocCursor, "This is a test", false ); in TextSectionExample()
1625 mxDocCursor.gotoEnd( false ); in TextSectionExample()
1631 mxDocCursor.gotoEnd ( true ); in TextSectionExample()
1644 mxDocText.insertTextContent ( mxDocCursor, xParentSection, false ); in TextSectionExample()
1647 mxDocCursor.gotoEnd ( false ); in TextSectionExample()
1650 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextSectionExample()
1664 mxDocText.insertTextContent ( mxDocCursor, xLinkedSection, false ); in TextSectionExample()
1697 mxDocCursor.gotoEnd( false ); in TextColumnsExample()
1700 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextColumnsExample()
1705 mxDocText.insertString ( mxDocCursor, "I am a fish.", false ); in TextColumnsExample()
1709 mxDocCursor, ControlCharacter.PARAGRAPH_BREAK, false ); in TextColumnsExample()
1713 UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor ); in TextColumnsExample()
1719 mxDocText.insertString ( mxDocCursor, "Fish section begins:", false ); in TextColumnsExample()
1761 mxDocText.insertTextContent ( mxDocCursor, mxFishSection, true ); in TextColumnsExample()