Lines Matching refs:m_xDestConnection
193 …zed() const { return m_xSourceConnection.is() && m_pSourceObject.get() && m_xDestConnection.is(); } in isInitialized()
357 SharedConnection m_xDestConnection; member in dbaui::CopyTableWizard
404 ,m_xDestConnection() in CopyTableWizard()
418 try { m_xDestConnection.clear(); } in ~CopyTableWizard()
487 && !OCopyTableWizard::supportsViews( m_xDestConnection ) in setOperation()
524 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()
1155 OSL_PRECOND( m_xDestConnection.is(), "CopyTableWizard::impl_copyRows_throw: illegal call!" ); in impl_copyRows_throw()
1156 if ( !m_xDestConnection.is() ) in impl_copyRows_throw()
1159 … Reference< XDatabaseMetaData > xDestMetaData( m_xDestConnection->getMetaData(), UNO_QUERY_THROW ); in impl_copyRows_throw()
1426 … const bool bIsSameConnection = ( m_xSourceConnection.getTyped() == m_xDestConnection.getTyped() ); in impl_doCopy_nothrow()
1434 …m_xDestConnection->createStatement()->executeUpdate( impl_getServerSideCopyStatement_throw(xTable)… in impl_doCopy_nothrow()
1496 …const Reference< XDatabaseMetaData > xDestMetaData( m_xDestConnection->getMetaData(), UNO_QUERY_TH… in impl_getServerSideCopyStatement_throw()
1562 impl_ensureDataAccessDescriptor_throw( _rArguments, 1, m_xDestConnection, xDestDocHandler ); in initialize()
1606 m_xDestConnection.getTyped(), in createDialog()