Lines Matching refs:aProperty
100 tPropertyNameWithMemberId aProperty; in FillItemSet() local
117 if( GetItemProperty( nWhich, aProperty )) in FillItemSet()
126 if( ! pItem->PutValue( m_xPropertySet->getPropertyValue( aProperty.first ), in FillItemSet()
127 aProperty.second // nMemberId in FillItemSet()
145 … " - unknown Property: " )) + aProperty.first, in FillItemSet()
191 tPropertyNameWithMemberId aProperty; in ApplyItemSet() local
198 if( GetItemProperty( pItem->Which(), aProperty )) in ApplyItemSet()
200 pItem->QueryValue( aValue, aProperty.second /* nMemberId */ ); in ApplyItemSet()
204 if( aValue != m_xPropertySet->getPropertyValue( aProperty.first )) in ApplyItemSet()
206 m_xPropertySet->setPropertyValue( aProperty.first, aValue ); in ApplyItemSet()
216 … " - unknown Property: " )) + aProperty.first, in ApplyItemSet()