Searched refs:aPropertyPos (Results 1 – 3 of 3) sorted by relevance
152 PropertyAccessors::const_iterator aPropertyPos = m_aAccessors.find( nHandle ); in locatePropertyHandler() local153 DBG_ASSERT( aPropertyPos != m_aAccessors.end() && aPropertyPos->second.get(), in locatePropertyHandler()157 return *aPropertyPos->second; in locatePropertyHandler()
285 PropertiesInfo::iterator aPropertyPos = rObjectInfo.aProperties.find( _rEvent.PropertyName ); in propertyChange() local286 if ( aPropertyPos == rObjectInfo.aProperties.end() ) in propertyChange()333 aPropertyPos = rObjectInfo.aProperties.insert( PropertiesInfo::value_type( in propertyChange()337 …DBG_ASSERT(aPropertyPos != rObjectInfo.aProperties.end(), "OXUndoEnvironment::propertyChange : jus… in propertyChange()346 if ( aPropertyPos->second.bIsReadonlyOrTransient ) in propertyChange()
641 PropertySetInfo::AllPropertiesIterator aPropertyPos = rPropInfos.find(evt.PropertyName); in propertyChange() local642 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()678 if ( bAddUndoAction && aPropertyPos->second.bIsTransientOrReadOnly ) in propertyChange()681 if ( bAddUndoAction && aPropertyPos->second.bIsValueProperty ) in propertyChange()
Completed in 24 milliseconds