Lines Matching refs:aMPos
619 Point aMPos = m_pChartWindow->PixelToLogic(rMEvt.GetPosPixel()); in execute_MouseButtonDown() local
630 if ( pDrawViewWrapper->IsTextEditHit( aMPos, HITPIX ) || in execute_MouseButtonDown()
657 pHitSelectionHdl = pDrawViewWrapper->PickHandle( aMPos ); in execute_MouseButtonDown()
663 … ( !pDrawViewWrapper->IsMarkedHit( aMPos ) || !m_aSelection.isDragableObjectSelected() ) ) in execute_MouseButtonDown()
674 pDrawViewWrapper->BegCreateCaptionObj( aMPos, aCaptionSize ); in execute_MouseButtonDown()
678 pDrawViewWrapper->BegCreateObj( aMPos); in execute_MouseButtonDown()
694 m_aSelection.adaptSelectionToNewPos( aMPos, pDrawViewWrapper in execute_MouseButtonDown()
739 pDrawViewWrapper->SdrView::BegDragObj(aMPos, NULL, pHitSelectionHdl, nDrgLog, pDragMethod); in execute_MouseButtonDown()
787 Point aMPos = m_pChartWindow->PixelToLogic(rMEvt.GetPosPixel()); in execute_MouseButtonUp() local
826 …m_aSelection.adaptSelectionToNewPos( aMPos, pDrawViewWrapper, rMEvt.IsRight(), m_bWaitingForDouble… in execute_MouseButtonUp()
901 …bool bClickedTwiceOnDragableObject = SelectionHelper::isDragableObjectHitTwice( aMPos, m_aSelectio… in execute_MouseButtonUp()