Home
last modified time | relevance | path

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

/aoo42x/main/pyuno/source/module/
H A Dpyuno_callable.cxx55 } PyUNO_callable; typedef
59 PyUNO_callable* me; in PyUNO_callable_del()
61 me = (PyUNO_callable*) self; in PyUNO_callable_del()
70 PyUNO_callable* me; in PyUNO_callable_call()
80 me = (PyUNO_callable*) self; in PyUNO_callable_call()
194 sizeof (PyUNO_callable),
252 PyUNO_callable* self; in PyUNO_callable_new()
254 self = PyObject_New (PyUNO_callable, &PyUNO_callable_Type); in PyUNO_callable_new()

Completed in 8 milliseconds