Lines Matching refs:m_xSourceConnection
195 …bool isInitialized() const { return m_xSourceConnection.is() && m_pSourceObject.get() &… in isInitialized()
350 SharedConnection m_xSourceConnection; member in dbaui::CopyTableWizard
400 ,m_xSourceConnection() in CopyTableWizard()
418 try { m_xSourceConnection.clear(); } in ~CopyTableWizard()
772 …OSL_PRECOND( _rxDescriptor.is() && m_xSourceConnection.is(), "CopyTableWizard::impl_extractSourceO… in impl_extractSourceObject_throw()
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()
1015 …::dbtools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandl… in impl_createSourceStatement_throw()
1428 … const bool bIsSameConnection = ( m_xSourceConnection.getTyped() == m_xDestConnection.getTyped() ); in impl_doCopy_nothrow()
1558 …Descriptor( impl_ensureDataAccessDescriptor_throw( _rArguments, 0, m_xSourceConnection, xSourceDoc… in initialize()
1607 m_xSourceConnection.getTyped(), in createDialog()