LibreOffice Module bridges (master) 1
|
#include <sal/config.h>
#include <typeinfo>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <sal/log.hxx>
#include <uno/data.h>
#include <typelib/typedescription.hxx>
#include "bridge.hxx"
#include "cppinterfaceproxy.hxx"
#include "types.hxx"
#include "vtablefactory.hxx"
#include "share.hxx"
Go to the source code of this file.
Classes | |
struct | bridges::cpp_uno::shared::VtableFactory::Slot |
Functions | |
void | cpp_vtable_call (sal_Int32 func, sal_Int32 offset, void **pStack) |
is called on incoming vtable calls (called by asm snippets) More... | |
Variables | |
int | codeSnippets [] |
const int | nFunIndexes = 8 |
const int | nVtableOffsets = 4 |
void cpp_vtable_call | ( | sal_Int32 | func, |
sal_Int32 | offset, | ||
void ** | pStack | ||
) |
is called on incoming vtable calls (called by asm snippets)
Definition at line 429 of file gcc3_ios/cpp2uno.cxx.
References cpp_mediate().
int codeSnippets[] |
Definition at line 36 of file gcc3_ios/cpp2uno.cxx.
const int nFunIndexes = 8 |
Definition at line 37 of file gcc3_ios/cpp2uno.cxx.
const int nVtableOffsets = 4 |
Definition at line 38 of file gcc3_ios/cpp2uno.cxx.