Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A DDBTypeWizDlgSetup.cxx57 static OMultiInstanceAutoRegistration< ODBTypeWizDialogSetup > aAutoRegistration; in createRegistryInfo_ODBTypeWizDialogSetup()
73 ODBTypeWizDialogSetup::ODBTypeWizDialogSetup(const Reference< XMultiServiceFactory >& _rxORB) in ODBTypeWizDialogSetup() function in dbaui::ODBTypeWizDialogSetup
85 Sequence<sal_Int8> SAL_CALL ODBTypeWizDialogSetup::getImplementationId( ) throw(RuntimeException) in getImplementationId()
92 Reference< XInterface > SAL_CALL ODBTypeWizDialogSetup::Create(const Reference< XMultiServiceFactor… in Create()
94 Reference < XInterface > xDBWizard = *(new ODBTypeWizDialogSetup(_rxFactory)); in Create()
99 ::rtl::OUString SAL_CALL ODBTypeWizDialogSetup::getImplementationName() throw(RuntimeException) in getImplementationName()
105 ::rtl::OUString ODBTypeWizDialogSetup::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
111 ::comphelper::StringSequence SAL_CALL ODBTypeWizDialogSetup::getSupportedServiceNames() throw(Runti… in getSupportedServiceNames()
117 ::comphelper::StringSequence ODBTypeWizDialogSetup::getSupportedServiceNames_Static() throw(Runtime… in getSupportedServiceNames_Static()
125 Reference<XPropertySetInfo> SAL_CALL ODBTypeWizDialogSetup::getPropertySetInfo() throw(RuntimeExce… in getPropertySetInfo()
[all …]
H A DDBTypeWizDlgSetup.hxx38 class ODBTypeWizDialogSetup class
40 ,public ::comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialogSetup >
47ODBTypeWizDialogSetup(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServic…