Lines Matching refs:CopyTableWizard
151 class CopyTableWizard class
153 ,public ::comphelper::OPropertyArrayUsageHelper< CopyTableWizard >
196 CopyTableWizard( const Reference< XMultiServiceFactory >& _rxORB );
197 ~CopyTableWizard();
372 CopyTableAccessGuard( CopyTableWizard& _rWizard ) in CopyTableAccessGuard()
386 CopyTableWizard& m_rWizard;
391 CopyTableWizard::CopyTableWizard( const Reference< XMultiServiceFactory >& _rxORB ) in CopyTableWizard() function in dbaui::CopyTableWizard
411 CopyTableWizard::~CopyTableWizard() in ~CopyTableWizard()
429 Reference< XInterface > CopyTableWizard::Create( const Reference< XMultiServiceFactory >& _rxFactor… in Create()
431 return *( new CopyTableWizard( _rxFactory ) ); in Create()
435 ::rtl::OUString SAL_CALL CopyTableWizard::getImplementationName() throw(RuntimeException) in getImplementationName()
441 ::rtl::OUString CopyTableWizard::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
447 ::comphelper::StringSequence SAL_CALL CopyTableWizard::getSupportedServiceNames() throw(RuntimeExce… in getSupportedServiceNames()
453 ::comphelper::StringSequence CopyTableWizard::getSupportedServiceNames_Static() throw(RuntimeExcept… in getSupportedServiceNames_Static()
461 Reference< XPropertySetInfo > SAL_CALL CopyTableWizard::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
468 ::sal_Int16 SAL_CALL CopyTableWizard::getOperation() throw (RuntimeException) in getOperation()
475 void SAL_CALL CopyTableWizard::setOperation( ::sal_Int16 _operation ) throw (IllegalArgumentExcepti… in setOperation()
499 ::rtl::OUString SAL_CALL CopyTableWizard::getDestinationTableName() throw (RuntimeException) in getDestinationTableName()
506 void SAL_CALL CopyTableWizard::setDestinationTableName( const ::rtl::OUString& _destinationTableNam… in setDestinationTableName()
513 Optional< ::rtl::OUString > SAL_CALL CopyTableWizard::getCreatePrimaryKey() throw (RuntimeException) in getCreatePrimaryKey()
520 void SAL_CALL CopyTableWizard::setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryK… in setCreatePrimaryKey()
534 sal_Bool SAL_CALL CopyTableWizard::getUseHeaderLineAsColumnNames() throw (RuntimeException) in getUseHeaderLineAsColumnNames()
540 void SAL_CALL CopyTableWizard::setUseHeaderLineAsColumnNames( sal_Bool _bUseHeaderLineAsColumnNames… in setUseHeaderLineAsColumnNames()
546 void SAL_CALL CopyTableWizard::addCopyTableListener( const Reference< XCopyTableListener >& _rxList… in addCopyTableListener()
554 void SAL_CALL CopyTableWizard::removeCopyTableListener( const Reference< XCopyTableListener >& _rxL… in removeCopyTableListener()
562 void SAL_CALL CopyTableWizard::setTitle( const ::rtl::OUString& _rTitle ) throw (RuntimeException) in setTitle()
569 ::sal_Int16 SAL_CALL CopyTableWizard::execute( ) throw (RuntimeException) in execute()
582 OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() in impl_getDialog_throw()
591 const OCopyTableWizard& CopyTableWizard::impl_getDialog_throw() const in impl_getDialog_throw()
595 throw DisposedException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); 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()
682 Reference< XPropertySet > CopyTableWizard::impl_ensureDataAccessDescriptor_throw( in impl_ensureDataAccessDescriptor_throw()
712 *const_cast< CopyTableWizard* >( this ), in impl_ensureDataAccessDescriptor_throw()
736 void CopyTableWizard::impl_checkForUnsupportedSettings_throw( const Reference< XPropertySet >& _rxS… in impl_checkForUnsupportedSettings_throw()
760 *const_cast< CopyTableWizard* >( this ), in impl_checkForUnsupportedSettings_throw()
768 ::std::auto_ptr< ICopyTableSourceObject > CopyTableWizard::impl_extractSourceObject_throw( const Re… in impl_extractSourceObject_throw()
779 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
809 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
828 *const_cast< CopyTableWizard* >( this ), in impl_extractSourceObject_throw()
838 void CopyTableWizard::impl_extractSourceResultSet_throw( const Reference< XPropertySet >& i_rDescri… in impl_extractSourceResultSet_throw()
877 SharedConnection CopyTableWizard::impl_extractConnection_throw( const Reference< XPropertySet >& _r… in impl_extractConnection_throw()
971 ::utl::SharedUNOComponent< XPreparedStatement > CopyTableWizard::impl_createSourceStatement_throw()… in impl_createSourceStatement_throw()
975 throw RuntimeException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); in impl_createSourceStatement_throw()
1021 throw RuntimeException( ::rtl::OUString(), *const_cast< CopyTableWizard* >( this ) ); in impl_createSourceStatement_throw()
1075 bool CopyTableWizard::impl_processCopyError_nothrow( const CopyTableRowEvent& _rEvent ) in impl_processCopyError_nothrow()
1152 void CopyTableWizard::impl_copyRows_throw( const Reference< XResultSet >& _rxSourceResultSet, in impl_copyRows_throw()
1375 void CopyTableWizard::impl_doCopy_nothrow() in impl_doCopy_nothrow()
1491 ::rtl::OUString CopyTableWizard::impl_getServerSideCopyStatement_throw(const Reference< XPropertySe… in impl_getServerSideCopyStatement_throw()
1527 void SAL_CALL CopyTableWizard::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize()
1581 ::cppu::IPropertyArrayHelper& CopyTableWizard::getInfoHelper() in getInfoHelper()
1587 ::cppu::IPropertyArrayHelper* CopyTableWizard::createArrayHelper( ) const in createArrayHelper()
1595 Dialog* CopyTableWizard::createDialog( Window* _pParent ) in createDialog()
1617 void CopyTableWizard::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog()
1635 static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::CopyTableWizard > aAutoRegistration; in createRegistryInfo_CopyTableWizard()