LibreOffice Module cli_ure (master) 1
Namespaces | Macros | Functions
cli_bridge.cxx File Reference
#include <vcclr.h>
#include <windows.h>
#include "uno/environment.hxx"
#include "uno/lbnames.h"
#include "uno/mapping.hxx"
#include "typelib/typedescription.hxx"
#include "rtl/ustring.hxx"
#include <sal/log.hxx>
#include "cli_bridge.h"
#include "cli_proxy.h"
Include dependency graph for cli_bridge.cxx:

Go to the source code of this file.

Namespaces

namespace  cli_uno
 

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

void SAL_CALL cli_uno::Mapping_acquire (uno_Mapping *mapping) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_uno::Mapping_release (uno_Mapping *mapping) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_uno::Mapping_cli2uno (uno_Mapping *mapping, void **ppOut, void *pIn, typelib_InterfaceTypeDescription *td) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_uno::Mapping_uno2cli (uno_Mapping *mapping, void **ppOut, void *pIn, typelib_InterfaceTypeDescription *td) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_uno::Bridge_free (uno_Mapping *mapping) SAL_THROW_EXTERN_C()
 
void SAL_CALL cli_uno::cli_env_disposing (uno_Environment *uno_cli_env) SAL_THROW_EXTERN_C()
 
SAL_DLLPUBLIC_EXPORT void SAL_CALL cli_uno::uno_initEnvironment (uno_Environment *uno_cli_env) SAL_THROW_EXTERN_C()
 
SAL_DLLPUBLIC_EXPORT void SAL_CALL cli_uno::uno_ext_getMapping (uno_Mapping **ppMapping, uno_Environment *pFrom, uno_Environment *pTo) SAL_THROW_EXTERN_C()
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 22 of file cli_bridge.cxx.