Searched refs:bAction (Results 1 – 8 of 8) sorted by relevance
66 sal_Bool bAction = sal_False, bUnLockView = sal_False; in Notify() local79 if( !bAction && pESh ) in Notify()82 bAction = sal_True; in Notify()96 if( bAction ) in Notify()
682 const bool bAction( in IMPL_LINK() local690 if(bAction && XFILL_NONE != eXFS) in IMPL_LINK()701 if(XFILL_NONE == eXFS && bAction) in IMPL_LINK()745 const bool bAction( in IMPL_LINK() local752 if(bAction) in IMPL_LINK()
606 sal_Bool bAction = sal_False; in ImplDoMouseAction() local616 bAction = bCallAction; in ImplDoMouseAction()627 bAction = bCallAction; in ImplDoMouseAction()637 bAction = bCallAction; in ImplDoMouseAction()647 if ( bAction ) in ImplDoMouseAction()
879 sal_Bool bAction = sal_False; in ImplDoMouseAction() local894 bAction = bCallAction; in ImplDoMouseAction()907 bAction = bCallAction; in ImplDoMouseAction()921 bAction = bCallAction; in ImplDoMouseAction()935 bAction = bCallAction; in ImplDoMouseAction()947 if ( bAction ) in ImplDoMouseAction()
1565 sal_Bool bAction = sal_False; in IsAction() local1568 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() local1578 for (; !bAction && aIter != aEnd; ++aIter) in IsDragObj()1579 bAction = (*aIter)->getReportSection().getSectionView().IsAction(); in IsDragObj()1580 return bAction; in IsDragObj()
256 sal_Bool bAction=IsAction(); in MouseButtonUp() local257 sal_Bool bRet=!bAction && SdrCreateView::MouseButtonUp(rMEvt,pWin); in MouseButtonUp()972 sal_Bool bAction=IsAction(); in DoMouseEvent() local973 if (bLeftDown && bAction) pWin->CaptureMouse(); in DoMouseEvent()974 else if (bLeftUp || (rVEvt.bIsAction && !bAction)) pWin->ReleaseMouse(); in DoMouseEvent()
206 sal_Bool TestMouse( const MouseEvent& rMEvt, sal_Bool bAction );
1398 sal_Bool ScGridWindow::TestMouse( const MouseEvent& rMEvt, sal_Bool bAction ) in TestMouse() argument1405 if ( bAction && !rMEvt.IsLeft() ) in TestMouse()1430 if (bAction) in TestMouse()1474 if (bAction) in TestMouse()1487 if (!bNewPointer && bAction) in TestMouse()
Completed in 76 milliseconds