Lines Matching refs:second

437     if( ! it->second.notifier )  in registerNotifier()
438 it->second.notifier = new NotifierList(); in registerNotifier()
440 std::list< Notifier* >& nlist = *( it->second.notifier ); in registerNotifier()
462 it->second.notifier->remove( pNotifier ); in deregisterNotifier()
464 if( ! it->second.notifier->size() ) in deregisterNotifier()
510 PropertySet& properties = *(it->second.properties); in associate()
517 it->second.xC->addProperty( PropertyName,Attributes,DefaultValue ); in associate()
544 PropertySet& properties = *(it->second.properties); in deassociate()
552 if( it->second.xC.is() ) in deassociate()
553 it->second.xC->removeProperty( PropertyName ); in deassociate()
561 it->second.xS = 0; in deassociate()
562 it->second.xC = 0; in deassociate()
563 it->second.xA = 0; in deassociate()
834 PropertySet& properties = *( it->second.properties ); in setv()
869 if( !it->second.xS.is() ) in setv()
877 it->second.xC->addProperty( values[i].Name, in setv()
884 it->second.xS->setPropertyValue( values[i].Name,values[i].Value ); in setv()
1091 PropertySet& propset = *(it->second.properties); in getv()
1946 PropertySet& properties = *(it->second.properties); in insertDefaultProperties()
2212 if( ! it->second.properties ) in load()
2213 it->second.properties = new PropertySet; in load()
2215 if( ( ! it->second.xS.is() || in load()
2216 ! it->second.xC.is() || in load()
2217 ! it->second.xA.is() ) in load()
2227 it->second.xS = xS; in load()
2228 it->second.xC = xC; in load()
2229 it->second.xA = xA; in load()
2233 PropertySet& properties = *(it->second.properties); in load()
2277 if( it->second.properties == 0 ) in commit()
2283 PropertySet& properties = *( it->second.properties ); in commit()
2539 PropertySet& propset = *(it->second.properties); in getv()
2573 if( it != m_aContent.end() && it->second.notifier ) in getContentEventListeners()
2575 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentEventListeners()
2600 if( it != m_aContent.end() && it->second.notifier ) in getContentDeletedEventListeners()
2602 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentDeletedEventListeners()
2671 if( it != m_aContent.end() && it->second.notifier ) in getPropertySetListeners()
2673 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertySetListeners()
2777 delete itnew->second.properties; in getContentExchangedEventListeners()
2778 itnew->second.properties = itold->second.properties; in getContentExchangedEventListeners()
2779 itold->second.properties = 0; in getContentExchangedEventListeners()
2782 std::list< Notifier* >* copyList = itnew->second.notifier; in getContentExchangedEventListeners()
2783 itnew->second.notifier = itold->second.notifier; in getContentExchangedEventListeners()
2784 itold->second.notifier = 0; in getContentExchangedEventListeners()
2788 if( itnew != m_aContent.end() && itnew->second.notifier ) in getContentExchangedEventListeners()
2790 std::list<Notifier*>& listOfNotifiers = *( itnew->second.notifier ); in getContentExchangedEventListeners()
2809 itnew->second.notifier->push_back( *copyIt ); in getContentExchangedEventListeners()
2853 if( it != m_aContent.end() && it->second.notifier ) in getPropertyChangeNotifier()
2855 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertyChangeNotifier()
2930 it->second.xS = 0; in erasePersistentSet()
2931 it->second.xC = 0; in erasePersistentSet()
2932 it->second.xA = 0; in erasePersistentSet()
2934 delete it->second.properties; in erasePersistentSet()
2935 it->second.properties = 0; in erasePersistentSet()