Lines Matching refs:_xIntrospectionAccess

252 	Reference<XIntrospectionAccess>		_xIntrospectionAccess;  member in stoc_inv::Invocation_Impl
358 (!_xDirect.is() && _xIntrospectionAccess.is() ) ) in queryInterface()
380 else if( _xIntrospectionAccess.is() ) in getMaterial()
382 xMaterialHolder = Reference<XMaterialHolder>::query( _xIntrospectionAccess ); in getMaterial()
426 _xIntrospectionAccess = xIntrospection->inspect( _aMaterial ); in setMaterial()
427 if( _xIntrospectionAccess.is() ) in setMaterial()
431 _xIntrospectionAccess->queryAdapter( in setMaterial()
435 _xIntrospectionAccess->queryAdapter( in setMaterial()
439 _xIntrospectionAccess->queryAdapter( in setMaterial()
443 _xIntrospectionAccess->queryAdapter( in setMaterial()
447 _xIntrospectionAccess->queryAdapter( in setMaterial()
451 _xIntrospectionAccess->queryAdapter( in setMaterial()
455 _xIntrospectionAccess->queryAdapter( in setMaterial()
458 _xENIntrospection = Reference<XExactName>::query( _xIntrospectionAccess ); in setMaterial()
502 return _xIntrospectionAccess; in getIntrospection()
511 if( _xIntrospectionAccess.is() ) in hasMethod()
512 return _xIntrospectionAccess->hasMethod( Name, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in hasMethod()
523 if( _xIntrospectionAccess.is() in hasProperty()
524 && _xIntrospectionAccess->hasProperty( Name, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in hasProperty()
541 if( _xIntrospectionAccess.is() && _xPropertySet.is() in getValue()
542 && _xIntrospectionAccess->hasProperty in getValue()
579 if( _xIntrospectionAccess.is() && _xPropertySet.is() in setValue()
580 && _xIntrospectionAccess->hasProperty( in setValue()
583 Property aProp = _xIntrospectionAccess->getProperty( in setValue()
655 if (_xIntrospectionAccess.is()) in invoke()
658 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod( in invoke()
790 if( _xIntrospectionAccess.is() ) in getInfoSequenceImpl()
792 aPropertySeq = _xIntrospectionAccess->getProperties in getInfoSequenceImpl()
795 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()
924 …if( _xIntrospectionAccess->hasMethod( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ) ) in getInfoForName()
926 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod in getInfoForName()
933 if( _xIntrospectionAccess.is() && _xIntrospectionAccess->hasProperty in getInfoForName()
936 Property aProp = _xIntrospectionAccess->getProperty in getInfoForName()
1069 (!_xDirect.is() && _xIntrospectionAccess.is() ) ) in getTypes()