LibreOffice Module configmgr (master) 1
Namespaces | Functions
readonlyaccess.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/Any.hxx>
#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/XInterface.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <utility>
#include <sal/types.h>
#include "components.hxx"
#include "lock.hxx"
#include "rootaccess.hxx"
#include <mutex>
Include dependency graph for readonlyaccess.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 
namespace  configmgr::read_only_access
 

Functions

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

Function Documentation

◆ com_sun_star_comp_configuration_ReadOnlyAccess_get_implementation()

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

Definition at line 115 of file readonlyaccess.cxx.

Variable Documentation

◆ context_

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

Definition at line 77 of file readonlyaccess.cxx.

◆ mutex_

std::mutex mutex_
private

Definition at line 79 of file readonlyaccess.cxx.

◆ root_

rtl::Reference< RootAccess > root_
private

Definition at line 80 of file readonlyaccess.cxx.

Referenced by configmgr::ChildAccess::bind().