LibreOffice Module comphelper (master) 1
|
#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>
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... | |
|
mutableprivate |
Definition at line 57 of file processfactory.cxx.
|
private |
Definition at line 58 of file processfactory.cxx.