Lines Matching refs:listener

63     css::uno::Reference< css::lang::XEventListener > const & listener,  in addDisposeNotification()
66 disposeNotifications_.push_back(DisposeNotification(listener, event)); in addDisposeNotification()
70 css::uno::Reference< css::container::XContainerListener > const & listener, in addContainerElementReplacedNotification()
74 ContainerNotification(listener, event)); in addContainerElementReplacedNotification()
78 css::uno::Reference< css::container::XContainerListener > const & listener, in addContainerElementInsertedNotification()
82 ContainerNotification(listener, event)); in addContainerElementInsertedNotification()
86 css::uno::Reference< css::container::XContainerListener > const & listener, in addContainerElementRemovedNotification()
90 ContainerNotification(listener, event)); in addContainerElementRemovedNotification()
94 css::uno::Reference< css::beans::XPropertyChangeListener > const & listener, in addPropertyChangeNotification()
98 PropertyChangeNotification(listener, event)); in addPropertyChangeNotification()
103 listener, in addPropertiesChangeNotification()
107 PropertiesChangeNotification(listener, event)); in addPropertiesChangeNotification()
111 css::uno::Reference< css::util::XChangesListener > const & listener, in addChangesNotification()
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()