Home
last modified time | relevance | path

Searched refs:nSensibleRange (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1620 pDragAndDropInfo->nSensibleRange = (sal_uInt16) aSz.Width(); in dragGestureRecognized()
1864 …ePos.X()-pDragAndDropInfo->nSensibleRange) < GetOutputArea().Left() ) && ( ( aMousePos.X() + pDrag… in dragOver()
1866 …ePos.X()+pDragAndDropInfo->nSensibleRange) > GetOutputArea().Right() ) && ( ( aMousePos.X() - pDra… in dragOver()
1869 …sePos.Y()-pDragAndDropInfo->nSensibleRange) < GetOutputArea().Top() ) && ( ( aMousePos.Y() + pDrag… in dragOver()
1871 …Pos.Y()+pDragAndDropInfo->nSensibleRange) > GetOutputArea().Bottom() ) && ( ( aMousePos.Y() - pDra… in dragOver()
H A Dimpedit.hxx115 sal_uInt16 nSensibleRange; member
135nSensibleRange = 0; nCursorWidth = 0; pField = 0; nOutlinerDropDest = 0; bDragAccepted = sal_False; in DragAndDropInfo()

Completed in 35 milliseconds