Home
last modified time | relevance | path

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

/AOO41X/main/stoc/source/inspect/
H A Dintrospection.cxx766 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() argument
1237 if( (PropertyConcepts & nConcept) != 0 ) in getProperty()
1249 …_Bool ImplIntrospectionAccess::hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts) in hasProperty() argument
1257 if( (PropertyConcepts & nConcept) != 0 ) in hasProperty()
1263 Sequence< Property > ImplIntrospectionAccess::getProperties(sal_Int32 PropertyConcepts) in getProperties() argument
1270 if( ( PropertyConcepts & nAllSupportedMask ) == nAllSupportedMask ) in getProperties()
1276 if( mnLastPropertyConcept == PropertyConcepts ) in getProperties()
[all …]