Lines Matching refs:OAdabasCreateDialog

52 	static OMultiInstanceAutoRegistration< OAdabasCreateDialog > aAutoRegistration;  in createRegistryInfo_OAdabasCreateDialog()
62 OAdabasCreateDialog::OAdabasCreateDialog(const Reference< XMultiServiceFactory >& _rxORB) in OAdabasCreateDialog() function in OAdabasCreateDialog
76 Sequence<sal_Int8> SAL_CALL OAdabasCreateDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
83 Reference< XInterface > SAL_CALL OAdabasCreateDialog::Create(const Reference< XMultiServiceFactory … in Create()
85 return *(new OAdabasCreateDialog(_rxFactory)); in Create()
89 ::rtl::OUString SAL_CALL OAdabasCreateDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
95 ::rtl::OUString OAdabasCreateDialog::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
101 ::comphelper::StringSequence SAL_CALL OAdabasCreateDialog::getSupportedServiceNames() throw(Runtime… in getSupportedServiceNames()
107 ::comphelper::StringSequence OAdabasCreateDialog::getSupportedServiceNames_Static() throw(RuntimeEx… in getSupportedServiceNames_Static()
115 Reference<XPropertySetInfo> SAL_CALL OAdabasCreateDialog::getPropertySetInfo() throw(RuntimeExcept… in getPropertySetInfo()
122 ::cppu::IPropertyArrayHelper& OAdabasCreateDialog::getInfoHelper() in getInfoHelper()
124 return *const_cast<OAdabasCreateDialog*>(this)->getArrayHelper(); in getInfoHelper()
128 ::cppu::IPropertyArrayHelper* OAdabasCreateDialog::createArrayHelper( ) const in createArrayHelper()
136 Dialog* OAdabasCreateDialog::createDialog(Window* _pParent) in createDialog()
144 void OAdabasCreateDialog::executedDialog(sal_Int16 _nExecutionResult) in executedDialog()