Lines Matching refs:xAccess
1156 Reference< XIntrospectionAccess > xAccess = xIntrospection->inspect( aObjAny ); in test_introsp() local
1157 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()
1158 xAccess = xIntrospection->inspect( aObjAny ); in test_introsp()
1159 TEST_ENSHURE( xAccess.is(), "introspection failed, no XIntrospectionAccess returned" ); in test_introsp()
1160 if( !xAccess.is() ) in test_introsp()
1172 Reference< XInterface > xPropSetIface = xAccess->queryAdapter( aType ); in test_introsp()
1180 Reference< XExactName > xExactName( xAccess, UNO_QUERY ); in test_introsp()
1203 Sequence<Property> aRetSeq = xAccess->getProperties( nConcepts ); in test_introsp()
1389 sal_Bool bProperty = xAccess->hasProperty( aWDemandedName, nConcepts ); in test_introsp()
1398 Property aGetProp = xAccess->getProperty( aWDemandedName, nConcepts ); in test_introsp()
1437 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp()
1490 sal_Bool bMethod = xAccess->hasMethod( aWDemandedName, nRealConcepts ); in test_introsp()
1499 Reference< XIdlMethod > xGetMethod = xAccess->getMethod( aWDemandedName, nRealConcepts ); in test_introsp()
1514 Sequence< Type > aClassSeq = xAccess->getSupportedListeners(); in test_introsp()