|
LibreOffice Module cppu (master) 1
|
#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"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() |
| sal_Bool SAL_CALL uno_getCurrentContext | ( | void ** | ppCurrentContext, |
| rtl_uString * | pEnvTypeName, | ||
| void * | pEnvContext | ||
| ) |
Definition at line 164 of file current.cxx.
References Environment, cppu::get_type_XCurrentContext(), cppu::getIdContainer(), and SAL_THROW_EXTERN_C.
| 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().