Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx350 SharedConnection m_xSourceConnection; member in dbaui::CopyTableWizard
400 ,m_xSourceConnection() in CopyTableWizard()
418 try { m_xSourceConnection.clear(); } in ~CopyTableWizard()
796 Reference< XTablesSupplier > xSuppTables( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
803 Reference< XQueriesSupplier > xSuppQueries( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
818 pSourceObject.reset( new ObjectCopySource( m_xSourceConnection, in impl_extractSourceObject_throw()
833 pSourceObject.reset( new NamedTableCopySource( m_xSourceConnection, sCommand ) ); in impl_extractSourceObject_throw()
975 …OSL_PRECOND( m_xSourceConnection.is(), "CopyTableWizard::impl_createSourceStatement_throw: illegal… in impl_createSourceStatement_throw()
976 if ( !m_xSourceConnection.is() ) in impl_createSourceStatement_throw()
994 Reference< XMultiServiceFactory > xFactory( m_xSourceConnection, UNO_QUERY ); in impl_createSourceStatement_throw()
[all …]

Completed in 25 milliseconds