Lines Matching refs:GetFirstX
415 sal_Int32 nPos = (nX - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in GetColumnFromX()
843 if( (GetFirstX() > aPos.X()) || (aPos.X() > GetLastX()) ) // in header column in MouseButtonDown()
866 … sal_Int32 nPos = (rMEvt.GetPosPixel().X() - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in Tracking()
945 … if( IsValidColumn( nColIx ) && (GetFirstX() <= aPos.X()) && (aPos.X() <= GetLastX()) ) in Command()
957 sal_Int32 nX1 = Max( GetColumnX( nColIx ), GetFirstX() ); in Command()
1029 Max( GetColumnX( nColIndex ), GetFirstX() ) + 1, 0, in ImplSetColumnClipRegion()
1113 maBackgrDev.DrawLine( Point( GetFirstX() + 1, nY ), Point( nX, nY ) ); in ImplDrawFirstLineSep()
1205 Point( GetFirstX() + 1, 0 ), Size( GetWidth() - GetHdrWidth(), GetHeight() ) ) ); in ImplDrawBackgrDev()
1277 aSrc = Point( GetFirstX() + 1, 0 ); in ImplDrawHorzScrolled()
1278 aDest = Point( GetFirstX() + GetCharWidth() * (nOldPos - nPos) + 1, 0 ); in ImplDrawHorzScrolled()
1284 aSrc = Point( GetFirstX() + GetCharWidth() * (nPos - nOldPos) + 1, 0 ); in ImplDrawHorzScrolled()
1285 aDest = Point( GetFirstX() + 1, 0 ); in ImplDrawHorzScrolled()
1291 Rectangle aRectangle( GetFirstX(), 0, GetLastX(), GetHeight() - 1 ); in ImplDrawHorzScrolled()
1334 sal_Int32 nX1 = Max( GetColumnX( nColIndex ), GetFirstX() ) + 1; in ImplDrawTrackingRect()