Home
last modified time | relevance | path

Searched refs:aPropertyIter (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx490 SequenceAsHashMap::const_iterator aPropertyIter = find( PROP_COMPONENTDATA() ); in getComponentDataEntry() local
491 if( aPropertyIter != end() ) in getComponentDataEntry()
492 return NamedValueCollection( aPropertyIter->second ).get( rName ); in getComponentDataEntry()
524 SequenceAsHashMap::iterator aPropertyIter = find( PROP_COMPONENTDATA() ); in clearComponentDataEntry() local
525 if( aPropertyIter != end() ) in clearComponentDataEntry()
527 css::uno::Any& rCompDataAny = aPropertyIter->second; in clearComponentDataEntry()
538 erase( aPropertyIter ); in clearComponentDataEntry()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx502 PropertyMap::const_iterator aPropertyIter = in GetPropertyFromStyleSheet() local
504 if( aPropertyIter != pEntry->pProperties->end()) in GetPropertyFromStyleSheet()
506 return aPropertyIter->second; in GetPropertyFromStyleSheet()

Completed in 44 milliseconds