LibreOffice Module cppu (master) 1
Functions
LogBridge.cxx File Reference
#include <osl/mutex.hxx>
#include <osl/thread.h>
#include <osl/thread.hxx>
#include <osl/diagnose.h>
#include <cppu/Enterable.hxx>
#include <cppu/helper/purpenv/Environment.hxx>
#include <cppu/helper/purpenv/Mapping.hxx>
#include <com/sun/star/uno/Type.hxx>
#include <sal/log.hxx>
Include dependency graph for LogBridge.cxx:

Go to the source code of this file.

Functions

static void LogProbe (bool pre, SAL_UNUSED_PARAMETER void *, SAL_UNUSED_PARAMETER void *, typelib_TypeDescriptionReference *pReturnTypeRef, typelib_MethodParameter *pParams, sal_Int32 nParams, typelib_TypeDescription const *pMemberType, void *pReturn, void *pArgs[], uno_Any **ppException)
 
void SAL_DLLPUBLIC_EXPORT uno_initEnvironment (uno_Environment *pEnv) SAL_THROW_EXTERN_C()
 
void SAL_DLLPUBLIC_EXPORT uno_ext_getMapping (uno_Mapping **ppMapping, uno_Environment *pFrom, uno_Environment *pTo)
 

Function Documentation

◆ LogProbe()

static void LogProbe ( bool  pre,
SAL_UNUSED_PARAMETER void *  ,
SAL_UNUSED_PARAMETER void *  ,
typelib_TypeDescriptionReference *  pReturnTypeRef,
typelib_MethodParameter *  pParams,
sal_Int32  nParams,
typelib_TypeDescription const *  pMemberType,
void *  pReturn,
void *  pArgs[],
uno_Any **  ppException 
)
static

Definition at line 188 of file LogBridge.cxx.

References i, OUStringToOString(), and SAL_INFO.

Referenced by uno_ext_getMapping().

◆ uno_ext_getMapping()

void SAL_DLLPUBLIC_EXPORT uno_ext_getMapping ( uno_Mapping **  ppMapping,
uno_Environment pFrom,
uno_Environment pTo 
)

Definition at line 255 of file LogBridge.cxx.

References cppu::helper::purpenv::createMapping(), and LogProbe().

◆ uno_initEnvironment()

void SAL_DLLPUBLIC_EXPORT uno_initEnvironment ( uno_Environment pEnv)