Home
last modified time | relevance | path

Searched refs:bRightRulerMove (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx114 bRightRulerMove( sal_False ), in ScPreview()
947 bRightRulerMove = sal_False; in MouseButtonDown()
953 bRightRulerMove = sal_True; in MouseButtonDown()
1073 else if( bRightRulerChange && bRightRulerMove ) in MouseButtonUp()
1102 bRightRulerMove = sal_False; in MouseButtonUp()
1319 …Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bRightRulerMove in MouseMove()
1329 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove()
1371 …) < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) ) || bRightRulerMove || bOnColRule… in MouseMove()
1397 if( bRightRulerMove ) in MouseMove()
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx70 sal_Bool bRightRulerMove; member in ScPreview

Completed in 33 milliseconds