Home
last modified time | relevance | path

Searched refs:aDocPt (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx214 const Point aDocPt( PixelToLogic( rEvt.maPosPixel )); in ExecuteDrop() local
217 rSh.GetObjCntType( aDocPt, pObj ); in ExecuteDrop()
256 m_nDropDestination, sal_False, rEvt.mbDefault, &aDocPt, nRet)) in ExecuteDrop()
270 const Point aDocPt( PixelToLogic( rPixPnt ) ); in GetDropDestination() local
271 if( rSh.ChgCurrPam( aDocPt ) in GetDropDestination()
272 || rSh.IsOverReadOnlyPos( aDocPt ) in GetDropDestination()
273 || rSh.DocPtInsideInputFld( aDocPt ) ) in GetDropDestination()
277 const ObjCntType eType = rSh.GetObjCntType( aDocPt, pObj ); in GetDropDestination()
304 bIMap = 0 != rSh.GetFmtFromObj( aDocPt )->GetURL().GetMap(); in GetDropDestination()
306 rSh.GetGrfAtPos( aDocPt, aDummy, bLink ); in GetDropDestination()
[all …]
H A Dedtwin.cxx3452 const Point aDocPt( PixelToLogic( aPixPt ) ); in MouseMove() local
3456 UpdatePointer( aDocPt, rMEvt.GetModifier() ); in MouseMove()
3474 const sal_Bool bInsWin = rSh.VisArea().IsInside( aDocPt ); in MouseMove()
3482 Point aPos( aDocPt ); in MouseMove()
3495 StopDDTimer( &rSh, aDocPt ); in MouseMove()
3505 Point aTmp( aDocPt ); in MouseMove()
3516 Point aRelPos = rSh.GetRelativePagePosition(aDocPt); in MouseMove()
3537 if ( SW_TABCOL_NONE != (nMouseTabCol = rSh.WhichMouseTabCol( aDocPt ) ) && in MouseMove()
3538 !rSh.IsObjSelectable( aDocPt ) ) in MouseMove()
3585 else if (rSh.IsNumLabel(aDocPt, RULER_MOUSE_MARGINWIDTH)) in MouseMove()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx892 Point aDocPt( rDocPt ); in DocPtInsideInputFld() local
893 if ( GetLayout()->GetCrsrOfst( &aPos, aDocPt ) ) in DocPtInsideInputFld()