Lines Matching refs:nDrgLog
186 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonDown() local
262 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
429 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
467 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown()
493 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, NULL, nDrgLog); in MouseButtonDown()
524 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
534 mpView->BegDragObj(aMDPos, (OutputDevice*)NULL, pHdl, nDrgLog); in MouseButtonDown()
566 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown()
678 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonUp() local
705 Abs(aPnt.X() - aMDPos.X()) < nDrgLog && in MouseButtonUp()
706 Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp()
777 && Abs(aPnt.X() - aMDPos.X()) < nDrgLog in MouseButtonUp()
778 && Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp()
918 Abs(aPnt.X() - aMDPos.X()) < nDrgLog && in MouseButtonUp()
919 Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp()