Home
last modified time | relevance | path

Searched refs:IsLeft (Results 26 – 50 of 116) sorted by relevance

12345

/aoo42x/main/sc/source/ui/view/
H A Dgridwin.cxx1405 if ( bAction && !rMEvt.IsLeft() ) in TestMouse()
1593 if ( rMEvt.IsLeft() && !rMEvt.GetModifier() ) in HandleMouseButtonDown()
1703 if (!bFormulaMode && !bEditMode && rMEvt.IsLeft()) in HandleMouseButtonDown()
1729 if ( !bDouble && !bFormulaMode && rMEvt.IsLeft() ) in HandleMouseButtonDown()
1777 if ( rMEvt.IsLeft() && HasScenarioButton( aPos, aScenRange ) ) in HandleMouseButtonDown()
1805 if ( !bAlt && rMEvt.IsLeft() && in HandleMouseButtonDown()
1817 if ( rMEvt.IsLeft() ) in HandleMouseButtonDown()
2110 sal_Bool bDouble = ( rMEvt.GetClicks() == 2 && rMEvt.IsLeft() ); in MouseButtonUp()
2242 if ( rMEvt.IsLeft() && pViewData->GetView()->GetSelEngine()->SelMouseButtonUp( rMEvt ) ) in MouseButtonUp()
2521 if ( rEvt.IsLeft() ) in lcl_InitMouseEvent()
H A Dhdrcont.cxx704 if ( bFound && rMEvt.IsLeft() && ResizeAllowed() ) in MouseButtonDown()
729 else if (rMEvt.IsLeft()) in MouseButtonDown()
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx195 if ((rMEvt.IsLeft() || rMEvt.IsRight()) in MouseButtonDown()
451 && (rMEvt.IsLeft() || rMEvt.IsRight()) in MouseButtonDown()
832 if (nClicks == 2 && rMEvt.IsLeft() && bMBDown && in MouseButtonUp()
H A Dfuconrec.cxx207 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
263 if(mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
H A Dfudraw.cxx126 if ( rMEvt.IsLeft() ) in MouseButtonDown()
607 bLeftDown = pMEvt->IsLeft(); in ForcePointer()
/aoo42x/main/tools/inc/tools/
H A Dgen.hxx130 sal_Bool IsLeft( const Point& rPoint ) const;
180 inline sal_Bool Point::IsLeft( const Point& rPoint ) const in IsLeft() function in Point
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfutext.cxx156 if ( rMEvt.IsLeft() ) in MouseButtonDown()
429 if (rMEvt.IsLeft()) in MouseButtonUp()
/aoo42x/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx52 if( rMEvt.IsLeft() ) in MouseButtonDown()
/aoo42x/main/sw/source/ui/ribbar/
H A Dconpoly.cxx82 if (rMEvt.IsLeft() && rMEvt.GetClicks() == 1 && in MouseButtonUp()
H A Dconarc.cxx66 if ((m_pSh->IsDrawCreate() || m_pWin->IsDrawAction()) && rMEvt.IsLeft()) in MouseButtonUp()
H A Dconform.cxx75 if (rMEvt.IsLeft() && !m_pWin->IsDrawAction() && in MouseButtonDown()
/aoo42x/main/svx/source/svdraw/
H A Dsvdview.cxx242 if (rMEvt.IsLeft()) aDragStat.SetMouseDown(sal_True); in MouseButtonDown()
255 if (rMEvt.IsLeft()) aDragStat.SetMouseDown(sal_False); in MouseButtonUp()
269 aDragStat.SetMouseDown(rMEvt.IsLeft()); in MouseMove()
/aoo42x/main/reportdesign/source/ui/report/
H A DEndMarker.cxx97 if ( !rMEvt.IsLeft() && !rMEvt.IsRight()) in MouseButtonDown()
/aoo42x/main/sw/source/core/text/
H A Dporrst.hxx109 inline sal_Bool IsLeft() const { return bLeft; } in IsLeft() function in SwArrowPortion
H A Dporfld.hxx89 inline sal_Bool IsLeft() const { return bLeft; } in IsLeft() function in SwFldPortion
/aoo42x/main/vcl/source/window/
H A Dmouseevent.cxx77 if ( IsLeft() ) in InitMouseEvent()
/aoo42x/main/svx/source/dialog/
H A Dmeasctrl.cxx132 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown()
H A Dchecklbx.cxx209 if ( rMEvt.IsLeft() ) in MouseButtonDown()
H A Dconnctrl.cxx315 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown()
/aoo42x/main/sd/source/ui/view/
H A Dsdruler.cxx147 rMEvt.IsLeft() && rMEvt.GetClicks() == 1 && in MouseButtonDown()
/aoo42x/main/svtools/workben/
H A Durange.cxx209 if( rMEvt.IsLeft() ) in MouseButtonDown()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx173 if( rEvt.IsLeft() ) in MouseButtonDown()
/aoo42x/main/vcl/source/control/
H A Dedit.cxx1462 else if ( rMEvt.IsLeft() ) in MouseButtonDown()
1465 if ( !mbClickedInSelection && rMEvt.IsLeft() && ( rMEvt.GetClicks() == 1 ) ) in MouseButtonDown()
1478 if ( mbClickedInSelection && rMEvt.IsLeft() ) in MouseButtonUp()
1505 else if ( rTEvt.GetMouseEvent().IsLeft() ) in Tracking()
/aoo42x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx503 if( rMEvt.IsLeft() && (rMEvt.GetClicks() == 2) ) in MouseButtonDown()
508 else if( rMEvt.IsLeft() ) in MouseButtonDown()
/aoo42x/main/sfx2/source/view/
H A Duserinputinterception.cxx111 if ( rEvt.IsLeft() ) in lcl_initMouseEvent()

Completed in 117 milliseconds

12345