Lines Matching refs:aLogicPos

317 	rVEvt.aLogicPos=aPnt;  in PickAnything()
762 rVEvt.aLogicPos=aLocalLogicPosition; in PickAnything()
788 Point aLogicPos(rVEvt.aLogicPos); in DoMouseEvent() local
833 case SDREVENT_MOVACTION: MovAction(aLogicPos); bRet=sal_True; break; in DoMouseEvent()
840 if (!MarkObj(aLogicPos,nHitTolLog,rVEvt.bAddMark)) { in DoMouseEvent()
863 MouseEvent aMEvt(pActualOutDev->LogicToPixel(aLogicPos), in DoMouseEvent()
885 bRet=MarkNextObj(aLogicPos,nHitTolLog,rVEvt.bMarkPrev); in DoMouseEvent()
889 bRet=MarkObj(aLogicPos,nHitTolLog,rVEvt.bAddMark); in DoMouseEvent()
895 BegDragObj(aLogicPos,NULL,(SdrHdl*)NULL,nMinMovLog); in DoMouseEvent()
902 bRet=MarkNextPoint(aLogicPos,rVEvt.bMarkPrev); in DoMouseEvent()
907 BegDragObj(aLogicPos,NULL,rVEvt.pHdl,nMinMovLog); in DoMouseEvent()
914 bRet=MarkNextGluePoint(aLogicPos,rVEvt.bMarkPrev); in DoMouseEvent()
920 BegDragObj(aLogicPos,NULL,pHdl,nMinMovLog); in DoMouseEvent()
924 case SDREVENT_BEGMARK: bRet=BegMark(aLogicPos,rVEvt.bAddMark,rVEvt.bUnmark); break; in DoMouseEvent()
925 case SDREVENT_BEGINSOBJPOINT: bRet = BegInsObjPoint(aLogicPos, MODKEY_PolyPoly); break; in DoMouseEvent()
933 case SDREVENT_BEGINSGLUEPOINT: bRet=BegInsGluePoint(aLogicPos); break; in DoMouseEvent()
935 case SDREVENT_BEGDRAGOBJ: bRet=BegDragObj(aLogicPos,NULL,rVEvt.pHdl,nMinMovLog); break; in DoMouseEvent()
939 bRet=BegCreateCaptionObj(aLogicPos,Size(5*nHgt,2*nHgt)); in DoMouseEvent()
940 } else bRet=BegCreateObj(aLogicPos); in DoMouseEvent()
942 …case SDREVENT_BEGMACROOBJ: bRet=BegMacroObj(aLogicPos,nHitTolLog,rVEvt.pObj,rVEvt.pPV,(Window*)pAc… in DoMouseEvent()
954 MouseEvent aMEvt(pActualOutDev->LogicToPixel(aLogicPos), in DoMouseEvent()
970 pWin->SetPointer(GetPreferedPointer(rVEvt.aLogicPos,pWin, in DoMouseEvent()
1057 aHitRec.aPos=aVEvt.aLogicPos; in GetPreferedPointer()