Searched refs:aExactName (Results 1 – 2 of 2) sorted by relevance
917 OUString aExactName = aName; in getInfoForName() local921 aExactName = getExactName( aName ); in getInfoForName()922 if( aExactName.getLength() > 0 ) in getInfoForName()924 …if( _xIntrospectionAccess->hasMethod( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ) ) in getInfoForName()927 ( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in getInfoForName()934 ( aExactName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ) ) in getInfoForName()937 ( aExactName, PropertyConcept::ALL ^ PropertyConcept::DANGEROUS ); in getInfoForName()942 else if( _xNameAccess.is() && _xNameAccess->hasByName( aExactName ) ) in getInfoForName()944 fillInfoForNameAccess( aRetInfo, aExactName ); in getInfoForName()
1334 OUString aExactName = xExactName->getExactName( aUpperUStr ); in test_introsp() local1335 if( aExactName != aPropName ) in test_introsp()
Completed in 21 milliseconds