Home
last modified time | relevance | path

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

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