LibreOffice Module pyuno (master) 1
|
#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>
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) |
#define TO_ASCII | ( | x | ) | OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr() |
Definition at line 50 of file pyuno_adapter.cxx.