Searched refs:PropertyConcepts (Results 1 – 1 of 1) sorted by relevance
770 virtual Sequence< Property > SAL_CALL getProperties(sal_Int32 PropertyConcepts)1237 if( (PropertyConcepts & nConcept) != 0 ) in getProperty()1257 if( (PropertyConcepts & nConcept) != 0 ) in hasProperty()1263 Sequence< Property > ImplIntrospectionAccess::getProperties(sal_Int32 PropertyConcepts) in getProperties() argument1270 if( ( PropertyConcepts & nAllSupportedMask ) == nAllSupportedMask ) in getProperties()1276 if( mnLastPropertyConcept == PropertyConcepts ) in getProperties()1287 if( PropertyConcepts & PROPERTYSET ) in getProperties()1289 if( PropertyConcepts & ATTRIBUTES ) in getProperties()1291 if( PropertyConcepts & METHODS ) in getProperties()1309 if( nConcept & PropertyConcepts ) in getProperties()[all …]
Completed in 44 milliseconds