Lines Matching refs:rVclWindowEvent
486 void VCLXWindow::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
490 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
497 ( VCLEVENT_WINDOW_ENABLED == rVclWindowEvent.GetId() ), in ProcessWindowEvent()
510 aEvent.UpdateRect = AWTRectangle( *(Rectangle*)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
522 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
533 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
544 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
563 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
615 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
616 && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_GETFOCUS in ProcessWindowEvent()
618 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
619 && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_GETFOCUS in ProcessWindowEvent()
627 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
637 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
638 && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_LOSEFOCUS in ProcessWindowEvent()
640 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
641 && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_LOSEFOCUS in ProcessWindowEvent()
649 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
695 *(KeyEvent*)rVclWindowEvent.GetData(), *this in ProcessWindowEvent()
706 *(KeyEvent*)rVclWindowEvent.GetData(), *this in ProcessWindowEvent()
714 CommandEvent* pCmdEvt = (CommandEvent*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
718 Point aWhere = static_cast< CommandEvent* >( rVclWindowEvent.GetData() )->GetMousePosPixel(); in ProcessWindowEvent()
743 MouseEvent* pMouseEvt = (MouseEvent*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
771 …wt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *t… in ProcessWindowEvent()
785 …wt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *t… in ProcessWindowEvent()
799 DockingData *pData = (DockingData*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
820 DockingData *pData = (DockingData*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
851 EndDockingData *pData = (EndDockingData*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
869 sal_Bool *p_bFloating = (sal_Bool*)rVclWindowEvent.GetData(); in ProcessWindowEvent()
899 EndPopupModeData *pData = (EndPopupModeData*)rVclWindowEvent.GetData(); in ProcessWindowEvent()