Lines Matching refs:aFunctionName
189 Any Adapter::invoke( const OUString &aFunctionName, in invoke() argument
199 if( aParams.getLength() == 1 && 0 == aFunctionName.compareToAscii( "getSomething" ) ) in invoke()
219 mWrappedObject.get(), aFunctionName, aParams ); in invoke()
240 PyRef method(PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aFunctionName)), in invoke()
246 buf.appendAscii( "pyuno::Adapater: Method " ).append( aFunctionName ); in invoke()
261 … 0 != aFunctionName.compareToAscii( "getTypes" ) && // needed by introspection itself ! in invoke()
262 … 0 != aFunctionName.compareToAscii( "getImplementationId" ) ) // needed by introspection itself ! in invoke()
270 aOutParamIndex = getOutIndexes( aFunctionName ); in invoke()
282 + aFunctionName), in invoke()
290 buf.append( aFunctionName ); 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()