Home
last modified time | relevance | path

Searched refs:aMPos (Results 1 – 7 of 7) sorted by path

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx619 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 …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx860 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()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx92 Point aMPos = pEngine->GetMousePosPixel(); in BeginDrag() local
93 pViewData->GetPosFromPixel( aMPos.X(), aMPos.Y(), GetWhich(), nPosX, nPosY ); in BeginDrag()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx819 Point aMPos = GetActiveWindow()->PixelToLogic( maMousePos ); in FuTemporary() local
826 if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in FuTemporary()
H A Ddrviews3.cxx1005 Point aMPos = GetActiveWindow()->PixelToLogic(maMousePos); in GetSnapItemState() local
1010 if ( mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in GetSnapItemState()
H A Ddrviews4.cxx582 Point aMPos = pWin->PixelToLogic( maMousePos ); in Command() local
597 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
604 else if( mpDrawView->PickGluePoint( aMPos, pObj, nPickId, pPV ) && in Command()
627 aMPos = rCEvt.GetMousePosPixel(); in Command()
629 aMPos = Point( 20, 20 ); in Command()
630 aFieldPopup.Execute( pWin, aMPos ); in Command()
H A Dsdruler.cxx143 Point aMPos = rMEvt.GetPosPixel(); in MouseButtonDown() local
144 RulerType eType = GetType(aMPos); in MouseButtonDown()

Completed in 93 milliseconds