Searched refs:MethodConcepts (Results 1 – 2 of 2) sorted by relevance
772 …ual Reference<XIdlMethod> SAL_CALL getMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts)774 virtual sal_Bool SAL_CALL hasMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts)776 virtual Sequence< Reference<XIdlMethod> > SAL_CALL getMethods(sal_Int32 MethodConcepts)1343 if( (MethodConcepts & nConcept) != 0 ) in getMethod()1354 sal_Bool ImplIntrospectionAccess::hasMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts) in hasMethod() argument1362 if( (MethodConcepts & nConcept) != 0 ) in hasMethod()1368 Sequence< Reference<XIdlMethod> > ImplIntrospectionAccess::getMethods(sal_Int32 MethodConcepts) in getMethods() argument1381 if( ( MethodConcepts & nAllSupportedMask ) == nAllSupportedMask ) in getMethods()1387 if( mnLastMethodConcept == MethodConcepts ) in getMethods()1410 if( nConcept & MethodConcepts ) in getMethods()[all …]
192 the demanded MethodConcepts. The information is
Completed in 31 milliseconds