Lines Matching refs:mWrappedObject
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()
356 mWrappedObject.get(), aFunctionName, &e,getCppuType(&e) ); in invoke()
381 mWrappedObject.get(), (char*)TO_ASCII(aPropertyName), obj.get() ); in setValue()
399 PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aPropertyName) ), in getValue()
428 mWrappedObject.get() , (char*) TO_ASCII( aPropertyName )); in hasProperty()