LibreOffice Module configmgr (master) 1
Namespaces | Functions
configurationregistry.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/registry/InvalidRegistryException.hpp>
#include <com/sun/star/registry/InvalidValueException.hpp>
#include <com/sun/star/registry/RegistryKeyType.hpp>
#include <com/sun/star/registry/RegistryValueType.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/registry/XSimpleRegistry.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/DeploymentException.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/TypeClass.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/util/XFlushable.hpp>
#include <cppu/unotype.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <mutex>
#include <rtl/ustring.hxx>
#include <utility>
#include <sal/types.h>
Include dependency graph for configurationregistry.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::util
 
namespace  configmgr
 
namespace  configmgr::configuration_registry
 

Functions

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

Variable Documentation

◆ access_

css::uno::Reference< css::uno::XInterface > access_
private

Definition at line 124 of file configurationregistry.cxx.

◆ mutex_

std::mutex mutex_
private

Definition at line 123 of file configurationregistry.cxx.

◆ provider_

css::uno::Reference< css::lang::XMultiServiceFactory > provider_
private

Definition at line 122 of file configurationregistry.cxx.

◆ readOnly_

bool readOnly_
private

Definition at line 126 of file configurationregistry.cxx.

◆ service_

Service& service_
private

Definition at line 212 of file configurationregistry.cxx.

◆ url_

OUString url_
private

◆ value_

css::uno::Any value_
private

Definition at line 213 of file configurationregistry.cxx.