LibreOffice Module configmgr (master) 1
Namespaces | Functions
configurationprovider.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/XLocalizable.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/util/XFlushListener.hpp>
#include <com/sun/star/util/XFlushable.hpp>
#include <com/sun/star/util/XRefreshListener.hpp>
#include <com/sun/star/util/XRefreshable.hpp>
#include <cppu/unotype.hxx>
#include <comphelper/compbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx>
#include <sal/types.h>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <utility>
#include "components.hxx"
#include "configurationprovider.hxx"
#include "lock.hxx"
#include "defaultprovider.hxx"
#include "rootaccess.hxx"
Include dependency graph for configurationprovider.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 
namespace  configmgr::configuration_provider
 

Functions

css::uno::Reference< css::uno::XInterface > configmgr::configuration_provider::createDefault (css::uno::Reference< css::uno::XComponentContext > const &context)
 

Variable Documentation

◆ context_

css::uno::Reference< css::uno::XComponentContext > context_
private

Definition at line 162 of file configurationprovider.cxx.

◆ default_

bool default_
private

Definition at line 164 of file configurationprovider.cxx.

◆ locale_

OUString locale_
private

Definition at line 163 of file configurationprovider.cxx.

◆ lock_

std::shared_ptr<osl::Mutex> lock_
private

Definition at line 165 of file configurationprovider.cxx.

◆ maFlushListeners

comphelper::OInterfaceContainerHelper4<css::util::XFlushListener> maFlushListeners
private

Definition at line 167 of file configurationprovider.cxx.

◆ maRefreshListeners

comphelper::OInterfaceContainerHelper4<css::util::XRefreshListener> maRefreshListeners
private

Definition at line 166 of file configurationprovider.cxx.