Home
last modified time | relevance | path

Searched refs:aObjAny (Results 1 – 2 of 2) sorted by relevance

/trunk/main/eventattacher/source/
H A Deventattacher.cxx599 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in attachListener() local
601 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() local
752 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()
793 rxMethod->invoke( aObjAny, args ); in removeListener()
818 rxMethod->invoke( aObjAny, args ); in removeListener()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx948 Any aObjAny; in getIntrospectionTestObject() local
950 aObjAny.setValue( &xTestObj, ::getCppuType( (const Reference< XIntroTest > *)0 ) ); in getIntrospectionTestObject()
951 return aObjAny; in getIntrospectionTestObject()
1146 Any aObjAny = getIntrospectionTestObject( xMgr ); in test_introsp() local
1156 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 25 milliseconds