Searched refs:theEvent (Results 1 – 4 of 4) sorted by relevance
213 css::lang::EventObject const & theEvent): in DisposeNotification() argument214 listener(theListener), event(theEvent) in DisposeNotification()222 css::container::ContainerEvent const & theEvent): in ContainerNotification() argument223 listener(theListener), event(theEvent) in ContainerNotification()231 css::beans::PropertyChangeEvent const & theEvent): in PropertyChangeNotification() argument232 listener(theListener), event(theEvent) in PropertyChangeNotification()240 css::uno::Sequence< css::beans::PropertyChangeEvent > const & theEvent): in PropertiesChangeNotification()241 listener(theListener), event(theEvent) in PropertiesChangeNotification()248 css::util::ChangesEvent const & theEvent): in ChangesNotification() argument249 listener(theListener), event(theEvent) in ChangesNotification()
102 com::sun::star::lang::EventObject const & theEvent);114 com::sun::star::container::ContainerEvent const & theEvent);126 com::sun::star::beans::PropertyChangeEvent const & theEvent);140 com::sun::star::beans::PropertyChangeEvent > const & theEvent);151 com::sun::star::util::ChangesEvent const & theEvent);
96 -(void)mouseDown: (NSEvent*)theEvent98 mDragSource->saveMouseEvent(theEvent);102 -(void)mouseDragged: (NSEvent*)theEvent104 mDragSource->saveMouseEvent(theEvent);319 void DragSource::saveMouseEvent(NSEvent* theEvent) in saveMouseEvent() argument326 mLastMouseEventBeforeStartDrag = theEvent; in saveMouseEvent()
68 -(void)mouseDown: (NSEvent*)theEvent;69 -(void)mouseDragged: (NSEvent*)theEvent;112 virtual void saveMouseEvent(NSEvent* theEvent);
Completed in 27 milliseconds