Searched refs:PropertyConcepts (Results 1 – 1 of 1) sorted by relevance
766 virtual Property SAL_CALL getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)768 virtual sal_Bool SAL_CALL hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)770 virtual Sequence< Property > SAL_CALL getProperties(sal_Int32 PropertyConcepts)1228 …perty ImplIntrospectionAccess::getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts) in getProperty() argument1237 if( (PropertyConcepts & nConcept) != 0 ) in getProperty()1249 …_Bool ImplIntrospectionAccess::hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts) in hasProperty() argument1257 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()[all …]