LibreOffice Module cli_ure (master) 1
Namespaces | Functions
cli_proxy.cxx File Reference
#include "typelib/typedescription.h"
#include "rtl/ustrbuf.hxx"
#include <sal/log.hxx>
#include "com/sun/star/uno/RuntimeException.hpp"
#include "cli_proxy.h"
#include "cli_base.h"
#include "cli_bridge.h"
Include dependency graph for cli_proxy.cxx:

Go to the source code of this file.

Namespaces

namespace  cli_uno
 

Functions

void SAL_CALL cli_proxy_free (uno_ExtEnvironment *env, void *proxy) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_proxy_acquire (uno_Interface *pUnoI) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_proxy_release (uno_Interface *pUnoI) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_proxy_dispatch (uno_Interface *pUnoI, typelib_TypeDescription const *member_td, void *uno_ret, void *uno_args[], uno_Any **uno_exc) SAL_THROW_EXTERN_C()
 

Function Documentation

◆ cli_proxy_acquire()

void SAL_CALL cli_proxy_acquire ( uno_Interface *  pUnoI)

◆ cli_proxy_dispatch()

void SAL_CALL cli_proxy_dispatch ( uno_Interface *  pUnoI,
typelib_TypeDescription const *  member_td,
void *  uno_ret,
void *  uno_args[],
uno_Any **  uno_exc 
)

◆ cli_proxy_free()

void SAL_CALL cli_proxy_free ( uno_ExtEnvironment *  env,
void *  proxy 
)

Definition at line 889 of file cli_proxy.cxx.

References SAL_THROW_EXTERN_C.

Referenced by cli_uno::CliProxy::acquire(), and cli_uno::CliProxy::create().

◆ cli_proxy_release()

void SAL_CALL cli_proxy_release ( uno_Interface *  pUnoI)