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()388 PyRef code( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*)clazz ) ); in callCtor()
929 PyRef unoModule( impl ? impl->cargo->getUnoModule() : 0 ); in extractUnoException()1081 PyRef RuntimeCargo::getUnoModule() in getUnoModule() function in pyuno::RuntimeCargo
111 …PyRef object(PyDict_GetItemString( runtime.getImpl()->cargo->getUnoModule().get(), (char*)func ) ); in getObjectFromUnoModule()
220 PyRef getUnoModule();
Completed in 31 milliseconds