Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx193 …bool isInitialized() const { return m_xSourceConnection.is() && m_pSourceObject.get() &… in isInitialized()
348 SharedConnection m_xSourceConnection; member in dbaui::CopyTableWizard
398 ,m_xSourceConnection() in CopyTableWizard()
416 try { m_xSourceConnection.clear(); } in ~CopyTableWizard()
770 …OSL_PRECOND( _rxDescriptor.is() && m_xSourceConnection.is(), "CopyTableWizard::impl_extractSourceO… in impl_extractSourceObject_throw()
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()
[all …]