Lines Matching refs:m_aPropertyAccessors
94 m_aPropertyAccessors[ pDelegateProps->Handle ] = OPropertyAccessor( -1, nMPLoop, sal_False ); in OPropertyArrayAggregationHelper()
136 m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
152 m_aPropertyAccessors[ pMergedProps->Handle ].nPos = nMPLoop; in OPropertyArrayAggregationHelper()
164 ConstPropertyAccessorMapIterator aPos = m_aPropertyAccessors.find( pPropertyDescriptor->Handle ); in classifyProperty()
165 …OSL_ENSURE( m_aPropertyAccessors.end() != aPos, "OPropertyArrayAggregationHelper::classifyProperty… in classifyProperty()
166 if ( m_aPropertyAccessors.end() != aPos ) in classifyProperty()
208 ConstPropertyAccessorMapIterator i = m_aPropertyAccessors.find(_nHandle); in fillPropertyMembersByHandle()
209 sal_Bool bRet = i != m_aPropertyAccessors.end(); in fillPropertyMembersByHandle()
224 ConstPropertyAccessorMapIterator pos = m_aPropertyAccessors.find(_nHandle); in getPropertyByHandle()
225 if ( pos != m_aPropertyAccessors.end() ) in getPropertyByHandle()
237 ConstPropertyAccessorMapIterator i = m_aPropertyAccessors.find(_nHandle); in fillAggregatePropertyInfoByHandle()
238 sal_Bool bRet = i != m_aPropertyAccessors.end() && (*i).second.bAggregate; in fillAggregatePropertyInfoByHandle()