LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbaui::ODBTypeWizDialogSetup Class Referencefinal

#include <DBTypeWizDlgSetup.hxx>

Inheritance diagram for dbaui::ODBTypeWizDialogSetup:
[legend]
Collaboration diagram for dbaui::ODBTypeWizDialogSetup:
[legend]

Public Member Functions

 ODBTypeWizDialogSetup (const css::uno::Reference< css::uno::XComponentContext > &_rxORB)
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
- Public Member Functions inherited from svt::OGenericUnoDialog
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &_rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override=0
 
virtual OUString SAL_CALL getImplementationName () override=0
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override=0
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setTitle (const OUString &aTitle) override
 
virtual sal_Int16 SAL_CALL execute () override
 
virtual void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialogSetup >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Private Member Functions

virtual std::unique_ptr< weld::DialogControllercreateDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override
 
virtual void executedDialog (sal_Int16 _nExecutionResult) override
 

Private Attributes

bool m_bOpenDatabase
 
bool m_bStartTableWizard
 

Additional Inherited Members

- Protected Member Functions inherited from dbaui::ODatabaseAdministrationDialog
 ODatabaseAdministrationDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxORB)
 
virtual ~ODatabaseAdministrationDialog () override
 
virtual void implInitialize (const css::uno::Any &_rValue) override
 
- Protected Member Functions inherited from svt::OGenericUnoDialog
 OGenericUnoDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxContext)
 
virtual ~OGenericUnoDialog () override
 
virtual std::unique_ptr< weld::DialogControllercreateDialog (const css::uno::Reference< css::awt::XWindow > &rParent)=0
 
void destroyDialog ()
 
virtual void executedDialog (sal_Int16)
 
virtual void implInitialize (const css::uno::Any &_rValue)
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialogSetup >
static std::mutextheMutex ()
 
- Protected Attributes inherited from dbaui::ODatabaseAdministrationDialog
std::unique_ptr< SfxItemSetm_pDatasourceItems
 
rtl::Reference< SfxItemPoolm_pItemPool
 
std::vector< SfxPoolItem * > * m_pItemPoolDefaults
 
std::unique_ptr<::dbaccess::ODsnTypeCollectionm_pCollection
 
css::uno::Any m_aInitialSelection
 
css::uno::Reference< css::sdbc::XConnection > m_xActiveConnection
 
- Protected Attributes inherited from svt::OGenericUnoDialog
std::unique_ptr< weld::DialogControllerm_xDialog
 
bool m_bExecuting
 
bool m_bTitleAmbiguous
 
bool m_bInitialized
 
OUString m_sTitle
 
css::uno::Reference< css::awt::XWindow > m_xParent
 
css::uno::Reference< css::uno::XComponentContext > m_aContext
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialogSetup >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 28 of file DBTypeWizDlgSetup.hxx.

Constructor & Destructor Documentation

◆ ODBTypeWizDialogSetup()

dbaui::ODBTypeWizDialogSetup::ODBTypeWizDialogSetup ( const css::uno::Reference< css::uno::XComponentContext > &  _rxORB)
explicit

Definition at line 43 of file DBTypeWizDlgSetup.cxx.

References m_bOpenDatabase, and m_bStartTableWizard.

Member Function Documentation

◆ createArrayHelper()

cppu::IPropertyArrayHelper * dbaui::ODBTypeWizDialogSetup::createArrayHelper ( ) const
overridevirtual

◆ createDialog()

std::unique_ptr< weld::DialogController > dbaui::ODBTypeWizDialogSetup::createDialog ( const css::uno::Reference< css::awt::XWindow > &  rParent)
overrideprivatevirtual

◆ executedDialog()

void dbaui::ODBTypeWizDialogSetup::executedDialog ( sal_Int16  _nExecutionResult)
overrideprivatevirtual

◆ getImplementationId()

Sequence< sal_Int8 > SAL_CALL dbaui::ODBTypeWizDialogSetup::getImplementationId ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 55 of file DBTypeWizDlgSetup.cxx.

◆ getImplementationName()

OUString SAL_CALL dbaui::ODBTypeWizDialogSetup::getImplementationName ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 60 of file DBTypeWizDlgSetup.cxx.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & dbaui::ODBTypeWizDialogSetup::getInfoHelper ( )
override

◆ getPropertySetInfo()

Reference< XPropertySetInfo > SAL_CALL dbaui::ODBTypeWizDialogSetup::getPropertySetInfo ( )
overridevirtual

Definition at line 70 of file DBTypeWizDlgSetup.cxx.

References getInfoHelper().

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL dbaui::ODBTypeWizDialogSetup::getSupportedServiceNames ( )
overridevirtual

Implements svt::OGenericUnoDialog.

Definition at line 65 of file DBTypeWizDlgSetup.cxx.

Member Data Documentation

◆ m_bOpenDatabase

bool dbaui::ODBTypeWizDialogSetup::m_bOpenDatabase
private

Definition at line 32 of file DBTypeWizDlgSetup.hxx.

Referenced by executedDialog(), and ODBTypeWizDialogSetup().

◆ m_bStartTableWizard

bool dbaui::ODBTypeWizDialogSetup::m_bStartTableWizard
private

Definition at line 33 of file DBTypeWizDlgSetup.hxx.

Referenced by executedDialog(), and ODBTypeWizDialogSetup().


The documentation for this class was generated from the following files: