Searched refs:getUnoModule (Results 1 – 4 of 4) sorted by relevance
114 return PyRef( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*) name ) ); in getClass()367 PyRef code( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*)clazz ) ); in callCtor()
872 PyRef unoModule( impl ? impl->cargo->getUnoModule() : 0 ); in extractUnoException()1023 PyRef RuntimeCargo::getUnoModule() in getUnoModule() function in pyuno::RuntimeCargo
89 …PyRef object(PyDict_GetItemString( runtime.getImpl()->cargo->getUnoModule().get(), (char*)func ) ); in getObjectFromUnoModule()
205 PyRef getUnoModule();