LibreOffice Module configmgr (master) 1
Namespaces | Functions
readwriteaccess.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/configuration/XReadWriteAccess.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 <mutex>
#include <utility>
#include <sal/types.h>
#include "components.hxx"
#include "lock.hxx"
#include "rootaccess.hxx"
Include dependency graph for readwriteaccess.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 
namespace  configmgr::read_write_access
 

Functions

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

Function Documentation

◆ com_sun_star_comp_configuration_ReadWriteAccess_get_implementation()

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

Definition at line 137 of file readwriteaccess.cxx.

Variable Documentation

◆ context_

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

Definition at line 99 of file readwriteaccess.cxx.

◆ mutex_

std::mutex mutex_
private

Definition at line 101 of file readwriteaccess.cxx.

◆ root_

rtl::Reference< RootAccess > root_
private

Definition at line 102 of file readwriteaccess.cxx.