Searched refs:PropertyValueMap (Results 1 – 4 of 4) sorted by relevance
91 : m_xProps( new PropertyValueMap ), in ContentProperties()136 : m_xProps( new PropertyValueMap ), in ContentProperties()149 : m_xProps( new PropertyValueMap ), in ContentProperties()158 : m_xProps( new PropertyValueMap ), in ContentProperties()167 ? new PropertyValueMap( *rOther.m_xProps ) in ContentProperties()168 : new PropertyValueMap ), in ContentProperties()197 PropertyValueMap::const_iterator it = m_xProps->find( rName ); in get()198 const PropertyValueMap::const_iterator end = m_xProps->end(); in get()426 PropertyValueMap::const_iterator it = rProps.m_xProps->begin(); in addProperties()638 PropertyValueMap::const_iterator it = props->begin(); in addProperties()[all …]
94 PropertyValueMap; typedef178 const std::auto_ptr< PropertyValueMap > & getProperties() const in getProperties()183 std::auto_ptr< PropertyValueMap > m_xProps;
495 const std::auto_ptr< PropertyValueMap > & xProps in getProperties()498 PropertyValueMap::const_iterator map_it = xProps->begin(); in getProperties()499 const PropertyValueMap::const_iterator map_end = xProps->end(); in getProperties()
1352 const std::auto_ptr< PropertyValueMap > & xProps = rData.getProperties(); in getPropertyValues()1354 PropertyValueMap::const_iterator it = xProps->begin(); in getPropertyValues()1355 PropertyValueMap::const_iterator end = xProps->end(); in getPropertyValues()
Completed in 32 milliseconds