Lines Matching refs:i
120 for (DisposeNotifications::iterator i(disposeNotifications_.begin()); in send() local
121 i != disposeNotifications_.end(); ++i) { in send()
123 i->listener->disposing(i->event); in send()
130 for (ContainerNotifications::iterator i( in send() local
132 i != containerElementInsertedNotifications_.end(); ++i) in send()
135 i->listener->elementInserted(i->event); in send()
142 for (ContainerNotifications::iterator i( in send() local
144 i != containerElementRemovedNotifications_.end(); ++i) in send()
147 i->listener->elementRemoved(i->event); in send()
154 for (ContainerNotifications::iterator i( in send() local
156 i != containerElementReplacedNotifications_.end(); ++i) in send()
159 i->listener->elementReplaced(i->event); in send()
166 for (PropertyChangeNotifications::iterator i( in send() local
168 i != propertyChangeNotifications_.end(); ++i) in send()
171 i->listener->propertyChange(i->event); in send()
178 for (PropertiesChangeNotifications::iterator i( in send() local
180 i != propertiesChangeNotifications_.end(); ++i) in send()
183 i->listener->propertiesChange(i->event); in send()
190 for (ChangesNotifications::iterator i(changesNotifications_.begin()); in send() local
191 i != changesNotifications_.end(); ++i) { in send()
193 i->listener->changesOccurred(i->event); in send()