Lines Matching refs:OTableFilterDialog

42 	static OMultiInstanceAutoRegistration< OTableFilterDialog > aAutoRegistration;  in createRegistryInfo_OTableFilterDialog()
56 OTableFilterDialog::OTableFilterDialog(const Reference< XMultiServiceFactory >& _rxORB) in OTableFilterDialog() function in dbaui::OTableFilterDialog
61 Sequence<sal_Int8> SAL_CALL OTableFilterDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
68 Reference< XInterface > SAL_CALL OTableFilterDialog::Create(const Reference< XMultiServiceFactory >… in Create()
70 return *(new OTableFilterDialog(_rxFactory)); in Create()
74 ::rtl::OUString SAL_CALL OTableFilterDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
80 ::rtl::OUString OTableFilterDialog::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
86 ::comphelper::StringSequence SAL_CALL OTableFilterDialog::getSupportedServiceNames() throw(RuntimeE… in getSupportedServiceNames()
92 ::comphelper::StringSequence OTableFilterDialog::getSupportedServiceNames_Static() throw(RuntimeExc… in getSupportedServiceNames_Static()
100 Reference<XPropertySetInfo> SAL_CALL OTableFilterDialog::getPropertySetInfo() throw(RuntimeExcepti… in getPropertySetInfo()
107 ::cppu::IPropertyArrayHelper& OTableFilterDialog::getInfoHelper() in getInfoHelper()
109 return *const_cast<OTableFilterDialog*>(this)->getArrayHelper(); in getInfoHelper()
113 ::cppu::IPropertyArrayHelper* OTableFilterDialog::createArrayHelper( ) const in createArrayHelper()
120 Dialog* OTableFilterDialog::createDialog(Window* _pParent) in createDialog()