LibreOffice Module bridges (master) 1
|
#include <sal/config.h>
#include <typeinfo>
#include <exception>
#include <cstddef>
#include <cxxabi.h>
#include <unwind.h>
#include <config_cxxabi.h>
#include <uno/any2.h>
#include <uno/mapping.h>
Go to the source code of this file.
Classes | |
class | __cxxabiv1::__class_type_info |
class | __cxxabiv1::__si_class_type_info |
struct | CPPU_CURRENT_NAMESPACE::__cxa_exception |
struct | CPPU_CURRENT_NAMESPACE::__cxa_eh_globals |
Namespaces | |
namespace | __cxxabiv1 |
namespace | CPPU_CURRENT_NAMESPACE |
namespace | x86 |
Functions | |
void | CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything (char const *) |
__cxa_eh_globals * | __cxxabiv1::__cxa_get_globals () throw () |
std::type_info * | __cxxabiv1::__cxa_current_exception_type () |
void * | __cxxabiv1::__cxa_allocate_exception (std::size_t thrown_size) throw () |
void | __cxxabiv1::__cxa_throw (void *thrown_exception, void *tinfo, void(*dest)(void *)) __attribute__((noreturn)) |
void | privateSnippetExecutorGeneral () |
void | privateSnippetExecutorVoid () |
void | privateSnippetExecutorHyper () |
void | privateSnippetExecutorFloat () |
void | privateSnippetExecutorDouble () |
void | privateSnippetExecutorClass () |
void | CPPU_CURRENT_NAMESPACE::raiseException (uno_Any *pUnoExc, uno_Mapping *pUno2Cpp) |
void | CPPU_CURRENT_NAMESPACE::fillUnoException (uno_Any *pUnoExc, uno_Mapping *pCpp2Uno) |
bool | x86::isSimpleReturnType (typelib_TypeDescription *pTD, bool recursive=false) |
void privateSnippetExecutorClass | ( | ) |
void privateSnippetExecutorDouble | ( | ) |
void privateSnippetExecutorFloat | ( | ) |
void privateSnippetExecutorGeneral | ( | ) |
void privateSnippetExecutorHyper | ( | ) |
void privateSnippetExecutorVoid | ( | ) |