Lines Matching refs:event

64     css::lang::EventObject const & event)  in addDisposeNotification()  argument
66 disposeNotifications_.push_back(DisposeNotification(listener, event)); in addDisposeNotification()
71 css::container::ContainerEvent const & event) in addContainerElementReplacedNotification() argument
74 ContainerNotification(listener, event)); in addContainerElementReplacedNotification()
79 css::container::ContainerEvent const & event) in addContainerElementInsertedNotification() argument
82 ContainerNotification(listener, event)); in addContainerElementInsertedNotification()
87 css::container::ContainerEvent const & event) in addContainerElementRemovedNotification() argument
90 ContainerNotification(listener, event)); in addContainerElementRemovedNotification()
95 css::beans::PropertyChangeEvent const & event) in addPropertyChangeNotification() argument
98 PropertyChangeNotification(listener, event)); in addPropertyChangeNotification()
104 css::uno::Sequence< css::beans::PropertyChangeEvent > const & event) in addPropertiesChangeNotification()
107 PropertiesChangeNotification(listener, event)); in addPropertiesChangeNotification()
112 css::util::ChangesEvent const & event) in addChangesNotification() argument
114 changesNotifications_.push_back(ChangesNotification(listener, event)); in addChangesNotification()
123 i->listener->disposing(i->event); in send()
135 i->listener->elementInserted(i->event); in send()
147 i->listener->elementRemoved(i->event); in send()
159 i->listener->elementReplaced(i->event); in send()
171 i->listener->propertyChange(i->event); in send()
183 i->listener->propertiesChange(i->event); in send()
193 i->listener->changesOccurred(i->event); in send()
214 listener(theListener), event(theEvent) in DisposeNotification()
223 listener(theListener), event(theEvent) in ContainerNotification()
232 listener(theListener), event(theEvent) in PropertyChangeNotification()
241 listener(theListener), event(theEvent) in PropertiesChangeNotification()
249 listener(theListener), event(theEvent) in ChangesNotification()