#include <unordered_map>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <sal/log.hxx>
#include <uno/lbnames.h>
#include <uno/mapping.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implbase.hxx>
#include <compbase2.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/DeploymentException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <comphelper/sequence.hxx>
#include <memory>
#include <utility>
Go to the source code of this file.
|
constexpr OUStringLiteral | SMGR_SINGLETON = u"/singletons/com.sun.star.lang.theServiceManager" |
|
constexpr OUStringLiteral | TDMGR_SINGLETON = u"/singletons/com.sun.star.reflection.theTypeDescriptionManager" |
|
constexpr OUStringLiteral | AC_SINGLETON = u"/singletons/com.sun.star.security.theAccessController" |
|
◆ AC_SINGLETON
constexpr OUStringLiteral AC_SINGLETON = u"/singletons/com.sun.star.security.theAccessController" |
|
constexpr |
◆ lateInit
◆ m_map
◆ m_xDelegate
Reference< XComponentContext > m_xDelegate |
|
protected |
◆ m_xSMgr
Reference< lang::XMultiComponentFactory > m_xSMgr |
|
protected |
◆ m_xTarget
Reference< lang::XComponent > m_xTarget |
|
private |
◆ SMGR_SINGLETON
constexpr OUStringLiteral SMGR_SINGLETON = u"/singletons/com.sun.star.lang.theServiceManager" |
|
constexpr |
◆ TDMGR_SINGLETON
constexpr OUStringLiteral TDMGR_SINGLETON = u"/singletons/com.sun.star.reflection.theTypeDescriptionManager" |
|
constexpr |
◆ value