Lines Matching refs:nConcept
1236 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in getProperty() local
1237 if( (PropertyConcepts & nConcept) != 0 ) in getProperty()
1256 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in hasProperty() local
1257 if( (PropertyConcepts & nConcept) != 0 ) in hasProperty()
1308 sal_Int32 nConcept = pConcepts[ i ]; in getProperties() local
1309 if( nConcept & PropertyConcepts ) in getProperties()
1342 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in getMethod() local
1343 if( (MethodConcepts & nConcept) != 0 ) in getMethod()
1361 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in hasMethod() local
1362 if( (MethodConcepts & nConcept) != 0 ) in hasMethod()
1409 sal_Int32 nConcept = pConcepts[ i ]; in getMethods() local
1410 if( nConcept & MethodConcepts ) in getMethods()
1421 if( nConcept & MethodConcept::DANGEROUS ) in getMethods()
1423 if( nConcept & MethodConcept::PROPERTY ) in getMethods()
1425 if( nConcept & MethodConcept::LISTENER ) in getMethods()
1427 if( nConcept & MethodConcept::ENUMERATION ) in getMethods()
1429 if( nConcept & MethodConcept::NAMECONTAINER ) in getMethods()
1431 if( nConcept & MethodConcept::INDEXCONTAINER ) in getMethods()