Searched refs:mWrappedObject (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/pyuno/source/module/ |
| H A D | pyuno_adapter.cxx | 62 : mWrappedObject( ref ), in Adapter() 71 decreaseRefCount( mInterpreter, mWrappedObject.get() ); in ~Adapter() 72 mWrappedObject.scratch(); in ~Adapter() 219 mWrappedObject.get(), aFunctionName, aParams ); in invoke() 240 PyRef method(PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aFunctionName)), in invoke() 248 PyRef str( PyObject_Repr( mWrappedObject.get() ), SAL_NO_ACQUIRE ); in invoke() 314 mWrappedObject.get(), aFunctionName, ret, aOutParam ); in invoke() 325 mWrappedObject.get(), aFunctionName, in invoke() 336 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke() 346 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke() [all …]
|
| H A D | pyuno_impl.hxx | 239 PyRef mWrappedObject; member in pyuno::Adapter 253 PyRef getWrappedObject() { return mWrappedObject; } in getWrappedObject()
|