LibreOffice Module cppu (master) 1
Namespaces | Functions
helper_purpenv_Mapping.cxx File Reference
#include <cppu/helper/purpenv/Mapping.hxx>
#include "Proxy.hxx"
#include <osl/interlck.h>
#include <sal/log.hxx>
#include <uno/environment.hxx>
#include <uno/dispatcher.h>
Include dependency graph for helper_purpenv_Mapping.cxx:

Go to the source code of this file.

Namespaces

namespace  cppu
 
namespace  cppu::helper
 
namespace  cppu::helper::purpenv
 

Functions

static void s_mapInterface (uno_Mapping *puno_Mapping, void **ppOut, void *pUnoI, typelib_InterfaceTypeDescription *pTypeDescr) SAL_THROW_EXTERN_C()
 
static void s_acquire (uno_Mapping *puno_Mapping) SAL_THROW_EXTERN_C()
 
static void s_release (uno_Mapping *puno_Mapping) SAL_THROW_EXTERN_C()
 
static void s_getIdentifier_v (va_list *pParam)
 
static void s_free (uno_Mapping *puno_Mapping) SAL_THROW_EXTERN_C()
 
void cppu::helper::purpenv::createMapping (uno_Mapping **ppMapping, uno_Environment *pFrom, uno_Environment *pTo, ProbeFun *probeFun, void *pContext)
 

Function Documentation

◆ s_acquire()

static void s_acquire ( uno_Mapping puno_Mapping)
static

Definition at line 76 of file helper_purpenv_Mapping.cxx.

References pMapping, and SAL_THROW_EXTERN_C.

◆ s_free()

static void s_free ( uno_Mapping puno_Mapping)
static

Definition at line 100 of file helper_purpenv_Mapping.cxx.

References pMapping, and SAL_THROW_EXTERN_C.

Referenced by cppu::helper::purpenv::createMapping().

◆ s_getIdentifier_v()

static void s_getIdentifier_v ( va_list *  pParam)
static

Definition at line 91 of file helper_purpenv_Mapping.cxx.

◆ s_mapInterface()

static void s_mapInterface ( uno_Mapping puno_Mapping,
void **  ppOut,
void *  pUnoI,
typelib_InterfaceTypeDescription *  pTypeDescr 
)
static

Definition at line 62 of file helper_purpenv_Mapping.cxx.

References pMapping, and SAL_THROW_EXTERN_C.

◆ s_release()

static void s_release ( uno_Mapping puno_Mapping)
static

Definition at line 83 of file helper_purpenv_Mapping.cxx.

References pMapping, and SAL_THROW_EXTERN_C.