Lines Matching refs:CopyTableWizard
153 class CopyTableWizard class
155 ,public ::comphelper::OPropertyArrayUsageHelper< CopyTableWizard >
198 CopyTableWizard( const Reference< XMultiServiceFactory >& _rxORB );
199 ~CopyTableWizard();
374 CopyTableAccessGuard( CopyTableWizard& _rWizard ) in CopyTableAccessGuard()
388 CopyTableWizard& m_rWizard;
393 CopyTableWizard::CopyTableWizard( const Reference< XMultiServiceFactory >& _rxORB ) in CopyTableWizard() function in dbaui::CopyTableWizard
413 CopyTableWizard::~CopyTableWizard() in ~CopyTableWizard()
431 Reference< XInterface > CopyTableWizard::Create( const Reference< XMultiServiceFactory >& _rxFactor… in Create()
433 return *( new CopyTableWizard( _rxFactory ) ); in Create()
437 ::rtl::OUString SAL_CALL CopyTableWizard::getImplementationName() throw(RuntimeException) in getImplementationName()
443 ::rtl::OUString CopyTableWizard::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
449 ::comphelper::StringSequence SAL_CALL CopyTableWizard::getSupportedServiceNames() throw(RuntimeExce… in getSupportedServiceNames()
455 ::comphelper::StringSequence CopyTableWizard::getSupportedServiceNames_Static() throw(RuntimeExcept… in getSupportedServiceNames_Static()
463 Reference< XPropertySetInfo > SAL_CALL CopyTableWizard::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
470 ::sal_Int16 SAL_CALL CopyTableWizard::getOperation() throw (RuntimeException) in getOperation()
477 void SAL_CALL CopyTableWizard::setOperation( ::sal_Int16 _operation ) throw (IllegalArgumentExcepti… in setOperation()
501 ::rtl::OUString SAL_CALL CopyTableWizard::getDestinationTableName() throw (RuntimeException) in getDestinationTableName()
508 void SAL_CALL CopyTableWizard::setDestinationTableName( const ::rtl::OUString& _destinationTableNam… in setDestinationTableName()
515 Optional< ::rtl::OUString > SAL_CALL CopyTableWizard::getCreatePrimaryKey() throw (RuntimeException) in getCreatePrimaryKey()
522 void SAL_CALL CopyTableWizard::setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryK… in setCreatePrimaryKey()
536 sal_Bool SAL_CALL CopyTableWizard::getUseHeaderLineAsColumnNames() throw (RuntimeException) in getUseHeaderLineAsColumnNames()
542 void SAL_CALL CopyTableWizard::setUseHeaderLineAsColumnNames( sal_Bool _bUseHeaderLineAsColumnNames… in setUseHeaderLineAsColumnNames()
548 void SAL_CALL CopyTableWizard::addCopyTableListener( const Reference< XCopyTableListener >& _rxList… in addCopyTableListener()
556 void SAL_CALL CopyTableWizard::removeCopyTableListener( const Reference< XCopyTableListener >& _rxL… in removeCopyTableListener()
564 void SAL_CALL CopyTableWizard::setTitle( const ::rtl::OUString& _rTitle ) throw (RuntimeException) in setTitle()
571 ::sal_Int16 SAL_CALL CopyTableWizard::execute( ) throw (RuntimeException) in execute()
584 OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() in impl_getDialog_throw()
593 const OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() const in impl_getDialog_throw()
597 throw DisposedException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); 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()
684 Reference< XPropertySet > CopyTableWizard::impl_ensureDataAccessDescriptor_throw( in impl_ensureDataAccessDescriptor_throw()
714 *const_cast< CopyTableWizard* >( this ), in impl_ensureDataAccessDescriptor_throw()
738 void CopyTableWizard::impl_checkForUnsupportedSettings_throw( const Reference< XPropertySet >& _rxS… in impl_checkForUnsupportedSettings_throw()
762 *const_cast< CopyTableWizard* >( this ), in impl_checkForUnsupportedSettings_throw()
770 ::std::auto_ptr< ICopyTableSourceObject > CopyTableWizard::impl_extractSourceObject_throw( const Re… in impl_extractSourceObject_throw()
781 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
811 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
830 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
840 void CopyTableWizard::impl_extractSourceResultSet_throw( const Reference< XPropertySet >& i_rDescri… in impl_extractSourceResultSet_throw()
879 SharedConnection CopyTableWizard::impl_extractConnection_throw( const Reference< XPropertySet >& _r… in impl_extractConnection_throw()
973 ::utl::SharedUNOComponent< XPreparedStatement > CopyTableWizard::impl_createSourceStatement_throw()… in impl_createSourceStatement_throw()
977 throw RuntimeException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); in impl_createSourceStatement_throw()
1023 throw RuntimeException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); in impl_createSourceStatement_throw()
1077 bool CopyTableWizard::impl_processCopyError_nothrow( const CopyTableRowEvent& _rEvent ) in impl_processCopyError_nothrow()
1154 void CopyTableWizard::impl_copyRows_throw( const Reference< XResultSet >& _rxSourceResultSet, in impl_copyRows_throw()
1377 void CopyTableWizard::impl_doCopy_nothrow() in impl_doCopy_nothrow()
1493 ::rtl::OUString CopyTableWizard::impl_getServerSideCopyStatement_throw(const Reference< XPropertySe… in impl_getServerSideCopyStatement_throw()
1529 void SAL_CALL CopyTableWizard::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize()
1583 ::cppu::IPropertyArrayHelper& CopyTableWizard::getInfoHelper() in getInfoHelper()
1589 ::cppu::IPropertyArrayHelper* CopyTableWizard::createArrayHelper( ) const in createArrayHelper()
1597 Dialog* CopyTableWizard::createDialog( Window* _pParent ) in createDialog()
1619 void CopyTableWizard::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog()
1637 static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::CopyTableWizard > aAutoRegistration; in createRegistryInfo_CopyTableWizard()