Home
last modified time | relevance | path

Searched refs:m_lProps (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx90 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(aProperty.Name); in impl_addPropertyInfo()
91 if (pIt != m_lProps.end()) in impl_addPropertyInfo()
94 m_lProps[aProperty.Name] = aProperty; in impl_addPropertyInfo()
108 PropertySetHelper::TPropInfoHash::iterator pIt = m_lProps.find(sProperty); in impl_removePropertyInfo()
109 if (pIt == m_lProps.end()) in impl_removePropertyInfo()
112 m_lProps.erase(pIt); in impl_removePropertyInfo()
134 m_lProps.free(); in impl_disablePropertySet()
222 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in setPropertyValue()
223 if (pIt == m_lProps.end()) in setPropertyValue()
283 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in getPropertyValue()
[all …]
/AOO42X/main/framework/inc/classes/
H A Dpropertysethelper.hxx81 PropertySetHelper::TPropInfoHash m_lProps; member in framework::PropertySetHelper