Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx415 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 Dcsvcontrol.cxx221 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 Dcsvruler.cxx175 maActiveRect.SetPos( Point( GetFirstX(), (GetHeight() - nActiveHeight - 1) / 2 ) ); in InitSizeData()
562 aRect.Left() = Max( GetFirstX(), nPosX ); in ImplDrawArea()
/aoo42x/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx363 sal_Int32 GetFirstX() const;
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx952 sal_Int32 nColumn = ((rGrid.GetFirstX() <= rPoint.X) && (rPoint.X <= rGrid.GetLastX())) ? in getAccessibleAtPoint()
1648 aClipRect.Left() = rGrid.GetFirstX(); in implGetBoundingBox()

Completed in 49 milliseconds