Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/docvw/ !
H A Dedtdd.cxx218 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()
[all …]
H A Dedtwin.cxx3453 const Point aDocPt( PixelToLogic( aPixPt ) ); in MouseMove() local
3457 UpdatePointer( aDocPt, rMEvt.GetModifier() ); in MouseMove()
3475 const sal_Bool bInsWin = rSh.VisArea().IsInside( aDocPt ); in MouseMove()
3483 Point aPos( aDocPt ); in MouseMove()
3496 StopDDTimer( &rSh, aDocPt ); in MouseMove()
3506 Point aTmp( aDocPt ); in MouseMove()
3517 Point aRelPos = rSh.GetRelativePagePosition(aDocPt); in MouseMove()
3538 if ( SW_TABCOL_NONE != (nMouseTabCol = rSh.WhichMouseTabCol( aDocPt ) ) && in MouseMove()
3539 !rSh.IsObjSelectable( aDocPt ) ) in MouseMove()
3586 else if (rSh.IsNumLabel(aDocPt, RULER_MOUSE_MARGINWIDTH)) in MouseMove()
[all …]
/AOO41X/main/sw/source/core/crsr/ !
H A Dcrstrvl.cxx892 Point aDocPt( rDocPt ); in DocPtInsideInputFld() local
893 if ( GetLayout()->GetCrsrOfst( &aPos, aDocPt ) ) in DocPtInsideInputFld()