Searched refs:iProp (Results 1 – 3 of 3) sorted by relevance
462 StringHashMap::const_iterator iProp; in MatchesTranslation() local463 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MatchesTranslation()465 if ( rInfo.aProperties.find( iProp->first ) != rInfo.aProperties.end() ) in MatchesTranslation()467 …if ( IsPropertyRelevant( iProp->first, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.… in MatchesTranslation()469 if ( IsPropertyInvariant( iProp->first, iProp->second ) ) in MatchesTranslation()471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()475 if ( bFixTags && IsPropertyFixable( iProp->first ) ) in MatchesTranslation()477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()479 …rErrorList.AddWarning( 25, ByteString("Property '").Append(iProp->first).Append("': FIXED differen… in MatchesTranslation()482 …rErrorList.AddError( 25, ByteString("Property '").Append(iProp->first).Append("': value different … in MatchesTranslation()[all …]
162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt() argument167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
63 virtual HRESULT STDMETHODCALLTYPE GetAt( DWORD iProp, PROPERTYKEY *pkey );