Home
last modified time | relevance | path

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

/trunk/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()
96 if( bAction ) in Notify()
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx682 const bool bAction( in IMPL_LINK() local
690 if(bAction && XFILL_NONE != eXFS) in IMPL_LINK()
701 if(XFILL_NONE == eXFS && bAction) in IMPL_LINK()
745 const bool bAction( in IMPL_LINK() local
752 if(bAction) in IMPL_LINK()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx206 sal_Bool TestMouse( const MouseEvent& rMEvt, sal_Bool bAction );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1398 sal_Bool ScGridWindow::TestMouse( const MouseEvent& rMEvt, sal_Bool bAction ) in TestMouse() argument
1405 if ( bAction && !rMEvt.IsLeft() ) in TestMouse()
1430 if (bAction) in TestMouse()
1474 if (bAction) in TestMouse()
1487 if (!bNewPointer && bAction) in TestMouse()

Completed in 65 milliseconds