Searched refs:aColumnTop (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | preview.cxx | 507 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint() local 510 …DrawRect( Rectangle( Point( nRight[i] - 2, aColumnTop.Y() ),Point( nRight[i] + 2 , 4 + aColumnTop.… in DoPrint() 511 … DrawLine( Point( nRight[i], aColumnTop.Y() ), Point( nRight[i], 10 + aColumnTop.Y()) ); in DoPrint() 1316 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove() local 1319 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove()
|
Completed in 30 milliseconds