Lines Matching refs:rPosPixel
2641 void ScGridWindow::StartDrag( sal_Int8 /* nAction */, const Point& rPosPixel ) in StartDrag() argument
2648 CommandEvent aDragEvent( rPosPixel, COMMAND_STARTDRAG, sal_True ); in StartDrag()
2962 void ScGridWindow::SelectForContextMenu( const Point& rPosPixel, SCsCOL nCellX, SCsROW nCellY ) in SelectForContextMenu() argument
2991 Point aTextPos = PixelToLogic( rPosPixel ); in SelectForContextMenu()
3010 MouseEvent aEvent( rPosPixel ); in SelectForContextMenu()
3027 Point aLogicPos = PixelToLogic( rPosPixel ); // after cell edit mode is ended in SelectForContextMenu()
3060 MouseEvent aEvent( rPosPixel ); in SelectForContextMenu()
4327 void ScGridWindow::PasteSelection( const Point& rPosPixel ) in PasteSelection() argument
4329 Point aLogicPos = PixelToLogic( rPosPixel ); in PasteSelection()
4333 pViewData->GetPosFromPixel( rPosPixel.X(), rPosPixel.Y(), eWhich, nPosX, nPosY ); in PasteSelection()
5140 sal_Bool ScGridWindow::HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange ) in HasScenarioButton() argument
5193 if ( aButRect.IsInside( rPosPixel ) ) in HasScenarioButton()