/aoo42x/main/sd/source/ui/func/ |
H A D | fuediglu.cxx | 412 void FuEditGluePoints::ForcePointer(const MouseEvent* pMEvt) in ForcePointer() argument 414 if(bBeginInsertPoint && pMEvt) in ForcePointer() 416 MouseEvent aMEvt(pMEvt->GetPosPixel(), pMEvt->GetClicks(), in ForcePointer() 417 pMEvt->GetMode(), pMEvt->GetButtons(), pMEvt->GetModifier() & ~KEY_SHIFT); in ForcePointer() 422 FuDraw::ForcePointer(pMEvt); in ForcePointer()
|
H A D | fudraw.cxx | 596 void FuDraw::ForcePointer(const MouseEvent* pMEvt) in ForcePointer() argument 603 if (pMEvt) in ForcePointer() 605 aPnt = mpWindow->PixelToLogic(pMEvt->GetPosPixel()); in ForcePointer() 606 nModifier = pMEvt->GetModifier(); in ForcePointer() 607 bLeftDown = pMEvt->IsLeft(); in ForcePointer() 659 if (pMEvt) in ForcePointer() 661 eHit = mpView->PickAnything(*pMEvt, SDRMOUSEMOVE, aVEvt); in ForcePointer() 703 if (pObj && pMEvt && !pMEvt->IsMod2() && this->ISA(FuSelection)) in ForcePointer()
|
H A D | fusel.cxx | 1045 void FuSelection::ForcePointer(const MouseEvent* pMEvt) in ForcePointer() argument 1047 if(bMovedToCenterPoint && !bBeginInsertPoint && pMEvt) in ForcePointer() 1049 MouseEvent aMEvt(pMEvt->GetPosPixel(), pMEvt->GetClicks(), in ForcePointer() 1050 pMEvt->GetMode(), pMEvt->GetButtons(), pMEvt->GetModifier() & ~KEY_SHIFT); in ForcePointer() 1055 FuDraw::ForcePointer(pMEvt); in ForcePointer()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 788 void FuDraw::ForcePointer(const MouseEvent* pMEvt) in ForcePointer() argument 793 sal_Bool bAlt = pMEvt && pMEvt->IsMod2(); in ForcePointer() 824 else if ( !bAlt && ( !pMEvt || !pMEvt->GetButtons() ) in ForcePointer()
|
/aoo42x/main/vcl/source/window/ |
H A D | dockwin.cxx | 615 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in Notify() local 616 if ( pMEvt->IsLeft() ) in Notify() 618 if ( pMEvt->IsMod1() && (pMEvt->GetClicks() == 2) ) in Notify() 623 else if ( pMEvt->GetClicks() == 1 ) in Notify() 630 Point aPos = pMEvt->GetPosPixel(); in Notify()
|
H A D | window.cxx | 5304 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in Notify() local 5305 sal_Bool bHit = pWrapper->GetDragArea().IsInside( pMEvt->GetPosPixel() ); in Notify() 5306 if ( pMEvt->IsLeft() ) in Notify() 5308 if ( pMEvt->IsMod1() && (pMEvt->GetClicks() == 2) ) in Notify() 5314 else if ( pMEvt->GetClicks() == 1 && bHit) in Notify() 5324 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in Notify() local 5325 sal_Bool bHit = pWrapper->GetDragArea().IsInside( pMEvt->GetPosPixel() ); in Notify() 5326 if ( pMEvt->IsLeft() ) in Notify() 5333 Point aPos = pMEvt->GetPosPixel(); in Notify()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 437 const MouseEvent* pMEvt = rEvt.GetMouseEvent(); in PreNotify() local 438 if(pMEvt->IsRight() && !pMEvt->GetModifier()) in PreNotify()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 184 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in Notify() local 185 if ( pMEvt->IsLeft() ) in Notify()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 1354 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in PreNotify() local 1356 if (pMEvt && (pMEvt->IsMod1() || pMEvt->IsMod2())) // Alt oder Ctrl in PreNotify()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | fumark.hxx | 59 virtual void ForcePointer(const MouseEvent* pMEvt);
|
H A D | fudraw.hxx | 55 virtual void ForcePointer(const MouseEvent* pMEvt);
|
H A D | futext.hxx | 58 virtual void ForcePointer(const MouseEvent* pMEvt);
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | fuediglu.hxx | 59 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
|
H A D | fudraw.hxx | 61 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
|
H A D | fusel.hxx | 72 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 1354 MouseEvent* pMEvt = (MouseEvent*)rEvt.GetMouseEvent(); in VCLEventHook() local 1356 if ( ( pMEvt->IsShift() && !bOldShift ) ) // Shift pressed in VCLEventHook() 1365 if ( ( !pMEvt->IsShift() && bOldShift ) ) // Shift released in VCLEventHook() 1375 bOldShift = pMEvt->IsShift(); in VCLEventHook() 1772 const MouseEvent *pMEvt = rEvt.GetMouseEvent(); in VCLEventHook() local 1785 …if ( ( pWin->IsMouseTransparent() || !pWin->IsEnabled() ) && aWinPosSize.IsInside( pMEvt->GetPosPi… in VCLEventHook()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 1550 const MouseEvent *pMEvt = rNEvt.GetMouseEvent(); in PreNotify() local 1551 if(pMEvt->GetClicks() >= 2) in PreNotify()
|