Home
last modified time | relevance | path

Searched refs:iProp (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/l10ntools/source/
H A Dtagtest.cxx462 StringHashMap::const_iterator iProp; in MatchesTranslation() local
463 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 …]
/AOO42X/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt() argument
167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
/AOO42X/main/shell/inc/internal/
H A Dpropertyhdl.hxx63 virtual HRESULT STDMETHODCALLTYPE GetAt( DWORD iProp, PROPERTYKEY *pkey );