LibreOffice Module pyuno (master) 1
Namespaces | Macros | Functions
pyuno_adapter.cxx File Reference
#include "pyuno_impl.hxx"
#include <o3tl/any.hxx>
#include <com/sun/star/beans/MethodConcept.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/XInvocationAdapterFactory2.hpp>
#include <com/sun/star/beans/XIntrospection.hpp>
#include <comphelper/sequence.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <utility>
Include dependency graph for pyuno_adapter.cxx:

Go to the source code of this file.

Namespaces

namespace  pyuno
 

Macros

#define TO_ASCII(x)   OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr()
 

Functions

void pyuno::raiseInvocationTargetExceptionWhenNeeded (const Runtime &runtime)
 

Macro Definition Documentation

◆ TO_ASCII

#define TO_ASCII (   x)    OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr()

Definition at line 50 of file pyuno_adapter.cxx.