Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A DTableFilterDlg.cxx42 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()
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()
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()
[all …]
H A DTableFilterDlg.hxx38 class OTableFilterDialog class
40 ,public ::comphelper::OPropertyArrayUsageHelper< OTableFilterDialog >
44OTableFilterDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFa…

Completed in 15 milliseconds