Searched refs:GetLastVisLine (Results 1 – 4 of 4) sorted by relevance
117 sal_Int32 nLastLine = GetLastVisLine() + 1; in UpdateOffsetX()1129 sal_Int32 nY2 = GetY( GetLastVisLine() + 1 ); in ImplDrawColumnBackgr()1140 …size_t nLineCount = ::std::min( static_cast< size_t >( GetLastVisLine() - GetFirstVisLine() + 1 ),… in ImplDrawColumnBackgr()1172 aRect.Bottom() = GetY( GetLastVisLine() + 1 ); in ImplDrawRowHeaders()1179 sal_Int32 nLastLine = GetLastVisLine(); in ImplDrawRowHeaders()1239 aRect = Rectangle( nX1, GetHdrHeight() + 1, nX2, GetY( GetLastVisLine() + 1 ) - 1 ); in ImplDrawColumnSelection()1325 aRect.Bottom() = GetY( GetLastVisLine() + 1 ); in ImplInvertCursor()1336 sal_Int32 nY2 = Min( GetY( GetLastVisLine() + 1 ), GetHeight() ) - 1; in ImplDrawTrackingRect()
246 sal_Int32 ScCsvControl::GetLastVisLine() const in GetLastVisLine() function in ScCsvControl263 return IsValidLine( nLine ) && (GetFirstVisLine() <= nLine) && (nLine <= GetLastVisLine()); in IsVisibleLine()
378 sal_Int32 GetLastVisLine() const;
1416 …return static_cast< sal_Int32 >( implGetGrid().GetLastVisLine() - implGetGrid().GetFirstVisLine() … in implGetRowCount()
Completed in 36 milliseconds