/trunk/main/sd/source/ui/func/ |
H A D | fusel.cxx | 203 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 327 bReturn = AnimateObj(pObj, aMDPos); in MouseButtonDown() 335 bReturn = AnimateObj(pObj, aMDPos); in MouseButtonDown() 485 mpView->BegMarkPoints(aMDPos); in MouseButtonDown() 505 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 531 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 577 mpView->BegMarkPoints(aMDPos); in MouseButtonDown() 585 mpView->BegMarkObj(aMDPos); in MouseButtonDown() 706 Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp() 777 && Abs(aPnt.X() - aMDPos.X()) < nDrgLog in MouseButtonUp() [all …]
|
H A D | fuediglu.cxx | 150 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown() 158 mpView->BegInsGluePoint(aMDPos); in MouseButtonDown() 168 mpView->BegMarkGluePoints(aMDPos); in MouseButtonDown() 175 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, NULL, nDrgLog); in MouseButtonDown() 190 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown() 209 bMarked = mpView->MarkNextObj(aMDPos, nHitLog, rMEvt.IsShift()); in MouseButtonDown() 213 bMarked = mpView->MarkObj(aMDPos, nHitLog, rMEvt.IsShift()); in MouseButtonDown() 231 mpView->BegMarkGluePoints(aMDPos); in MouseButtonDown() 238 mpView->BegMarkObj(aMDPos); in MouseButtonDown() 296 if (Abs(aMDPos.X() - aPos.X()) < nDrgLog && in MouseButtonUp() [all …]
|
H A D | smarttag.cxx | 244 Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local 245 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in MouseButtonDown() 292 Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rHEvt.GetMousePosPixel() ) ); in RequestHelp() local 293 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in RequestHelp() 316 …Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command() local 317 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in Command()
|
H A D | fuconstr.cxx | 101 aMDPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() 108 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 110 if ( pHdl != NULL || mpView->IsMarkedHit(aMDPos, nHitLog) ) in MouseButtonDown() 113 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown() 218 Abs(aPnt.X() - aMDPos.X()) < nDrgLog && in MouseButtonUp() 219 Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp()
|
H A D | futext.cxx | 335 if (bMacro && mpView->PickObj(aMDPos,mpView->getHitTolLog(),pObj,pPV,SDRSEARCH_PICKMACRO)) in MouseButtonDown() 339 mpView->BegMacroObj(aMDPos,nHitLog,pObj,pPV,mpWindow); in MouseButtonDown() 460 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown() 475 mpView->BegCreateObj(aMDPos, (OutputDevice*) NULL, nDrgLog); in MouseButtonDown() 485 mpView->BegMarkObj( aMDPos ); in MouseButtonDown() 721 Abs(aPnt.X() - aMDPos.X()) < nDrgLog && in MouseButtonUp() 722 Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog) in MouseButtonUp() 810 Abs(aMDPos.X() - aPnt.X()) < nDrgLog1 && in MouseButtonUp() 811 Abs(aMDPos.Y() - aPnt.Y()) < nDrgLog1 && in MouseButtonUp() 833 mpView->BegCreateObj(aMDPos, (OutputDevice*) NULL, nDrgLog); in MouseButtonUp()
|
H A D | fudraw.cxx | 124 aMDPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() 223 bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow, nHelpLine, pPV); in MouseButtonDown() 224 sal_Bool bHitHdl = (mpView->PickHandle(aMDPos) != NULL); in MouseButtonDown() 873 mpView->MarkObj(aMDPos, nHitLog, rMEvt.IsShift(), sal_True); in DoubleClick()
|
H A D | fupoor.cxx | 1028 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in IMPL_LINK() 1030 if ( pHdl==NULL && mpView->IsMarkedHit(aMDPos, nHitLog) in IMPL_LINK() 1035 mpView->StartDrag( aMDPos, mpWindow ); in IMPL_LINK()
|
H A D | fuconbez.cxx | 140 mpView->BegInsObjPoint(aMDPos, rMEvt.IsMod1()); in MouseButtonDown()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 127 aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() 131 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 135 if ( pHdl!=NULL || pView->IsMarkedHit(aMDPos) ) in MouseButtonDown() 173 pView->BegMacroObj(aMDPos, pObj, pPV, pWindow); in MouseButtonDown() 273 bool bCaptionClicked = IsNoteCaptionClicked( aMDPos ); in MouseButtonDown() 283 if ( pView->MarkObj( aMDPos, -2, sal_False, rMEvt.IsMod1() ) ) in MouseButtonDown() 288 if (pView->IsMarkedHit(aMDPos)) in MouseButtonDown() 297 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown() 298 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl); in MouseButtonDown() 314 pView->BegMarkObj(aMDPos); in MouseButtonDown() [all …]
|
H A D | futext.cxx | 154 aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() 158 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 194 if ( pHdl != NULL || pView->IsMarkedHit(aMDPos) ) in MouseButtonDown() 258 pView->BegMacroObj(aMDPos,pObj,pPV,pWindow); in MouseButtonDown() 284 if ( pView->MarkObj(aMDPos, -2, sal_False, rMEvt.IsMod1()) ) in MouseButtonDown() 288 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown() 296 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl); in MouseButtonDown() 302 pView->BegMarkPoints(aMDPos); in MouseButtonDown() 306 pView->BegMarkObj(aMDPos); in MouseButtonDown() 323 pView->BegCreateObj(aMDPos, (OutputDevice*) NULL); in MouseButtonDown() [all …]
|
H A D | fuconstr.cxx | 97 aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() 103 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 105 if ( pHdl != NULL || pView->IsMarkedHit(aMDPos) ) in MouseButtonDown() 107 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, 1); in MouseButtonDown() 134 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); in MouseMove()
|
H A D | fupoor.cxx | 300 SdrHdl* pHdl = pView->PickHandle(aMDPos); in IMPL_LINK() 302 if ( pHdl==NULL && pView->IsMarkedHit(aMDPos) ) in IMPL_LINK() 308 pViewShell->GetScDrawView()->BeginDrag(pWindow, aMDPos); in IMPL_LINK()
|
H A D | fudraw.cxx | 805 if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in ForcePointer()
|
/trunk/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 499 Point aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() local 503 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 508 if ( pHdl!=NULL || pView->IsMarkedHit(aMDPos, nHitLog) ) in MouseButtonDown() 510 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown() 519 if( pView->PickObj( aMDPos, nHitLog, pObj, pPV ) ) in MouseButtonDown() 528 if ( pView->MarkObj(aMDPos, nHitLog) ) in MouseButtonDown() 531 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown() 532 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown() 537 pView->BegMarkObj(aMDPos); in MouseButtonDown() 545 if ( pView->IsMarkedHit(aMDPos, nHitLog) && pParent->GetMode() != DLGED_READONLY ) in MouseButtonDown()
|
/trunk/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 511 Point aMDPos( pOut->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local 520 Point aPt(aMDPos); // - pMarkedPV->GetOffset()); in MouseButtonDown() 542 …bool bRet = mrView.BegDragObj(aMDPos, pOut, mrView.GetHdl(nInsPointNum+1), 0, new PathDragObjOwn( … in MouseButtonDown() 547 mrView.MovDragObj(aMDPos); in MouseButtonDown() 560 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown() 571 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown() 595 pHdl->SetPos( aMDPos ); in MouseButtonDown() 606 mrView.BegDragObj(aMDPos, NULL, pHdl, nDrgLog, pDragMethod ); in MouseButtonDown()
|
/trunk/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 213 Point aMDPos( rMEvt.GetPosPixel() ); in onMouseEnter() local 214 aMDPos -= pDev->LogicToPixel( GetPos() ); in onMouseEnter() 216 nHighlightId += aMDPos.X() > maImageSize.Width() ? 1 : 0; in onMouseEnter() 217 nHighlightId += aMDPos.Y() > maImageSize.Height() ? 2 : 0; in onMouseEnter()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 333 Point aMDPos = PixelToLogic( aPosPixel ); in RequestHelp() local 334 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER) ) in RequestHelp() 339 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
|
/trunk/main/sc/source/ui/inc/ |
H A D | fupoor.hxx | 70 Point aMDPos; // Position von MouseButtonDown member in FuPoor
|
/trunk/main/sd/source/ui/inc/ |
H A D | fupoor.hxx | 182 Point aMDPos; // Position von MouseButtonDown member in sd::FuPoor
|
/trunk/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 1105 Point aMDPos( pWin->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local 1106 pMouseOverHdl = PickHandle(aMDPos); in MouseMove()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 401 aMDPos = rEvent.GetPosPixel(); in MouseButtonDown()
|