Searched refs:aObjAny (Results 1 – 2 of 2) sorted by relevance
599 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in attachListener() local601 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in attachListener()660 rxMethod->invoke( aObjAny, args ); in attachListener()687 rxMethod->invoke( aObjAny, args ); in attachListener()751 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in removeListener() local752 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()793 rxMethod->invoke( aObjAny, args ); in removeListener()818 rxMethod->invoke( aObjAny, args ); in removeListener()
948 Any aObjAny; in getIntrospectionTestObject() local950 aObjAny.setValue( &xTestObj, ::getCppuType( (const Reference< XIntroTest > *)0 ) ); in getIntrospectionTestObject()951 return aObjAny; in getIntrospectionTestObject()1146 Any aObjAny = getIntrospectionTestObject( xMgr ); in test_introsp() local1156 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()1157 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()1158 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()
Completed in 28 milliseconds