LibreOffice Module bridges (master) 1
|
#include "sal/config.h"
#include <cassert>
#include <new>
#include <stdio.h>
#include <string.h>
#include <typeinfo>
#include <cxxabi.h>
#include <dlfcn.h>
#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/genfunc.hxx"
#include <sal/log.hxx>
#include "osl/mutex.hxx"
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
#include "typelib/typedescription.h"
#include "uno/any2.h"
#include <unordered_map>
#include "share.hxx"
Go to the source code of this file.
Classes | |
class | CPPU_CURRENT_NAMESPACE::RTTI |
Namespaces | |
namespace | CPPU_CURRENT_NAMESPACE |
Functions | |
void | CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything (char const *) |
static OUString | CPPU_CURRENT_NAMESPACE::toUNOname (char const *p) |
static void | CPPU_CURRENT_NAMESPACE::deleteException (void *pExc) |
void | CPPU_CURRENT_NAMESPACE::raiseException (uno_Any *pUnoExc, uno_Mapping *pUno2Cpp) |
void | CPPU_CURRENT_NAMESPACE::fillUnoException (uno_Any *pUnoExc, uno_Mapping *pCpp2Uno) |
void const* base |
Definition at line 60 of file gcc3_ios/except.cxx.
Referenced by bridges::cpp_uno::shared::CppInterfaceProxy::castInterfaceToProxy().
char const* name |
Definition at line 51 of file gcc3_ios/except.cxx.
Referenced by bridges::cpp_uno::shared::VtableFactory::BaseOffset::calculate(), cpp_call(), jni_uno::JNI_context::findClass(), bridges::cpp_uno::shared::VtableFactory::BaseOffset::getFunctionOffset(), bridges::cpp_uno::shared::VtableFactory::getVtables(), and jni_uno::Bridge::map_to_java().