Home
last modified time | relevance | path

Searched refs:pMEvt (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfuediglu.cxx412 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 Dfudraw.cxx596 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 Dfusel.cxx1045 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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx788 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()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx615 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 Dwindow.cxx5304 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()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx437 const MouseEvent* pMEvt = rEvt.GetMouseEvent(); in PreNotify() local
438 if(pMEvt->IsRight() && !pMEvt->GetModifier()) in PreNotify()
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx184 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in Notify() local
185 if ( pMEvt->IsLeft() ) in Notify()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx1354 const MouseEvent* pMEvt = rNEvt.GetMouseEvent(); in PreNotify() local
1356 if (pMEvt && (pMEvt->IsMod1() || pMEvt->IsMod2())) // Alt oder Ctrl in PreNotify()
/trunk/main/sc/source/ui/inc/
H A Dfudraw.hxx55 virtual void ForcePointer(const MouseEvent* pMEvt);
H A Dfumark.hxx59 virtual void ForcePointer(const MouseEvent* pMEvt);
H A Dfutext.hxx58 virtual void ForcePointer(const MouseEvent* pMEvt);
/trunk/main/sd/source/ui/inc/
H A Dfuediglu.hxx59 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
H A Dfudraw.hxx61 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
H A Dfusel.hxx72 virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1354 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()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1550 const MouseEvent *pMEvt = rNEvt.GetMouseEvent(); in PreNotify() local
1551 if(pMEvt->GetClicks() >= 2) in PreNotify()

Completed in 142 milliseconds