Lines Matching refs:aEvent

210     lang::EventObject aEvent;  in disposing()  local
211 aEvent.Source = static_cast<XWeak*>(this); in disposing()
216 pIterator->disposeAndClear(aEvent); in disposing()
616 awt::MouseEvent aEvent (rEvent); in mousePressed() local
617 aEvent.Source = static_cast<XWeak*>(this); in mousePressed()
622 pIterator->notifyEach(&awt::XMouseListener::mousePressed, aEvent); in mousePressed()
639 awt::MouseEvent aEvent (rEvent); in mouseReleased() local
640 aEvent.Source = static_cast<XWeak*>(this); in mouseReleased()
645 pIterator->notifyEach(&awt::XMouseListener::mouseReleased, aEvent); in mouseReleased()
655 awt::MouseEvent aEvent (rEvent); in mouseEntered() local
656 aEvent.Source = static_cast<XWeak*>(this); in mouseEntered()
661 pIterator->notifyEach(&awt::XMouseListener::mouseEntered, aEvent); in mouseEntered()
671 awt::MouseEvent aEvent (rEvent); in mouseExited() local
672 aEvent.Source = static_cast<XWeak*>(this); in mouseExited()
677 pIterator->notifyEach(&awt::XMouseListener::mouseExited, aEvent); in mouseExited()
689 awt::MouseEvent aEvent (rEvent); in mouseDragged() local
690 aEvent.Source = static_cast<XWeak*>(this); in mouseDragged()
695 pIterator->notifyEach(&awt::XMouseMotionListener::mouseDragged, aEvent); in mouseDragged()
705 awt::MouseEvent aEvent (rEvent); in mouseMoved() local
706 aEvent.Source = static_cast<XWeak*>(this); in mouseMoved()
711 pIterator->notifyEach(&awt::XMouseMotionListener::mouseMoved, aEvent); in mouseMoved()
937 awt::PaintEvent aEvent (rEvent); in PaintInnerWindow() local
938 aEvent.Source = static_cast<XWeak*>(this); in PaintInnerWindow()
943 pIterator->notifyEach(&awt::XPaintListener::windowPaint, aEvent); in PaintInnerWindow()
1060 lang::EventObject aEvent (static_cast<XWeak*>(this)); in Resize() local
1065 pIterator->notifyEach(&util::XModifyListener::modified, aEvent); in Resize()