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()
1679 const MouseEvent* pMouseEvt = NULL; in PreNotify() local1681 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()1683 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()2905 const MouseEvent* pMouseEvt = NULL; in PreNotify() local2907 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()2909 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()2918 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()3902 const MouseEvent* pMouseEvt = NULL; in PreNotify() local3904 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()3906 … 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()
2379 MouseEvent* pMouseEvt = (MouseEvent*) pEvent; in ImplWindowFrameProc() local2383 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()2384 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()2386 aSalMouseEvent.mnCode = pMouseEvt->GetButtons() | pMouseEvt->GetModifier(); in ImplWindowFrameProc()2399 MouseEvent* pMouseEvt = (MouseEvent*) pEvent; in ImplWindowFrameProc() local2403 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()2404 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()2405 aSalMouseEvent.mnButton = pMouseEvt->GetButtons(); in ImplWindowFrameProc()2406 aSalMouseEvent.mnCode = pMouseEvt->GetButtons() | pMouseEvt->GetModifier(); in ImplWindowFrameProc()2416 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()