Lines Matching refs:PropertyValueMap
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()
427 const PropertyValueMap::const_iterator end = rProps.m_xProps->end(); in addProperties()
636 const std::auto_ptr< PropertyValueMap > & props = rProps.getProperties(); in addProperties()
638 PropertyValueMap::const_iterator it = props->begin(); in addProperties()
639 const PropertyValueMap::const_iterator end = props->end(); in addProperties()