Home
last modified time | relevance | path

Searched refs:theEvent (Results 1 – 4 of 4) sorted by relevance

/trunk/main/configmgr/source/
H A Dbroadcaster.cxx213 css::lang::EventObject const & theEvent): in DisposeNotification() argument
214 listener(theListener), event(theEvent) in DisposeNotification()
222 css::container::ContainerEvent const & theEvent): in ContainerNotification() argument
223 listener(theListener), event(theEvent) in ContainerNotification()
231 css::beans::PropertyChangeEvent const & theEvent): in PropertyChangeNotification() argument
232 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() argument
249 listener(theListener), event(theEvent) in ChangesNotification()
H A Dbroadcaster.hxx102 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);
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx96 -(void)mouseDown: (NSEvent*)theEvent
98 mDragSource->saveMouseEvent(theEvent);
102 -(void)mouseDragged: (NSEvent*)theEvent
104 mDragSource->saveMouseEvent(theEvent);
319 void DragSource::saveMouseEvent(NSEvent* theEvent) in saveMouseEvent() argument
326 mLastMouseEventBeforeStartDrag = theEvent; in saveMouseEvent()
H A DDragSource.hxx68 -(void)mouseDown: (NSEvent*)theEvent;
69 -(void)mouseDragged: (NSEvent*)theEvent;
112 virtual void saveMouseEvent(NSEvent* theEvent);

Completed in 14 milliseconds