Home
last modified time | relevance | path

Searched refs:bAction (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Dvisiturl.cxx66 sal_Bool bAction = sal_False, bUnLockView = sal_False; in Notify() local
79 if( !bAction && pESh ) in Notify()
82 bAction = sal_True; in Notify()
94 if( bAction ) in Notify()
/aoo41x/main/vcl/source/control/
H A Dslider.cxx606 sal_Bool bAction = sal_False; in ImplDoMouseAction() local
616 bAction = bCallAction; in ImplDoMouseAction()
627 bAction = bCallAction; in ImplDoMouseAction()
637 bAction = bCallAction; in ImplDoMouseAction()
647 if ( bAction ) in ImplDoMouseAction()
H A Dscrbar.cxx879 sal_Bool bAction = sal_False; in ImplDoMouseAction() local
894 bAction = bCallAction; in ImplDoMouseAction()
907 bAction = bCallAction; in ImplDoMouseAction()
921 bAction = bCallAction; in ImplDoMouseAction()
935 bAction = bCallAction; in ImplDoMouseAction()
947 if ( bAction ) in ImplDoMouseAction()
/aoo41x/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1565 sal_Bool bAction = sal_False; in IsAction() local
1568 for (; !bAction && aIter != aEnd; ++aIter) in IsAction()
1569 bAction = (*aIter)->getReportSection().getSectionView().IsAction(); in IsAction()
1570 return bAction; in IsAction()
1575 sal_Bool bAction = sal_False; in IsDragObj() local
1578 for (; !bAction && aIter != aEnd; ++aIter) in IsDragObj()
1579 bAction = (*aIter)->getReportSection().getSectionView().IsAction(); in IsDragObj()
1580 return bAction; in IsDragObj()
/aoo41x/main/svx/source/svdraw/
H A Dsvdview.cxx256 sal_Bool bAction=IsAction(); in MouseButtonUp() local
257 sal_Bool bRet=!bAction && SdrCreateView::MouseButtonUp(rMEvt,pWin); in MouseButtonUp()
972 sal_Bool bAction=IsAction(); in DoMouseEvent() local
973 if (bLeftDown && bAction) pWin->CaptureMouse(); in DoMouseEvent()
974 else if (bLeftUp || (rVEvt.bIsAction && !bAction)) pWin->ReleaseMouse(); in DoMouseEvent()
/aoo41x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx666 sal_Bool bAction = pBox && !pLbFillAttr->IsTravelSelect(); in IMPL_LINK() local
669 if ( bAction ) in IMPL_LINK()
/aoo41x/main/sc/source/ui/inc/
H A Dgridwin.hxx206 sal_Bool TestMouse( const MouseEvent& rMEvt, sal_Bool bAction );
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx1383 sal_Bool ScGridWindow::TestMouse( const MouseEvent& rMEvt, sal_Bool bAction ) in TestMouse() argument
1390 if ( bAction && !rMEvt.IsLeft() ) in TestMouse()
1415 if (bAction) in TestMouse()
1459 if (bAction) in TestMouse()
1472 if (!bNewPointer && bAction) in TestMouse()

Completed in 76 milliseconds