LibreOffice Module bridges (master) 1
Classes | Functions | Variables
gcc3_ios/cpp2uno.cxx File Reference
#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"
Include dependency graph for gcc3_ios/cpp2uno.cxx:

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
 

Function Documentation

◆ cpp_vtable_call()

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().

Variable Documentation

◆ codeSnippets

int codeSnippets[]

Definition at line 36 of file gcc3_ios/cpp2uno.cxx.

◆ nFunIndexes

const int nFunIndexes = 8

Definition at line 37 of file gcc3_ios/cpp2uno.cxx.

◆ nVtableOffsets

const int nVtableOffsets = 4

Definition at line 38 of file gcc3_ios/cpp2uno.cxx.