Searched refs:aPropertyIter (Results 1 – 2 of 2) sorted by relevance
490 SequenceAsHashMap::const_iterator aPropertyIter = find( PROP_COMPONENTDATA() ); in getComponentDataEntry() local491 if( aPropertyIter != end() ) in getComponentDataEntry()492 return NamedValueCollection( aPropertyIter->second ).get( rName ); in getComponentDataEntry()524 SequenceAsHashMap::iterator aPropertyIter = find( PROP_COMPONENTDATA() ); in clearComponentDataEntry() local525 if( aPropertyIter != end() ) in clearComponentDataEntry()527 css::uno::Any& rCompDataAny = aPropertyIter->second; in clearComponentDataEntry()538 erase( aPropertyIter ); in clearComponentDataEntry()
478 PropertyMap::const_iterator aPropertyIter = in GetPropertyFromStyleSheet() local480 if( aPropertyIter != pEntry->pProperties->end()) in GetPropertyFromStyleSheet()482 return aPropertyIter->second; in GetPropertyFromStyleSheet()
Completed in 42 milliseconds