Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java569 …XDocumentDataSource xDocu = UnoRuntime.queryInterface( XDocumentDataSource.class, getDataSource() … in setDataSourceByName() local
570 if (xDocu != null) in setDataSourceByName()
572 xModel = xDocu.getDatabaseDocument(); in setDataSourceByName()
600 … XDocumentDataSource xDocu = UnoRuntime.queryInterface( XDocumentDataSource.class, m_dataSource ); in getConnection() local
601 if (xDocu != null) in getConnection()
603 xModel = xDocu.getDatabaseDocument(); in getConnection()
629 …XDocumentDataSource xDocu = UnoRuntime.queryInterface( XDocumentDataSource.class, this.m_dataSourc… in getConnection() local
630 if (xDocu != null) in getConnection()
632 xModel = xDocu.getDatabaseDocument(); in getConnection()