Home
last modified time | relevance | path

Searched refs:getUnoModule (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/pyuno/source/module/
H A Dpyuno_type.cxx114 return PyRef( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*) name ) ); in getClass()
388 PyRef code( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*)clazz ) ); in callCtor()
H A Dpyuno_runtime.cxx929 PyRef unoModule( impl ? impl->cargo->getUnoModule() : 0 ); in extractUnoException()
1081 PyRef RuntimeCargo::getUnoModule() in getUnoModule() function in pyuno::RuntimeCargo
H A Dpyuno_util.cxx111 …PyRef object(PyDict_GetItemString( runtime.getImpl()->cargo->getUnoModule().get(), (char*)func ) ); in getObjectFromUnoModule()
H A Dpyuno_impl.hxx220 PyRef getUnoModule();

Completed in 30 milliseconds