Lines Matching defs:const
291 Sequence<Property> getProperties(void) const { return maAllPropertySeq; } in getProperties()
292 Sequence< Reference<XIdlMethod> > getMethods(void) const { return maAllMethodSeq; } in getMethods()
293 Sequence< Type > getSupportedListeners(void) const { return maSupportedListenerSeq; } in getSupportedListeners()
294 Sequence<sal_Int32> getPropertyConcepts(void) const { return maPropertyConceptSeq; } in getPropertyConcepts()
295 Sequence<sal_Int32> getMethodConcepts(void) const { return maMethodConceptSeq; } in getMethodConcepts()
330 sal_Int32 IntrospectionAccessStatic_Impl::getPropertyIndex( const ::rtl::OUString& aPropertyName ) … in getPropertyIndex()
340 sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString& aMethodName ) const in getMethodIndex()
436 …ic_Impl::setPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceIndex, const Any& aValue) const in setPropertyValueByIndex() argument
570 Any IntrospectionAccessStatic_Impl::getPropertyValue( const Any& obj, const ::rtl::OUString& aPrope… in getPropertyValue()
579 …ospectionAccessStatic_Impl::getPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceIndex) const in getPropertyValueByIndex()
1628 size_t TypeProviderAccessCache_Impl::operator()(const hashTypeProviderKey_Impl & rObj ) const in operator ()()