Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/view/
H A Dpreview.cxx504 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint() local
507 …DrawRect( Rectangle( Point( nRight[i] - 2, aColumnTop.Y() ),Point( nRight[i] + 2 , 4 + aColumnTop.… in DoPrint()
508 … DrawLine( Point( nRight[i], aColumnTop.Y() ), Point( nRight[i], 10 + aColumnTop.Y()) ); in DoPrint()
1313 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove() local
1316 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove()

Completed in 14 milliseconds