LibreOffice Module configmgr (master)
1
|
#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 <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include "components.hxx"
#include "lock.hxx"
#include "rootaccess.hxx"
Go to the source code of this file.
Namespaces | |
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 &) |
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 114 of file readonlyaccess.cxx.
css::uno::Reference< css::uno::XComponentContext > context_ |
Definition at line 76 of file readonlyaccess.cxx.
osl::Mutex mutex_ |
Definition at line 78 of file readonlyaccess.cxx.
rtl::Reference< RootAccess > root_ |
Definition at line 79 of file readonlyaccess.cxx.
Referenced by configmgr::ChildAccess::bind().