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.cxx365 static PyObject* callCtor( const Runtime &r , const char * clazz, const PyRef & args ) in callCtor() function
389 return callCtor( r, "Enum" , args ); in PyUNO_Enum_new()
404 return callCtor( r, "Type" , args ); in PyUNO_Type_new()
416 return callCtor( r, "Char" , args ); in PyUNO_char_new()
427 return callCtor( r, "ByteSequence" , args ); in PyUNO_ByteSequence_new()