Searched refs:aObjAny (Results 1 – 2 of 2) sorted by relevance
576 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in attachListener() local578 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in attachListener()637 rxMethod->invoke( aObjAny, args ); in attachListener()664 rxMethod->invoke( aObjAny, args ); in attachListener()726 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in removeListener() local727 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()768 rxMethod->invoke( aObjAny, args ); in removeListener()793 rxMethod->invoke( aObjAny, args ); in removeListener()
909 Any aObjAny; in getIntrospectionTestObject() local911 aObjAny.setValue( &xTestObj, ::getCppuType( (const Reference< XIntroTest > *)0 ) ); in getIntrospectionTestObject()912 return aObjAny; in getIntrospectionTestObject()1107 Any aObjAny = getIntrospectionTestObject( xMgr ); in test_introsp() local1117 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()1118 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()1119 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()