Lines Matching refs:m_xSourceConnection

193 …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()
974 if ( !m_xSourceConnection.is() ) in impl_createSourceStatement_throw()
992 Reference< XMultiServiceFactory > xFactory( m_xSourceConnection, UNO_QUERY ); in impl_createSourceStatement_throw()
1013 …::dbtools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandl… in impl_createSourceStatement_throw()
1426 … const bool bIsSameConnection = ( m_xSourceConnection.getTyped() == m_xDestConnection.getTyped() ); in impl_doCopy_nothrow()
1556 …Descriptor( impl_ensureDataAccessDescriptor_throw( _rArguments, 0, m_xSourceConnection, xSourceDoc… in initialize()
1605 m_xSourceConnection.getTyped(), in createDialog()