Lines Matching refs:PyUNO
67 PyUNO* me = reinterpret_cast< PyUNO* > (self); in PyUNO_del()
315 PyUNO *me = (PyUNO * ) self; in PyUNO_repr()
347 PyUNO* me = (PyUNO*) object; in PyUNO_invoke()
412 PyUNO *me = ( PyUNO * ) self; in PyUNO_str()
451 PyUNO* me; in PyUNO_getattr()
464 me = (PyUNO*) self; in PyUNO_getattr()
569 PyUNO* me; in PyUNO_setattr()
577 me = (PyUNO*) self; in PyUNO_setattr()
620 PyUNO* me; in PyUNO_dir()
624 me = (PyUNO*) self; in PyUNO_dir()
653 PyUNO *me = reinterpret_cast< PyUNO*> ( self ); in PyUNO_richcompare()
654 PyUNO *other = reinterpret_cast< PyUNO *> (that ); in PyUNO_richcompare()
722 PyUNO *me = reinterpret_cast< PyUNO*> ( self ); in PyUNO_cmp()
723 PyUNO *other = reinterpret_cast< PyUNO *> (that ); in PyUNO_cmp()
758 sizeof (PyUNO),
852 PyUNO* self; in PyUNO_new_UNCHECKED()
856 self = PyObject_New (PyUNO, &PyUNOType); in PyUNO_new_UNCHECKED()