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.cxx110 bLeftRulerMove( sal_False ), in ScPreview()
943 bLeftRulerMove = sal_True; in MouseButtonDown()
949 bLeftRulerMove = sal_False; in MouseButtonDown()
1065 if( bLeftRulerChange && bLeftRulerMove ) in MouseButtonUp()
1098 bLeftRulerMove = sal_False; in MouseButtonUp()
1316 …xPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bRightRule… in MouseMove()
1331 …e if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMove ) in MouseMove()
1367 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
1385 if( bLeftRulerMove ) in MouseMove()
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx69 sal_Bool bLeftRulerMove; member in ScPreview

Completed in 28 milliseconds