Home
last modified time | relevance | path

Searched refs:getObjectFromUnoModule (Results 1 – 3 of 3) sorted by relevance

/trunk/main/pyuno/source/module/
H A Dpyuno_except.cxx177 PyRef ctor = getObjectFromUnoModule( runtime,"_uno_struct__init__" ); in createClass()
178 PyRef setter = getObjectFromUnoModule( runtime,"_uno_struct__setattr__" ); in createClass()
179 PyRef getter = getObjectFromUnoModule( runtime,"_uno_struct__getattr__" ); in createClass()
180 PyRef repr = getObjectFromUnoModule( runtime,"_uno_struct__repr__" ); in createClass()
181 PyRef eq = getObjectFromUnoModule( runtime,"_uno_struct__eq__" ); in createClass()
183 PyRef dir = getObjectFromUnoModule( runtime, "_uno_struct__dir__" ); in createClass()
H A Dpyuno_util.cxx108 PyRef getObjectFromUnoModule( const Runtime &runtime, const char * func ) in getObjectFromUnoModule() function
H A Dpyuno_impl.hxx195 PyRef getObjectFromUnoModule( const Runtime &runtime, const char * object )

Completed in 28 milliseconds