Lines Matching refs:second

167     if (i == properties.end() || !i->second.present) {  in get()
180 if (seen->insert(ifc->getName()).second) { in initProperties()
311 second) in initProperties()
366 if (i->second.present) { in getProperties()
367 s[n++] = i->second.property; in getProperties()
383 second.property; in getPropertyByName()
390 return i != m_data->properties.end() && i->second.present; in hasPropertyByName()
552 && ((i->second.property.Attributes in setProperty()
556 && ((i->second.property.Attributes in setProperty()
577 ((i->second.property.Attributes in setProperty()
581 ((i->second.property.Attributes in setProperty()
585 ((i->second.property.Attributes in setProperty()
619 && ((i->second.property.Attributes in setProperty()
628 && ((i->second.property.Attributes in setProperty()
668 && ((i->second.property.Attributes in getProperty()
679 = ((i->second.property.Attributes in getProperty()
683 = ((i->second.property.Attributes in getProperty()
687 = ((i->second.property.Attributes in getProperty()
1043 if ((it->second.property.Attributes in prepareSet()
1050 specificVeto = i->second; in prepareSet()
1054 unspecificVeto = i->second; in prepareSet()
1057 if ((it->second.property.Attributes in prepareSet()
1065 boundListeners->m_impl->specificListeners = i->second; in prepareSet()
1069 boundListeners->m_impl->unspecificListeners = i->second; in prepareSet()
1073 if ((it->second.property.Attributes in prepareSet()
1079 false, it->second.property.Handle, oldValue, newValue); in prepareSet()
1095 if ((it->second.property.Attributes & css::beans::PropertyAttribute::BOUND) in prepareSet()
1101 false, it->second.property.Handle, oldValue, newValue); in prepareSet()
1119 for (BoundListenerBag::iterator j(i->second.begin()); in dispose()
1120 j != i->second.end(); ++j) in dispose()
1128 for (Impl::VetoListenerBag::iterator j(i->second.begin()); in dispose()
1129 j != i->second.end(); ++j) in dispose()
1252 BoundListenerBag::iterator j(i->second.find(listener)); in removePropertyChangeListener()
1253 if (j != i->second.end()) { in removePropertyChangeListener()
1254 i->second.erase(j); in removePropertyChangeListener()
1309 Impl::VetoListenerBag::iterator j(i->second.find(listener)); in removeVetoableChangeListener()
1310 if (j != i->second.end()) { in removeVetoableChangeListener()
1311 i->second.erase(j); in removeVetoableChangeListener()