Lines Matching refs:PropertyMap
131 typedef std::map< rtl::OUString, PropertyData > PropertyMap; typedef
133 PropertyMap properties;
135 PropertyMap::const_iterator get(
162 Data::PropertyMap::const_iterator Data::get( in get()
166 PropertyMap::const_iterator i(properties.find(name)); in get()
301 PropertyMap::value_type( in initProperties()
363 for (Data::PropertyMap::iterator i(m_data->properties.begin()); in getProperties()
389 Data::PropertyMap::iterator i(m_data->properties.find(name)); in hasPropertyByName()
547 PropertyMap::const_iterator i(properties.find(name)); in setProperty()
644 PropertyMap::const_iterator i(properties.find(name)); in getProperty()
1032 Impl::PropertyMap::const_iterator it(m_impl->properties.find(propertyName)); in prepareSet()