Searched refs:pMouseEvt (Results 1 – 10 of 10) sorted by relevance
509 const MouseEvent* pMouseEvt = NULL; in PreNotify() local511 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()513 if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()521 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
908 const MouseEvent* pMouseEvt = NULL; in PreNotify() local910 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()912 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()920 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
1681 const MouseEvent* pMouseEvt = NULL; in PreNotify() local1683 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()1685 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()2908 const MouseEvent* pMouseEvt = NULL; in PreNotify() local2910 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()2912 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()2921 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()3905 const MouseEvent* pMouseEvt = NULL; in PreNotify() local3907 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()3909 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()[all …]
1388 const MouseEvent* pMouseEvt = NULL; in PreNotify() local1390 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()1392 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()1399 if( pRect != pLastRect || pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
1526 const MouseEvent* pMouseEvt = NULL; in PreNotify() local1528 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()1530 if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()1537 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
2845 const MouseEvent* pMouseEvt = NULL; in PreNotify() local2847 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()2849 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()
2382 MouseEvent* pMouseEvt = (MouseEvent*) pEvent; in ImplWindowFrameProc() local2386 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()2387 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()2389 aSalMouseEvent.mnCode = pMouseEvt->GetButtons() | pMouseEvt->GetModifier(); in ImplWindowFrameProc()2402 MouseEvent* pMouseEvt = (MouseEvent*) pEvent; in ImplWindowFrameProc() local2406 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()2407 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()2408 aSalMouseEvent.mnButton = pMouseEvt->GetButtons(); in ImplWindowFrameProc()2409 aSalMouseEvent.mnCode = pMouseEvt->GetButtons() | pMouseEvt->GetModifier(); in ImplWindowFrameProc()2419 MouseEvent* pMouseEvt = (MouseEvent*) pEvent; in ImplWindowFrameProc() local[all …]
2701 const MouseEvent* pMouseEvt = NULL; in PreNotify() local2703 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()2705 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()2718 if( pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
743 MouseEvent* pMouseEvt = (MouseEvent*)rVclWindowEvent.GetData(); in ProcessWindowEvent() local744 …if ( mpImpl->getMouseListeners().getLength() && ( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeave… in ProcessWindowEvent()746 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent()749 …pMouseEvt->IsEnterWindow() ? &MouseListenerMultiplexer::mouseEntered : &MouseListenerMultiplexer::… in ProcessWindowEvent()756 …if ( mpImpl->getMouseMotionListeners().getLength() && !pMouseEvt->IsEnterWindow() && !pMouseEvt->I… in ProcessWindowEvent()758 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent()760 if ( pMouseEvt->GetMode() & MOUSE_SIMPLEMOVE ) in ProcessWindowEvent()
1062 MouseEvent* pMouseEvt = (MouseEvent*)pWinEvent->GetData(); in IMPL_LINK() local1063 if ( pMouseEvt->IsEnterWindow() ) in IMPL_LINK()1072 else if ( pMouseEvt->IsLeaveWindow()) in IMPL_LINK()
Completed in 136 milliseconds