|
LibreOffice Module extensions (master) 1
|
Public Member Functions | |
| ODataSourceContextImpl (const Reference< XComponentContext > &_rxORB) | |
| for quicker name checks (without the UNO overhead) More... | |
| ODataSourceContextImpl (const ODataSourceContextImpl &)=delete | |
| ODataSourceContextImpl & | operator= (const ODataSourceContextImpl &)=delete |
Public Attributes | |
| Reference< XComponentContext > | xORB |
| Reference< XNameAccess > | xContext |
| StringBag | aDataSourceNames |
| the UNO data source context More... | |
Definition at line 179 of file datasourcehandling.cxx.
|
inlineexplicit |
for quicker name checks (without the UNO overhead)
Definition at line 185 of file datasourcehandling.cxx.
|
delete |
|
delete |
| StringBag abp::ODataSourceContextImpl::aDataSourceNames |
the UNO data source context
Definition at line 183 of file datasourcehandling.cxx.
| Reference< XNameAccess > abp::ODataSourceContextImpl::xContext |
Definition at line 182 of file datasourcehandling.cxx.
| Reference< XComponentContext > abp::ODataSourceContextImpl::xORB |
Definition at line 181 of file datasourcehandling.cxx.