Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/invocation/
H A Dinvocation.cxx917 OUString aExactName = aName; in getInfoForName() local
921 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()
/aoo4110/main/stoc/test/
H A Dtestintrosp.cxx1334 OUString aExactName = xExactName->getExactName( aUpperUStr ); in test_introsp() local
1335 if( aExactName != aPropName ) in test_introsp()

Completed in 45 milliseconds