Lines Matching refs:rDragPt
3361 int SwTransferable::PrivateDrop( SwWrtShell& rSh, const Point& rDragPt, in PrivateDrop() argument
3378 if( rSh.GetFmtFromObj( rDragPt ) ) in PrivateDrop()
3385 if( rSh.SelectObj( rDragPt ) ) in PrivateDrop()
3388 rSh.EnterSelFrmMode( &rDragPt ); in PrivateDrop()
3427 if( rSh.ChgCurrPam( rDragPt ) || in PrivateDrop()
3428 ( rSh.IsSelFrmMode() && rSh.IsInsideSelectedObj( rDragPt )) ) in PrivateDrop()
3461 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True ); in PrivateDrop()
3477 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True, false ); in PrivateDrop()
3498 if( rSh.ChgCurrPam( rDragPt ) ) in PrivateDrop()
3527 sal_Bool bRet = rSrcSh.SwFEShell::Copy( &rSh, aSttPt, rDragPt, bMove, in PrivateDrop()
3558 rSrcSh.SwCrsrShell::SetCrsr(rDragPt); in PrivateDrop()