LibreOffice Module pyuno (master) 1
Namespaces | Functions | Variables
pyuno_runtime.cxx File Reference
#include <config_folders.h>
#include "pyuno_impl.hxx"
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <osl/module.h>
#include <osl/process.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/ref.hxx>
#include <typelib/typedescription.hxx>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/theIntrospection.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/script/Converter.hpp>
#include <com/sun/star/script/InvocationAdapterFactory.hpp>
#include <com/sun/star/script/XInvocation2.hpp>
#include <com/sun/star/reflection/theCoreReflection.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <comphelper/sequence.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <vector>
Include dependency graph for pyuno_runtime.cxx:

Go to the source code of this file.

Namespaces

namespace  pyuno
 

Functions

static void pyuno::getRuntimeImpl (PyRef &globalDict, PyRef &runtimeImpl)
 
static PyRef pyuno::importUnoModule ()
 
static void pyuno::readLoggingConfig (sal_Int32 *pLevel, FILE **ppFile)
 
static Sequence< Typepyuno::invokeGetTypes (const Runtime &r, PyObject *o)
 
static OUString pyuno::lcl_ExceptionMessage (PyObject *const o, OUString const *const pWrapped)
 

Variables

static PyTypeObject pyuno::RuntimeImpl_Type