Home
last modified time | relevance | path

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

/AOO41X/main/stoc/source/inspect/
H A Dintrospection.cxx1236 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()
[all …]
/AOO41X/main/stoc/test/
H A Dtestintrosp.cxx938 sal_Int32 nConcept; member
1194 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()
1229 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()
1430 if( pMethodDefs[ iList ].nConcept & nRealConcepts ) in test_introsp()
1468 if( pMethodDefs[ iList ].nConcept & nRealConcepts ) in test_introsp()