Lines Matching refs:first

67         iterator pItThis = this->find(pItUpdate->first);  in update()
69 (*this)[pItUpdate->first] = pItUpdate->second; // add new prop in update()
125 const ::rtl::OUString& rName = pProp->first; in getAsPackedPropertyValueList()
292 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_p2.find(it1->first); in isSubSet()
295 …pes [PropertyValue] ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
300 … ... found \"%s\" but has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
303 …Value] ... found \"%s\" with right value => continue loop\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
324 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_n2.find(it1->first); in isSubSet()
327 … types [NamedValue] ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
332 … ... found \"%s\" but has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
335 …Value] ... found \"%s\" with right value => continue loop\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet()
379 const_iterator pItThis = this->find(pIt->first); in haveProps()
382 …heItem::haveProps() ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps()
389 …ops() ... item \"%s\" has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps()
414 const_iterator pItThis = this->find(pIt->first); in dontHaveProps()
417 …m::dontHaveProps() ... not found \"%s\" => continue loop!\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in dontHaveProps()
426 …veProps() ... item \"%s\" has same value => return FALSE!\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in dontHaveProps()