Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx107 bLeftRulerMove( sal_False ), in ScPreview()
940 bLeftRulerMove = sal_True; in MouseButtonDown()
946 bLeftRulerMove = sal_False; in MouseButtonDown()
1062 if( bLeftRulerChange && bLeftRulerMove ) in MouseButtonUp()
1095 bLeftRulerMove = sal_False; in MouseButtonUp()
1313 …xPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bRightRule… in MouseMove()
1328 …e if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMove ) in MouseMove()
1364 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
1382 if( bLeftRulerMove ) in MouseMove()
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx69 sal_Bool bLeftRulerMove; member in ScPreview