Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx390 static PyObject* callCtor( const Runtime &r , const char * clazz, const PyRef & args ) in callCtor() function
414 return callCtor( r, "Enum" , args ); in PyUNO_Enum_new()
429 return callCtor( r, "Type" , args ); in PyUNO_Type_new()
448 return callCtor( r, "Char" , args ); in PyUNO_char_new()
459 return callCtor( r, "ByteSequence" , args ); in PyUNO_ByteSequence_new()