Lines Matching refs:nX1

957                 sal_Int32 nX1 = Max( GetColumnX( nColIx ), GetFirstX() );  in Command()  local
959 ExecutePopup( Point( (nX1 + nX2) / 2, GetHeight() / 2 ) ); in Command()
1035 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnHeader() local
1041 rOutDev.DrawRect( Rectangle( nX1, 0, nX2, nHdrHt ) ); in ImplDrawColumnHeader()
1046 rOutDev.DrawText( Point( nX1 + 1, 0 ), GetColumnTypeName( nColIndex ) ); in ImplDrawColumnHeader()
1049 rOutDev.DrawLine( Point( nX1, nHdrHt ), Point( nX2, nHdrHt ) ); in ImplDrawColumnHeader()
1080 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText() local
1081 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1085 maBackgrDev.DrawLine( Point( nX1, nY ), Point( nX2, nY ) ); in ImplDrawCellText()
1093 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText() local
1094 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1098 maBackgrDev.DrawLine( Point( nX1, nY ), Point( nX2, nY ) ); in ImplDrawCellText()
1099 maBackgrDev.DrawLine( Point( nX1 + 2, nY - 2 ), Point( nX1, nY ) ); in ImplDrawCellText()
1100 maBackgrDev.DrawLine( Point( nX1 + 2, nY + 2 ), Point( nX1, nY ) ); in ImplDrawCellText()
1127 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnBackgr() local
1131 Rectangle aRect( nX1, nHdrHt, nX2, nY2 ); in ImplDrawColumnBackgr()
1222 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnSelection() local
1226 Rectangle aRect( nX1, 0, nX2, GetHdrHeight() ); in ImplDrawColumnSelection()
1239 aRect = Rectangle( nX1, GetHdrHeight() + 1, nX2, GetY( GetLastVisLine() + 1 ) - 1 ); in ImplDrawColumnSelection()
1334 sal_Int32 nX1 = Max( GetColumnX( nColIndex ), GetFirstX() ) + 1; in ImplDrawTrackingRect() local
1337 InvertTracking( Rectangle( nX1, 0, nX2, nY2 ), SHOWTRACK_SMALL | SHOWTRACK_WINDOW ); in ImplDrawTrackingRect()