Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dpreview.cxx102 bLeftRulerMove( sal_False ), in ScPreview()
899 bLeftRulerMove = sal_True; in MouseButtonDown()
905 bLeftRulerMove = sal_False; in MouseButtonDown()
1021 if( bLeftRulerChange && bLeftRulerMove ) in MouseButtonUp()
1054 bLeftRulerMove = sal_False; in MouseButtonUp()
1272 …xPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bRightRule… in MouseMove()
1287 …e if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMove ) in MouseMove()
1323 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
1341 if( bLeftRulerMove ) in MouseMove()
/AOO42X/main/sc/source/ui/inc/
H A Dpreview.hxx69 sal_Bool bLeftRulerMove; member in ScPreview