|
LibreOffice Module pyuno (master) 1
|
#include <pyuno_impl.hxx>
Public Member Functions | |
| PyRef const & | getUnoModule () |
Public Attributes | |
| css::uno::Reference< css::lang::XSingleServiceFactory > | xInvocation |
| css::uno::Reference< css::script::XTypeConverter > | xTypeConverter |
| css::uno::Reference< css::uno::XComponentContext > | xContext |
| css::uno::Reference< css::reflection::XIdlReflection > | xCoreReflection |
| css::uno::Reference< css::container::XHierarchicalNameAccess > | xTdMgr |
| css::uno::Reference< css::script::XInvocationAdapterFactory2 > | xAdapterFactory |
| css::uno::Reference< css::beans::XIntrospection > | xIntrospection |
| PyRef | dictUnoModule |
| osl::Module | testModule |
| bool | valid |
| ExceptionClassMap | exceptionMap |
| ClassSet | interfaceSet |
| PyRef2Adapter | mappedObjects |
| FILE * | logFile |
| sal_Int32 | logLevel |
Definition at line 214 of file pyuno_impl.hxx.
| PyRef const & pyuno::RuntimeCargo::getUnoModule | ( | ) |
Definition at line 1002 of file pyuno_runtime.cxx.
References dictUnoModule, pyuno::importUnoModule(), and pyuno::PyRef::is().
Referenced by pyuno::callCtor(), pyuno::getClass(), and pyuno::getObjectFromUnoModule().
| PyRef pyuno::RuntimeCargo::dictUnoModule |
Definition at line 223 of file pyuno_impl.hxx.
Referenced by getUnoModule().
| ExceptionClassMap pyuno::RuntimeCargo::exceptionMap |
Definition at line 226 of file pyuno_impl.hxx.
Referenced by pyuno::getClass().
| ClassSet pyuno::RuntimeCargo::interfaceSet |
Definition at line 227 of file pyuno_impl.hxx.
Referenced by pyuno::getClass(), and pyuno::isInterfaceClass().
| FILE* pyuno::RuntimeCargo::logFile |
Definition at line 229 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create(), pyuno::stRuntimeImpl::del(), pyuno::isLog(), and pyuno::log().
| sal_Int32 pyuno::RuntimeCargo::logLevel |
Definition at line 230 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create(), and pyuno::isLog().
| PyRef2Adapter pyuno::RuntimeCargo::mappedObjects |
Definition at line 228 of file pyuno_impl.hxx.
| osl::Module pyuno::RuntimeCargo::testModule |
Definition at line 224 of file pyuno_impl.hxx.
| bool pyuno::RuntimeCargo::valid |
Definition at line 225 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create().
| css::uno::Reference< css::script::XInvocationAdapterFactory2 > pyuno::RuntimeCargo::xAdapterFactory |
Definition at line 221 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create(), pyuno::Adapter::getOutIndexes(), and pyuno::Runtime::pyObject2Any().
| css::uno::Reference< css::uno::XComponentContext > pyuno::RuntimeCargo::xContext |
Definition at line 218 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create().
| css::uno::Reference< css::reflection::XIdlReflection > pyuno::RuntimeCargo::xCoreReflection |
Definition at line 219 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create().
| css::uno::Reference< css::beans::XIntrospection > pyuno::RuntimeCargo::xIntrospection |
Definition at line 222 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create(), and pyuno::Adapter::getOutIndexes().
| css::uno::Reference< css::lang::XSingleServiceFactory > pyuno::RuntimeCargo::xInvocation |
Definition at line 216 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create(), and pyuno::PyUNO_callable_call().
| css::uno::Reference< css::container::XHierarchicalNameAccess > pyuno::RuntimeCargo::xTdMgr |
Definition at line 220 of file pyuno_impl.hxx.
Referenced by pyuno::stRuntimeImpl::create().
| css::uno::Reference< css::script::XTypeConverter> pyuno::RuntimeCargo::xTypeConverter |
Definition at line 217 of file pyuno_impl.hxx.
Referenced by pyuno::Runtime::any2PyObject(), pyuno::stRuntimeImpl::create(), pyuno::lcl_setitem_index(), pyuno::lcl_setitem_slice(), pyuno::lcl_setitem_string(), and pyuno::Runtime::pyObject2Any().