Searched refs:nHitTolLog (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 385 …e() && IsHlplFront() && pOut!=NULL && PickHelpLine(aLocalLogicPosition,nHitTolLog,*pOut,nHlplIdx,p… in PickAnything() 393 …else if (PickObj(aLocalLogicPosition,nHitTolLog,pHitObj,pPV,SDRSEARCH_DEEP|SDRSEARCH_MARKED,&pObj,… in PickAnything() 413 …else if (PickObj(aLocalLogicPosition,nHitTolLog,pHitObj,pPV,SDRSEARCH_DEEP|/*SDRSEARCH_TESTMARKABL… in PickAnything() 435 …() && !IsHlplFront() && pOut!=NULL && PickHelpLine(aLocalLogicPosition,nHitTolLog,*pOut,nHlplIdx,p… in PickAnything() 467 aHitRec.nTol=nHitTolLog; in PickAnything() 550 sal_Int32 nTolerance(nHitTolLog); in PickAnything() 840 if (!MarkObj(aLogicPos,nHitTolLog,rVEvt.bAddMark)) { in DoMouseEvent() 885 bRet=MarkNextObj(aLogicPos,nHitTolLog,rVEvt.bMarkPrev); in DoMouseEvent() 889 bRet=MarkObj(aLogicPos,nHitTolLog,rVEvt.bAddMark); in DoMouseEvent() 942 …case SDREVENT_BEGMACROOBJ: bRet=BegMacroObj(aLogicPos,nHitTolLog,rVEvt.pObj,rVEvt.pPV,(Window*)pAc… in DoMouseEvent() [all …]
|
H A D | svdedxv.cxx | 1303 bPostIt=IsTextEditHit(aPt,nHitTolLog); in MouseButtonDown() 1335 bPostIt=IsTextEditHit(aPt,nHitTolLog); in MouseButtonUp() 1367 bPostIt=IsTextEditHit(aPt,nHitTolLog); in MouseMove() 1402 bPostIt=IsTextEditHit(aPt,nHitTolLog); in Command()
|
H A D | svdpntv.cxx | 267 nHitTolLog=0; in ImpClearVars() 517 nHitTolLog=(sal_uInt16)((OutputDevice*)pActualOutDev)->PixelToLogic(Size(nHitTolPix,0)).Width(); in TheresNewMapMode()
|
H A D | svdmrkv.cxx | 1903 sal_uInt16 nTol=(sal_uInt16)nHitTolLog; in PickMarkedObj()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdpntv.hxx | 172 sal_uInt16 nHitTolLog; member in SdrPaintView 328 sal_uInt16 getHitTolLog() const { return nHitTolLog; } in getHitTolLog()
|
Completed in 60 milliseconds