Lines Matching refs:rPosPixel
2626 void ScGridWindow::StartDrag( sal_Int8 /* nAction */, const Point& rPosPixel ) in StartDrag() argument
2633 CommandEvent aDragEvent( rPosPixel, COMMAND_STARTDRAG, sal_True ); in StartDrag()
2947 void ScGridWindow::SelectForContextMenu( const Point& rPosPixel, SCsCOL nCellX, SCsROW nCellY ) in SelectForContextMenu() argument
2976 Point aTextPos = PixelToLogic( rPosPixel ); in SelectForContextMenu()
2995 MouseEvent aEvent( rPosPixel ); in SelectForContextMenu()
3012 Point aLogicPos = PixelToLogic( rPosPixel ); // after cell edit mode is ended in SelectForContextMenu()
3045 MouseEvent aEvent( rPosPixel ); in SelectForContextMenu()
4312 void ScGridWindow::PasteSelection( const Point& rPosPixel ) in PasteSelection() argument
4314 Point aLogicPos = PixelToLogic( rPosPixel ); in PasteSelection()
4318 pViewData->GetPosFromPixel( rPosPixel.X(), rPosPixel.Y(), eWhich, nPosX, nPosY ); in PasteSelection()
5125 sal_Bool ScGridWindow::HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange ) in HasScenarioButton() argument
5178 if ( aButRect.IsInside( rPosPixel ) ) in HasScenarioButton()