Searched refs:bMouseLeft (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svx/source/svdraw/ |
H A D | svdview.cxx | 590 sal_Bool bMouseLeft=(rVEvt.nMouseCode&MOUSE_LEFT)!=0; in PickAnything() local 605 if (bMouseLeft) in PickAnything() 640 else if (bMouseDown && bMouseLeft) in PickAnything() 772 rVEvt.bCaptureMouse=bMouseLeft && bMouseDown && eEvent!=SDREVENT_NONE; in PickAnything() 773 rVEvt.bReleaseMouse=bMouseLeft && bMouseUp; in PickAnything() 793 sal_Bool bMouseLeft=(rVEvt.nMouseCode&MOUSE_LEFT)!=0; in DoMouseEvent() local 798 if (bMouseLeft) aDragStat.SetMouseDown(sal_True); in DoMouseEvent() 800 if (bMouseLeft) aDragStat.SetMouseDown(sal_False); in DoMouseEvent() 802 aDragStat.SetMouseDown(bMouseLeft); in DoMouseEvent() 825 …if (bMouseLeft && bMouseDown && rVEvt.bIsTextEdit && (eHit==SDRHIT_UNMARKEDOBJECT || eHit==SDRHIT_… in DoMouseEvent()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 298 sal_Bool bMouseLeft; in DPTestMouse() local 300 pViewData->GetMouseQuadrant( aPixel, eWhich, nPosX, nPosY, bMouseLeft, bMouseTop ); in DPTestMouse() 307 sal_Bool bHasRange = pDragDPObj->GetHeaderDrag( aPos, bMouseLeft, bMouseTop, nDPField, in DPTestMouse()
|
/trunk/main/sc/inc/ |
H A D | dpoutput.hxx | 153 sal_Bool GetHeaderDrag( const ScAddress& rPos, sal_Bool bMouseLeft, sal_Bool bMouseTop,
|
H A D | dpobject.hxx | 187 sal_Bool GetHeaderDrag( const ScAddress& rPos, sal_Bool bMouseLeft, sal_Bool bMouseTop,
|
/trunk/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 1887 sal_Bool ScDPOutput::GetHeaderDrag( const ScAddress& rPos, sal_Bool bMouseLeft, sal_Bool bMouseTop, in GetHeaderDrag() argument 1962 nRowFieldCount == 0 && nCol == nTabStartCol && bMouseLeft ); in GetHeaderDrag() 1999 if ( !bMouseLeft ) in GetHeaderDrag()
|
H A D | dpobject.cxx | 1083 sal_Bool ScDPObject::GetHeaderDrag( const ScAddress& rPos, sal_Bool bMouseLeft, sal_Bool bMouseTop,… in GetHeaderDrag() argument 1088 return pOutput->GetHeaderDrag( rPos, bMouseLeft, bMouseTop, nDragDim, rPosRect, rOrient, rDimPos ); in GetHeaderDrag()
|
Completed in 94 milliseconds