Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/xforms/
H A Dpropertysetbase.cxx152 PropertyAccessors::const_iterator aPropertyPos = m_aAccessors.find( nHandle ); in locatePropertyHandler() local
153 DBG_ASSERT( aPropertyPos != m_aAccessors.end() && aPropertyPos->second.get(), in locatePropertyHandler()
157 return *aPropertyPos->second; in locatePropertyHandler()
/aoo4110/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx285 PropertiesInfo::iterator aPropertyPos = rObjectInfo.aProperties.find( _rEvent.PropertyName ); in propertyChange() local
286 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()
/aoo4110/main/svx/source/form/
H A Dfmundo.cxx641 PropertySetInfo::AllPropertiesIterator aPropertyPos = rPropInfos.find(evt.PropertyName); in propertyChange() local
642 if (aPropertyPos == rPropInfos.end()) in propertyChange()
669aPropertyPos = 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 31 milliseconds