Lines Matching refs:aPnt
549 Point aPnt( m_pParent->PixelToLogic( rMEvt.GetPosPixel() ) ); in checkMovementAllowed() local
558 if (bControlKeyPressed && (aPnt.Y() < 0)) in checkMovementAllowed()
560 aPnt.Y() = 0; in checkMovementAllowed()
565 if ( aPnt.Y() < 0 ) in checkMovementAllowed()
567 aPnt.Y() = 0; in checkMovementAllowed()
570 … m_pParent->getSectionWindow()->getViewsWindow()->EndDragObj( bControlKeyPressed, &m_rView, aPnt ); in checkMovementAllowed()
908 const Point aPnt( m_pParent->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp() local
916 m_pParent->SetPointer( m_rView.GetPreferedPointer( aPnt, m_pParent) ); in MouseButtonUp()
931 Point aPnt( m_pParent->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local
937 ForceScroll(aPnt); in MouseMove()
941 m_pParent->getSectionWindow()->getViewsWindow()->MovAction(aPnt, &m_rView, true, false); in MouseMove()
948 if ( aPnt.Y() < 0 ) in MouseMove()
950 aPnt.Y() = 0; in MouseMove()
964 m_pParent->getSectionWindow()->getViewsWindow()->MovAction(aPnt, &m_rView, false, bControlKey); in MouseMove()
970 m_pParent->SetPointer( m_rView.GetPreferedPointer( aPnt, m_pParent) ); in MouseMove()