Lines Matching refs:aPnt
274 Point aPnt(m_pWin->PixelToLogic(rMEvt.GetPosPixel())); in MouseMove() local
284 m_pSh->MoveCreate(aPnt); in MouseMove()
289 m_pSh->MoveMark(aPnt); in MouseMove()
309 Point aPnt(m_pWin->PixelToLogic(rMEvt.GetPosPixel())); in MouseButtonUp() local
318 if(rMEvt.IsRight() || (aPnt == m_aStartPos && !bMultiPoint)) in MouseButtonUp()
388 if (aPnt == m_aStartPos && m_pSh->IsObjSelectable(aPnt)) in MouseButtonUp()
390 m_pSh->SelectObj(aPnt, ( rMEvt.IsShift() && in MouseButtonUp()
408 if (m_pSh->IsObjSelectable(aPnt)) in MouseButtonUp()
409 m_pSh->SelectObj(aPnt, ( rMEvt.IsShift() && in MouseButtonUp()
441 if (aPnt == m_aStartPos) in MouseButtonUp()
443 if (!m_pSh->IsObjSelectable(aPnt)) in MouseButtonUp()
449 m_pSh->SelectObj(aPnt, (rMEvt.IsShift() && in MouseButtonUp()
661 Point aPnt(m_pWin->OutputToScreenPixel(m_pWin->GetPointerPosPixel())); in SetDrawPointer() local
662 aPnt = m_pWin->PixelToLogic(m_pWin->ScreenToOutputPixel(aPnt)); in SetDrawPointer()
663 const Pointer aPointTyp = pSdrView->GetPreferedPointer(aPnt, m_pSh->GetOut()); in SetDrawPointer()
680 Point aPnt(m_pWin->PixelToLogic(rMEvt.GetPosPixel())); in EnterSelectMode() local
682 if (m_pSh->IsObjSelectable(aPnt)) in EnterSelectMode()
684 m_pSh->SelectObj(aPnt); in EnterSelectMode()