Lines Matching refs:list

440     std::list< Notifier* >& nlist = *( it->second.notifier );  in registerNotifier()
442 std::list<Notifier*>::iterator it1 = nlist.begin(); in registerNotifier()
2565 std::list< ContentEventNotifier* >* SAL_CALL
2568 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentEventListeners()
2569 std::list< ContentEventNotifier* >& listeners = *p; in getContentEventListeners()
2575 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentEventListeners()
2576 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getContentEventListeners()
2592 std::list< ContentEventNotifier* >* SAL_CALL
2595 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentDeletedEventListeners()
2596 std::list< ContentEventNotifier* >& listeners = *p; in getContentDeletedEventListeners()
2602 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentDeletedEventListeners()
2603 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getContentDeletedEventListeners()
2619 shell::notifyInsert( std::list< ContentEventNotifier* >* listeners,const rtl::OUString& aChildName ) in notifyInsert()
2621 std::list< ContentEventNotifier* >::iterator it = listeners->begin(); in notifyInsert()
2633 shell::notifyContentDeleted( std::list< ContentEventNotifier* >* listeners ) in notifyContentDeleted()
2635 std::list< ContentEventNotifier* >::iterator it = listeners->begin(); in notifyContentDeleted()
2647 shell::notifyContentRemoved( std::list< ContentEventNotifier* >* listeners, in notifyContentRemoved()
2650 std::list< ContentEventNotifier* >::iterator it = listeners->begin(); in notifyContentRemoved()
2663 std::list< PropertySetInfoChangeNotifier* >* SAL_CALL
2666 … std::list< PropertySetInfoChangeNotifier* >* p = new std::list< PropertySetInfoChangeNotifier* >; in getPropertySetListeners()
2667 std::list< PropertySetInfoChangeNotifier* >& listeners = *p; in getPropertySetListeners()
2673 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertySetListeners()
2674 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getPropertySetListeners()
2690 shell::notifyPropertyAdded( std::list< PropertySetInfoChangeNotifier* >* listeners, in notifyPropertyAdded()
2693 std::list< PropertySetInfoChangeNotifier* >::iterator it = listeners->begin(); in notifyPropertyAdded()
2705 shell::notifyPropertyRemoved( std::list< PropertySetInfoChangeNotifier* >* listeners, in notifyPropertyRemoved()
2708 std::list< PropertySetInfoChangeNotifier* >::iterator it = listeners->begin(); in notifyPropertyRemoved()
2720 std::vector< std::list< ContentEventNotifier* >* >* SAL_CALL
2726 std::vector< std::list< ContentEventNotifier* >* >* aVectorOnHeap = in getContentExchangedEventListeners()
2727 new std::vector< std::list< ContentEventNotifier* >* >; in getContentExchangedEventListeners()
2728 std::vector< std::list< ContentEventNotifier* >* >& aVector = *aVectorOnHeap; in getContentExchangedEventListeners()
2761 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentExchangedEventListeners()
2762 std::list< ContentEventNotifier* >& listeners = *p; in getContentExchangedEventListeners()
2782 std::list< Notifier* >* copyList = itnew->second.notifier; in getContentExchangedEventListeners()
2790 std::list<Notifier*>& listOfNotifiers = *( itnew->second.notifier ); in getContentExchangedEventListeners()
2791 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getContentExchangedEventListeners()
2806 std::list< Notifier* >::iterator copyIt = copyList->begin(); in getContentExchangedEventListeners()
2825 shell::notifyContentExchanged( std::vector< std::list< ContentEventNotifier* >* >* listeners_vec ) in notifyContentExchanged()
2827 std::list< ContentEventNotifier* >* listeners; in notifyContentExchanged()
2831 std::list< ContentEventNotifier* >::iterator it = listeners->begin(); in notifyContentExchanged()
2845 std::list< PropertyChangeNotifier* >* SAL_CALL
2848 std::list< PropertyChangeNotifier* >* p = new std::list< PropertyChangeNotifier* >; in getPropertyChangeNotifier()
2849 std::list< PropertyChangeNotifier* >& listeners = *p; in getPropertyChangeNotifier()
2855 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertyChangeNotifier()
2856 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getPropertyChangeNotifier()
2871 void SAL_CALL shell::notifyPropertyChanges( std::list< PropertyChangeNotifier* >* listeners, in notifyPropertyChanges()
2874 std::list< PropertyChangeNotifier* >::iterator it = listeners->begin(); in notifyPropertyChanges()