Lines Matching refs:OCopyTableWizard
205 void impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const;
208 void impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog );
215 OCopyTableWizard&
223 const OCopyTableWizard&
487 && !OCopyTableWizard::supportsViews( m_xDestConnection ) in setOperation()
524 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()
582 OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() in impl_getDialog_throw()
584 OCopyTableWizard* pWizard = dynamic_cast< OCopyTableWizard* >( m_pDialog ); in impl_getDialog_throw()
591 const OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() const in impl_getDialog_throw()
593 const OCopyTableWizard* pWizard = dynamic_cast< const OCopyTableWizard* >( m_pDialog ); in impl_getDialog_throw()
600 void CopyTableWizard::impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const in impl_attributesToDialog_nothrow()
610 void CopyTableWizard::impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog ) in impl_dialogToAttributes_nothrow()
1161 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_copyRows_throw()
1381 OCopyTableWizard& rWizard( impl_getDialog_throw() ); in impl_doCopy_nothrow()
1500 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_getServerSideCopyStatement_throw()
1600 OCopyTableWizard* pWizard = new OCopyTableWizard( in createDialog()