Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx324 PyUNO_Enum_new(name, enumElementName.getStr(), runtime ) ); in importToGlobal()
404 PyObject *PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r ) in PyUNO_Enum_new() function
420 PyObject *typeClass = PyUNO_Enum_new( "com.sun.star.uno.TypeClass" , typeClassToString(t), r ); in PyUNO_Type_new()
H A Dpyuno_impl.hxx167 PyObject* PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r );
H A Dpyuno_runtime.cxx520 return PyRef( PyUNO_Enum_new(e.getStr(),v.getStr(), *this ), SAL_NO_ACQUIRE ); in any2PyObject()

Completed in 18 milliseconds