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()
651 if( PyObject_IsInstance( that, getPyUnoClass().get() ) ) in PyUNO_richcompare()
719 if( PyObject_IsInstance( that, getPyUnoClass().get() ) ) in PyUNO_cmp()
826 PyRef getPyUnoClass() in getPyUnoClass() function
H A Dpyuno_impl.hxx178 PyRef getPyUnoClass();
H A Dpyuno_module.cxx759 if (PyType_Ready((PyTypeObject *)getPyUnoClass().get())) in PyInit_pyuno()
H A Dpyuno_runtime.cxx809 else if( PyObject_IsInstance( o, getPyUnoClass().get() ) ) in pyObject2Any()

Completed in 77 milliseconds