Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx348 SharedConnection m_xSourceConnection; member in dbaui::CopyTableWizard
398 ,m_xSourceConnection() in CopyTableWizard()
416 try { m_xSourceConnection.clear(); } in ~CopyTableWizard()
794 Reference< XTablesSupplier > xSuppTables( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
801 Reference< XQueriesSupplier > xSuppQueries( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
816 pSourceObject.reset( new ObjectCopySource( m_xSourceConnection, in impl_extractSourceObject_throw()
831 pSourceObject.reset( new NamedTableCopySource( m_xSourceConnection, sCommand ) ); in impl_extractSourceObject_throw()
973 …OSL_PRECOND( m_xSourceConnection.is(), "CopyTableWizard::impl_createSourceStatement_throw: illegal… in impl_createSourceStatement_throw()
974 if ( !m_xSourceConnection.is() ) in impl_createSourceStatement_throw()
992 Reference< XMultiServiceFactory > xFactory( m_xSourceConnection, UNO_QUERY ); in impl_createSourceStatement_throw()
[all …]

Completed in 17 milliseconds