Lines Matching refs:aDocPt
218 const Point aDocPt( PixelToLogic( rEvt.maPosPixel )); in ExecuteDrop() local
221 rSh.GetObjCntType( aDocPt, pObj ); in ExecuteDrop()
260 m_nDropDestination, sal_False, rEvt.mbDefault, &aDocPt, nRet)) in ExecuteDrop()
274 const Point aDocPt( PixelToLogic( rPixPnt ) ); in GetDropDestination() local
275 if( rSh.ChgCurrPam( aDocPt ) in GetDropDestination()
276 || rSh.IsOverReadOnlyPos( aDocPt ) in GetDropDestination()
277 || rSh.DocPtInsideInputFld( aDocPt ) ) in GetDropDestination()
281 const ObjCntType eType = rSh.GetObjCntType( aDocPt, pObj ); in GetDropDestination()
308 bIMap = 0 != rSh.GetFmtFromObj( aDocPt )->GetURL().GetMap(); in GetDropDestination()
310 rSh.GetGrfAtPos( aDocPt, aDummy, bLink ); in GetDropDestination()
387 Point aDocPt(PixelToLogic(aPixPt)); in AcceptDrop() local
388 SwRect rect(aDocPt,Size(1,1)); in AcceptDrop()
416 const Point aDocPt( PixelToLogic( aPixPt ) ); in AcceptDrop() local
428 (rSh.GetFrmType( &aDocPt, sal_False ) & (FRMTYPE_HEADER|FRMTYPE_FOOTER)) ) in AcceptDrop()
479 if(rSh.GetContentAtPos(aDocPt, aCont)) in AcceptDrop()
480 rSh.SwCrsrShell::SetVisCrsr( aDocPt ); in AcceptDrop()