Lines Matching refs:ODataSourcePropertyDialog

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