Lines Matching refs:aEvent

259 	::com::sun::star::lang::EventObject aEvent;  in disposing()
260 aEvent.Source = mrAntiImpl; in disposing()
262 maEventListeners.disposeAndClear( aEvent ); in disposing()
263 maFocusListeners.disposeAndClear( aEvent ); in disposing()
264 maWindowListeners.disposeAndClear( aEvent ); in disposing()
265 maKeyListeners.disposeAndClear( aEvent ); in disposing()
266 maMouseListeners.disposeAndClear( aEvent ); in disposing()
267 maMouseMotionListeners.disposeAndClear( aEvent ); in disposing()
268 maPaintListeners.disposeAndClear( aEvent ); in disposing()
269 maContainerListeners.disposeAndClear( aEvent ); in disposing()
270 maTopWindowListeners.disposeAndClear( aEvent ); in disposing()
443 awt::VclContainerEvent aEvent; in notifyWindowRemoved() local
444 aEvent.Source = *this; in notifyWindowRemoved()
445 aEvent.Child = static_cast< XWindow* >( _rWindow.GetWindowPeer() ); in notifyWindowRemoved()
446 mpImpl->getContainerListeners().windowRemoved( aEvent ); in notifyWindowRemoved()
508 ::com::sun::star::awt::PaintEvent aEvent; in ProcessWindowEvent()
509 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
510 aEvent.UpdateRect = AWTRectangle( *(Rectangle*)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
511 aEvent.Count = 0; in ProcessWindowEvent()
512 mpImpl->getPaintListeners().windowPaint( aEvent ); in ProcessWindowEvent()
520 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
521 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
522 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
523 mpImpl->getWindowListeners().windowMoved( aEvent ); in ProcessWindowEvent()
531 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
532 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
533 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
534 mpImpl->getWindowListeners().windowResized( aEvent ); in ProcessWindowEvent()
542 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
543 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
544 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
545 mpImpl->getWindowListeners().windowShown( aEvent ); in ProcessWindowEvent()
551 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
552 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
553 mpImpl->getTopWindowListeners().windowOpened( aEvent ); in ProcessWindowEvent()
561 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
562 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
563 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
564 mpImpl->getWindowListeners().windowHidden( aEvent ); in ProcessWindowEvent()
570 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
571 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
572 mpImpl->getTopWindowListeners().windowClosed( aEvent ); in ProcessWindowEvent()
580 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
581 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
582 mpImpl->getTopWindowListeners().windowActivated( aEvent ); in ProcessWindowEvent()
590 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
591 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
592 mpImpl->getTopWindowListeners().windowDeactivated( aEvent ); in ProcessWindowEvent()
600 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
601 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
602 … mpImpl->getDockableWindowListeners().notifyEach( &XDockableWindowListener::closed, aEvent ); in ProcessWindowEvent()
606 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
607 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
608 mpImpl->getTopWindowListeners().windowClosing( aEvent ); in ProcessWindowEvent()
625 ::com::sun::star::awt::FocusEvent aEvent; in ProcessWindowEvent()
626 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
627 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
628 aEvent.Temporary = sal_False; in ProcessWindowEvent()
629 mpImpl->getFocusListeners().focusGained( aEvent ); in ProcessWindowEvent()
647 ::com::sun::star::awt::FocusEvent aEvent; in ProcessWindowEvent()
648 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
649 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
650 aEvent.Temporary = sal_False; in ProcessWindowEvent()
663 aEvent.NextFocus = (::cppu::OWeakObject*)pNext->GetWindowPeer(); in ProcessWindowEvent()
665 mpImpl->getFocusListeners().focusLost( aEvent ); in ProcessWindowEvent()
674 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
675 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
676 mpImpl->getTopWindowListeners().windowMinimized( aEvent ); in ProcessWindowEvent()
684 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
685 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
686 mpImpl->getTopWindowListeners().windowNormalized( aEvent ); in ProcessWindowEvent()
694 ::com::sun::star::awt::KeyEvent aEvent( VCLUnoHelper::createKeyEvent( in ProcessWindowEvent()
697 mpImpl->getKeyListeners().keyPressed( aEvent ); in ProcessWindowEvent()
705 ::com::sun::star::awt::KeyEvent aEvent( VCLUnoHelper::createKeyEvent( in ProcessWindowEvent()
708 mpImpl->getKeyListeners().keyReleased( aEvent ); in ProcessWindowEvent()
729 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( aMEvt, *this ) ); in ProcessWindowEvent() local
730 aEvent.PopupTrigger = sal_True; in ProcessWindowEvent()
735 aEvent in ProcessWindowEvent()
746 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent() local
751 aEvent in ProcessWindowEvent()
758 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent() local
759 aEvent.ClickCount = 0; // #92138# in ProcessWindowEvent()
761 mpImpl->getMouseMotionListeners().mouseMoved( aEvent ); in ProcessWindowEvent()
763 mpImpl->getMouseMotionListeners().mouseDragged( aEvent ); in ProcessWindowEvent()
771 …awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *… in ProcessWindowEvent() local
775 aEvent in ProcessWindowEvent()
785 …awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *… in ProcessWindowEvent() local
789 aEvent in ProcessWindowEvent()
803 ::com::sun::star::awt::DockingEvent aEvent; in ProcessWindowEvent()
804 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
805 aEvent.TrackingRectangle = AWTRectangle( pData->maTrackRect ); in ProcessWindowEvent()
806 aEvent.MousePos.X = pData->maMousePos.X(); in ProcessWindowEvent()
807 aEvent.MousePos.Y = pData->maMousePos.Y(); in ProcessWindowEvent()
808 aEvent.bLiveMode = pData->mbLivemode; in ProcessWindowEvent()
809 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent()
811 … mpImpl->getDockableWindowListeners().notifyEach( &XDockableWindowListener::startDocking, aEvent ); in ProcessWindowEvent()
824 ::com::sun::star::awt::DockingEvent aEvent; in ProcessWindowEvent()
825 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
826 aEvent.TrackingRectangle = AWTRectangle( pData->maTrackRect ); in ProcessWindowEvent()
827 aEvent.MousePos.X = pData->maMousePos.X(); in ProcessWindowEvent()
828 aEvent.MousePos.Y = pData->maMousePos.Y(); in ProcessWindowEvent()
829 aEvent.bLiveMode = pData->mbLivemode; in ProcessWindowEvent()
830 aEvent.bInteractive = pData->mbInteractive; in ProcessWindowEvent()
840 xFirstListener->docking( aEvent ); in ProcessWindowEvent()
855 ::com::sun::star::awt::EndDockingEvent aEvent; in ProcessWindowEvent()
856 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
857 aEvent.WindowRectangle = AWTRectangle( pData->maWindowRect ); in ProcessWindowEvent()
858 aEvent.bFloating = pData->mbFloating; in ProcessWindowEvent()
859 aEvent.bCancelled = pData->mbCancelled; in ProcessWindowEvent()
860 … mpImpl->getDockableWindowListeners().notifyEach( &XDockableWindowListener::endDocking, aEvent ); in ProcessWindowEvent()
871 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
872 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
881 *p_bFloating = xFirstListener->prepareToggleFloatingMode( aEvent ); in ProcessWindowEvent()
889 ::com::sun::star::lang::EventObject aEvent; in ProcessWindowEvent()
890 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
891 …l->getDockableWindowListeners().notifyEach( &XDockableWindowListener::toggleFloatingMode, aEvent ); in ProcessWindowEvent()
903 ::com::sun::star::awt::EndPopupModeEvent aEvent; in ProcessWindowEvent()
904 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
905 aEvent.FloatingPosition.X = pData->maFloatingPos.X(); in ProcessWindowEvent()
906 aEvent.FloatingPosition.Y = pData->maFloatingPos.Y(); in ProcessWindowEvent()
907 aEvent.bTearoff = pData->mbTearoff; in ProcessWindowEvent()
908 … mpImpl->getDockableWindowListeners().notifyEach( &XDockableWindowListener::endPopupMode, aEvent ); in ProcessWindowEvent()