Home
last modified time | relevance | path

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

/trunk/main/eventattacher/source/
H A Deventattacher.cxx576 Any aObjAny( &xObject, ::getCppuType( (const Reference< XInterface > *)0) ); in attachListener() local
578 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() local
727 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in removeListener()
768 rxMethod->invoke( aObjAny, args ); in removeListener()
793 rxMethod->invoke( aObjAny, args ); in removeListener()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx909 Any aObjAny; in getIntrospectionTestObject() local
911 aObjAny.setValue( &xTestObj, ::getCppuType( (const Reference< XIntroTest > *)0 ) ); in getIntrospectionTestObject()
912 return aObjAny; in getIntrospectionTestObject()
1107 Any aObjAny = getIntrospectionTestObject( xMgr ); in test_introsp() local
1117 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()