LibreOffice Module dbaccess (master) 1
Namespaces | Typedefs | Functions
databaseregistrations.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/lang/IllegalAccessException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/sdb/XDatabaseRegistrations.hpp>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/interfacecontainer3.hxx>
#include <cppuhelper/implbase1.hxx>
#include <osl/diagnose.h>
#include <unotools/pathoptions.hxx>
#include <tools/urlobj.hxx>
#include <unotools/confignode.hxx>
#include "databaseregistrations.hxx"
Include dependency graph for databaseregistrations.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaccess
 

Typedefs

typedef ::cppu::WeakAggImplHelper1< XDatabaseRegistrations > dbaccess::DatabaseRegistrations_Base
 

Functions

static OUString dbaccess::getConfigurationRootPath ()
 
static OUString dbaccess::getLocationNodeName ()
 
static OUString dbaccess::getNameNodeName ()
 
Reference< XAggregation > dbaccess::createDataSourceRegistrations (const Reference< XComponentContext > &_rxContext)
 

Variable Documentation

◆ m_aConfigurationRoot

::utl::OConfigurationTreeRoot m_aConfigurationRoot
private

Definition at line 138 of file databaseregistrations.cxx.

◆ m_aContext

Reference<XComponentContext> m_aContext
private

Definition at line 137 of file databaseregistrations.cxx.

◆ m_aRegistrationListeners

::comphelper::OInterfaceContainerHelper3<XDatabaseRegistrationsListener> m_aRegistrationListeners
private

Definition at line 139 of file databaseregistrations.cxx.