Searched refs:GetFirstX (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 415 sal_Int32 nPos = (nX - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in GetColumnFromX() 843 if( (GetFirstX() > aPos.X()) || (aPos.X() > GetLastX()) ) // in header column in MouseButtonDown() 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() 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() [all …]
|
H A D | csvcontrol.cxx | 221 sal_Int32 ScCsvControl::GetFirstX() const in GetFirstX() function in ScCsvControl 233 return GetFirstX() + (nPos - GetFirstVisPos()) * GetCharWidth(); in GetX() 238 return (nX - GetFirstX() + GetCharWidth() / 2) / GetCharWidth() + GetFirstVisPos(); in GetPosFromX()
|
H A D | csvruler.cxx | 175 maActiveRect.SetPos( Point( GetFirstX(), (GetHeight() - nActiveHeight - 1) / 2 ) ); in InitSizeData() 562 aRect.Left() = Max( GetFirstX(), nPosX ); in ImplDrawArea()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | csvcontrol.hxx | 363 sal_Int32 GetFirstX() const;
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 952 sal_Int32 nColumn = ((rGrid.GetFirstX() <= rPoint.X) && (rPoint.X <= rGrid.GetLastX())) ? in getAccessibleAtPoint() 1648 aClipRect.Left() = rGrid.GetFirstX(); in implGetBoundingBox()
|
Completed in 31 milliseconds