LibreOffice Module extensions (master) 1
|
Public Member Functions | |
ODataSourceImpl (const Reference< XComponentContext > &_rxORB) | |
Public Attributes | |
Reference< XComponentContext > | xORB |
Reference< XPropertySet > | xDataSource |
the service factory More... | |
::utl::SharedUNOComponent< XConnection > | xConnection |
the UNO data source More... | |
StringBag | aTables |
OUString | sName |
Definition at line 281 of file datasourcehandling.cxx.
|
inlineexplicit |
Definition at line 291 of file datasourcehandling.cxx.
StringBag abp::ODataSourceImpl::aTables |
Definition at line 288 of file datasourcehandling.cxx.
OUString abp::ODataSourceImpl::sName |
Definition at line 289 of file datasourcehandling.cxx.
::utl::SharedUNOComponent< XConnection > abp::ODataSourceImpl::xConnection |
the UNO data source
Definition at line 287 of file datasourcehandling.cxx.
Reference< XPropertySet > abp::ODataSourceImpl::xDataSource |
the service factory
Definition at line 285 of file datasourcehandling.cxx.
Reference< XComponentContext > abp::ODataSourceImpl::xORB |
Definition at line 284 of file datasourcehandling.cxx.