Lines Matching refs:OSQLMessageDialog

54 	static OMultiInstanceAutoRegistration< OSQLMessageDialog > aAutoRegistration;  in createRegistryInfo_OSQLMessageDialog()
68 OSQLMessageDialog::OSQLMessageDialog(const Reference< XMultiServiceFactory >& _rxORB) in OSQLMessageDialog() function in dbaui::OSQLMessageDialog
78 Sequence<sal_Int8> SAL_CALL OSQLMessageDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
85 Reference< XInterface > SAL_CALL OSQLMessageDialog::Create(const Reference< XMultiServiceFactory >&… in Create()
87 return *(new OSQLMessageDialog(_rxFactory)); in Create()
91 ::rtl::OUString SAL_CALL OSQLMessageDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
97 ::rtl::OUString OSQLMessageDialog::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
103 ::comphelper::StringSequence SAL_CALL OSQLMessageDialog::getSupportedServiceNames() throw(RuntimeEx… in getSupportedServiceNames()
109 ::comphelper::StringSequence OSQLMessageDialog::getSupportedServiceNames_Static() throw(RuntimeExce… in getSupportedServiceNames_Static()
117 sal_Bool SAL_CALL OSQLMessageDialog::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldVal… in convertFastPropertyValue()
139 Reference<XPropertySetInfo> SAL_CALL OSQLMessageDialog::getPropertySetInfo() throw(RuntimeExceptio… in getPropertySetInfo()
146 ::cppu::IPropertyArrayHelper& OSQLMessageDialog::getInfoHelper() in getInfoHelper()
148 return *const_cast<OSQLMessageDialog*>(this)->getArrayHelper(); in getInfoHelper()
152 ::cppu::IPropertyArrayHelper* OSQLMessageDialog::createArrayHelper( ) const in createArrayHelper()
160 Dialog* OSQLMessageDialog::createDialog(Window* _pParent) in createDialog()