LibreOffice Module cppu (master) 1
Namespaces | Functions
current.cxx File Reference
#include <sal/config.h>
#include <rtl/byteseq.h>
#include <osl/mutex.hxx>
#include <uno/current_context.h>
#include <uno/environment.hxx>
#include <uno/mapping.hxx>
#include <typelib/typedescription.h>
#include "current.hxx"
Include dependency graph for current.cxx:

Go to the source code of this file.

Namespaces

namespace  cppu
 

Functions

static typelib_InterfaceTypeDescription * cppu::get_type_XCurrentContext ()
 
IdContainer & cppu::getIdContainer ()
 
sal_Bool SAL_CALL uno_setCurrentContext (void *pCurrentContext, rtl_uString *pEnvTypeName, void *pEnvContext) SAL_THROW_EXTERN_C()
 
sal_Bool SAL_CALL uno_getCurrentContext (void **ppCurrentContext, rtl_uString *pEnvTypeName, void *pEnvContext) SAL_THROW_EXTERN_C()
 

Function Documentation

◆ uno_getCurrentContext()

sal_Bool SAL_CALL uno_getCurrentContext ( void **  ppCurrentContext,
rtl_uString *  pEnvTypeName,
void *  pEnvContext 
)

◆ uno_setCurrentContext()

sal_Bool SAL_CALL uno_setCurrentContext ( void *  pCurrentContext,
rtl_uString *  pEnvTypeName,
void *  pEnvContext 
)

Definition at line 117 of file current.cxx.

References cppu::getIdContainer(), SAL_THROW_EXTERN_C, and uno_getEnvironment().