Searched refs:GetFirstVisPos (Results 1 – 5 of 5) sorted by relevance
168 Execute( CSVCMD_SETPOSOFFSET, GetFirstVisPos() ); in InitControls()177 maHScroll.SetThumbPos( GetFirstVisPos() ); in InitHScrollBar()192 if( nPos - CSV_SCROLL_DIST + 1 <= GetFirstVisPos() ) in MakePosVisible()308 sal_Int32 nPos = GetFirstVisPos(); in IMPL_LINK()366 ImplSetPosOffset( GetFirstVisPos() ); in IMPL_LINK()373 ImplSetPosOffset( GetFirstVisPos() ); in IMPL_LINK()377 ImplSetPosOffset( GetFirstVisPos() ); in IMPL_LINK()
182 if( nNewPos < GetFirstVisPos() + CSV_SCROLL_DIST ) in GetNoScrollCol()184 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol()185 nNewPos = GetFirstVisPos() + nScroll; in GetNoScrollCol()189 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol()388 return GetColumnFromPos( GetFirstVisPos() ); in GetFirstVisColumn()405 (GetFirstVisPos() < GetColumnPos( nColIndex + 1 )); in IsVisibleColumn()415 sal_Int32 nPos = (nX - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in GetColumnFromX()416 return ((GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos())) ? in GetColumnFromX()651 if( nPosBeg - CSV_SCROLL_DIST + 1 <= GetFirstVisPos() ) in MoveCursor()1142 sal_Int32 nFirstVisPos = ::std::max( GetColumnPos( nColIndex ), GetFirstVisPos() ); in ImplDrawColumnBackgr()[all …]
269 if( nNewPos < GetFirstVisPos() + CSV_SCROLL_DIST ) in GetNoScrollPos()271 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos()272 nNewPos = Max( nPos, GetFirstVisPos() + nScroll ); in GetNoScrollPos()276 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos()639 sal_uInt32 nFirst = maSplits.LowerBound( GetFirstVisPos() ); in ImplDrawRulerDev()
213 return IsValidSplitPos( nPos ) && (GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos()); in IsVisibleSplitPos()233 return GetFirstX() + (nPos - GetFirstVisPos()) * GetCharWidth(); in GetX()238 return (nX - GetFirstX() + GetCharWidth() / 2) / GetCharWidth() + GetFirstVisPos(); in GetPosFromX()
345 inline sal_Int32 GetFirstVisPos() const { return mrData.mnPosOffset; } in GetFirstVisPos() function in ScCsvControl347 … inline sal_Int32 GetLastVisPos() const { return GetFirstVisPos() + GetVisPosCount(); } in GetLastVisPos()
Completed in 27 milliseconds