Lines Matching refs:mxDoc
139 private XTextDocument mxDoc = null; field in TextDocuments
316 mxDoc = (XTextDocument)UnoRuntime.queryInterface( in editingExample()
320 mxDocText = mxDoc.getText(); in editingExample()
325 XPropertySet.class, mxDoc ); in editingExample()
341 XMultiServiceFactory.class, mxDoc ); in editingExample()
1155 UnoRuntime.queryInterface(XTextTablesSupplier.class, mxDoc); in ReferenceExample()
1188 UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc ); in ReferenceExample()
1239 XRefreshable.class, mxDoc ); in ReferenceExample()
1274 UnoRuntime.queryInterface(XFootnotesSupplier.class, mxDoc ); in FootnoteExample()
1363 UnoRuntime.queryInterface (XDrawPageSupplier.class, mxDoc ); in DrawPageExample()
1428 UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, mxDoc); in StylesExample()
1680 XRefreshable.class, mxDoc ); in TextSectionExample()