LibreOffice Module pyuno (master) 1
|
#include <pyuno_impl.hxx>
Static Public Member Functions | |
static void | del (PyObject *self) |
static PyRef | create (const css::uno::Reference< css::uno::XComponentContext > &xContext) |
Public Attributes | |
PyObject_HEAD struct RuntimeCargo * | cargo |
Definition at line 235 of file pyuno_impl.hxx.
|
static |
css::uno::RuntimeException |
Definition at line 269 of file pyuno_runtime.cxx.
References a, Any, pyuno::LogLevel::CALL, cargo, ctx, pyuno::log(), pyuno::RuntimeCargo::logFile, pyuno::RuntimeCargo::logLevel, pyuno::readLoggingConfig(), pyuno::RuntimeImpl_Type, pyuno::RuntimeCargo::valid, pyuno::RuntimeCargo::xAdapterFactory, pyuno::RuntimeCargo::xContext, pyuno::RuntimeCargo::xCoreReflection, pyuno::RuntimeCargo::xIntrospection, pyuno::RuntimeCargo::xInvocation, pyuno::RuntimeCargo::xTdMgr, and pyuno::RuntimeCargo::xTypeConverter.
Referenced by pyuno::Runtime::initialize().
|
static |
Definition at line 308 of file pyuno_runtime.cxx.
References cargo, and pyuno::RuntimeCargo::logFile.
PyObject_HEAD struct RuntimeCargo* pyuno::stRuntimeImpl::cargo |
Definition at line 238 of file pyuno_impl.hxx.
Referenced by pyuno::Runtime::any2PyObject(), pyuno::callCtor(), create(), del(), pyuno::getClass(), pyuno::getObjectFromUnoModule(), pyuno::Adapter::getOutIndexes(), pyuno::Adapter::invoke(), pyuno::isInterfaceClass(), pyuno::lcl_setitem_index(), pyuno::lcl_setitem_slice(), pyuno::lcl_setitem_string(), pyuno::Runtime::pyObject2Any(), and pyuno::PyUNO_callable_call().