LibreOffice Module comphelper (master) 1
Namespaces | Functions
processfactory.cxx File Reference
#include <mutex>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/DeploymentException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Include dependency graph for processfactory.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  comphelper
 

Functions

void comphelper::setProcessServiceFactory (const Reference< XMultiServiceFactory > &xSMgr)
 
Reference< XMultiServiceFactory > comphelper::getProcessServiceFactory ()
 This function gets the process service factory. More...
 
Reference< XComponentContext > comphelper::getComponentContext (Reference< XMultiServiceFactory > const &factory)
 
Reference< XComponentContext > comphelper::getProcessComponentContext ()
 This function gets the process service factory's default component context. More...
 

Variable Documentation

◆ maMutex

std::mutex maMutex
mutableprivate

Definition at line 57 of file processfactory.cxx.

◆ xProcessFactory

Reference< XMultiServiceFactory > xProcessFactory
private

Definition at line 58 of file processfactory.cxx.