Lines Matching refs:rDragPt
3362 int SwTransferable::PrivateDrop( SwWrtShell& rSh, const Point& rDragPt, in PrivateDrop() argument
3379 if( rSh.GetFmtFromObj( rDragPt ) ) in PrivateDrop()
3386 if( rSh.SelectObj( rDragPt ) ) in PrivateDrop()
3389 rSh.EnterSelFrmMode( &rDragPt ); in PrivateDrop()
3428 if( rSh.ChgCurrPam( rDragPt ) || in PrivateDrop()
3429 ( rSh.IsSelFrmMode() && rSh.IsInsideSelectedObj( rDragPt )) ) in PrivateDrop()
3462 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True ); in PrivateDrop()
3478 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True, false ); in PrivateDrop()
3499 if( rSh.ChgCurrPam( rDragPt ) ) in PrivateDrop()
3528 sal_Bool bRet = rSrcSh.SwFEShell::Copy( &rSh, aSttPt, rDragPt, bMove, in PrivateDrop()
3559 rSrcSh.SwCrsrShell::SetCrsr(rDragPt); in PrivateDrop()