Searched refs:aMPos (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartController_Window.cxx | 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() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews4.cxx | 576 Point aMPos = pWin->PixelToLogic( maMousePos ); in Command() local 591 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command() 598 else if( mpDrawView->PickGluePoint( aMPos, pObj, nPickId, pPV ) && in Command() 621 aMPos = rCEvt.GetMousePosPixel(); in Command() 623 aMPos = Point( 20, 20 ); in Command() 624 aFieldPopup.Execute( pWin, aMPos ); in Command()
|
H A D | sdruler.cxx | 143 Point aMPos = rMEvt.GetPosPixel(); in MouseButtonDown() local 144 RulerType eType = GetType(aMPos); in MouseButtonDown()
|
H A D | drviews2.cxx | 816 Point aMPos = GetActiveWindow()->PixelToLogic( maMousePos ); in FuTemporary() local 823 if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in FuTemporary()
|
H A D | drviews3.cxx | 988 Point aMPos = GetActiveWindow()->PixelToLogic(maMousePos); in GetSnapItemState() local 993 if ( mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in GetSnapItemState()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 860 Point aMPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in IsSizingOrMovingNote() local 862 pView->PickHandle( aMPos ) || // handles to resize the note in IsSizingOrMovingNote() 863 pView->IsTextEditFrameHit( aMPos ); // frame for moving the note in IsSizingOrMovingNote()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | select.cxx | 92 Point aMPos = pEngine->GetMousePosPixel(); in BeginDrag() local 93 pViewData->GetPosFromPixel( aMPos.X(), aMPos.Y(), GetWhich(), nPosX, nPosY ); in BeginDrag()
|
Completed in 98 milliseconds