Lines Matching refs:OCopyTableWizard
207 void impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const;
210 void impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog );
217 OCopyTableWizard&
225 const OCopyTableWizard&
489 && !OCopyTableWizard::supportsViews( m_xDestConnection ) in setOperation()
526 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()
584 OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() in impl_getDialog_throw()
586 OCopyTableWizard* pWizard = dynamic_cast< OCopyTableWizard* >( m_pDialog ); in impl_getDialog_throw()
593 const OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() const in impl_getDialog_throw()
595 const OCopyTableWizard* pWizard = dynamic_cast< const OCopyTableWizard* >( m_pDialog ); in impl_getDialog_throw()
602 void CopyTableWizard::impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const in impl_attributesToDialog_nothrow()
612 void CopyTableWizard::impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog ) in impl_dialogToAttributes_nothrow()
1163 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_copyRows_throw()
1383 OCopyTableWizard& rWizard( impl_getDialog_throw() ); in impl_doCopy_nothrow()
1502 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_getServerSideCopyStatement_throw()
1602 OCopyTableWizard* pWizard = new OCopyTableWizard( in createDialog()