Searched refs:rPropInfos (Results 1 – 1 of 1) sorted by relevance
640 PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps; in propertyChange() local641 PropertySetInfo::AllPropertiesIterator aPropertyPos = rPropInfos.find(evt.PropertyName); in propertyChange()642 if (aPropertyPos == rPropInfos.end()) in propertyChange()669 …aPropertyPos = rPropInfos.insert(PropertySetInfo::AllProperties::value_type(evt.PropertyName,aNewE… in propertyChange()670 …DBG_ASSERT(aPropertyPos != rPropInfos.end(), "FmXUndoEnvironment::propertyChange : just inserted i… in propertyChange()
Completed in 16 milliseconds