Home
last modified time | relevance | path

Searched refs:ODBTypeWizDialog (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/ui/uno/
H A DDBTypeWizDlg.cxx41 static OMultiInstanceAutoRegistration< ODBTypeWizDialog > aAutoRegistration; in createRegistryInfo_ODBTypeWizDialog()
55 ODBTypeWizDialog::ODBTypeWizDialog(const Reference< XMultiServiceFactory >& _rxORB) in ODBTypeWizDialog() function in dbaui::ODBTypeWizDialog
60 Sequence<sal_Int8> SAL_CALL ODBTypeWizDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
69 return *(new ODBTypeWizDialog(_rxFactory)); in Create()
73 ::rtl::OUString SAL_CALL ODBTypeWizDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
79 ::rtl::OUString ODBTypeWizDialog::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
99 Reference<XPropertySetInfo> SAL_CALL ODBTypeWizDialog::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
106 ::cppu::IPropertyArrayHelper& ODBTypeWizDialog::getInfoHelper() in getInfoHelper()
108 return *const_cast<ODBTypeWizDialog*>(this)->getArrayHelper(); in getInfoHelper()
112 ::cppu::IPropertyArrayHelper* ODBTypeWizDialog::createArrayHelper( ) const in createArrayHelper()
[all …]
H A DDBTypeWizDlg.hxx38 class ODBTypeWizDialog class
40 ,public ::comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialog >
44ODBTypeWizDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…

Completed in 8 milliseconds