LibreOffice Module connectivity (master) 1
Classes | Namespaces | Functions | Variables
mdrivermanager.cxx File Reference
#include <config_fuzzers.h>
#include "mdrivermanager.hxx"
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/logging/LogLevel.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/diagnose.h>
#include <algorithm>
#include <iterator>
#include <utility>
#include <vector>
Include dependency graph for mdrivermanager.cxx:

Go to the source code of this file.

Classes

class  drivermanager::ODriverEnumeration
 

Namespaces

namespace  drivermanager
 

Functions

static void drivermanager::throwNoSuchElementException ()
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * connectivity_OSDBCDriverManager_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Variables

constexpr OUStringLiteral drivermanager::SERVICE_SDBC_DRIVER = u"com.sun.star.sdbc.Driver"
 

Function Documentation

◆ connectivity_OSDBCDriverManager_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * connectivity_OSDBCDriverManager_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 655 of file mdrivermanager.cxx.

Variable Documentation

◆ m_sImplName

OUString m_sImplName

Definition at line 217 of file mdrivermanager.cxx.

◆ mxContext

Reference< XComponentContext > mxContext
private

Definition at line 140 of file mdrivermanager.cxx.