LibreOffice Module pyuno (master) 1
|
#include "pyuno_impl.hxx"
#include <typelib/typedescription.hxx>
#include <com/sun/star/script/CannotConvertException.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pyuno |
Functions | |
void | pyuno::raisePyExceptionWithAny (const css::uno::Any &anyExc) |
static PyRef | pyuno::createClass (const OUString &name, const Runtime &runtime) |
bool | pyuno::isInstanceOfStructOrException (PyObject *obj) |
bool | pyuno::isInterfaceClass (const Runtime &runtime, PyObject *obj) |
PyRef | pyuno::getClass (const OUString &name, const Runtime &runtime) |