Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno.cxx345 if( PyObject_IsInstance( object, getPyUnoClass().get() ) ) in PyUNO_invoke()
608 if( PyObject_IsInstance( that, getPyUnoClass().get() ) ) in PyUNO_richcompare()
717 PyRef getPyUnoClass() in getPyUnoClass() function
H A Dpyuno_impl.hxx168 PyRef getPyUnoClass();
H A Dpyuno_module.cxx722 if (PyType_Ready((PyTypeObject *)getPyUnoClass().get())) in PyInit_pyuno()
H A Dpyuno_runtime.cxx752 else if( PyObject_IsInstance( o, getPyUnoClass().get() ) ) in pyObject2Any()