Home
last modified time | relevance | path

Searched refs:GetVisPosCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx175 maHScroll.SetVisibleSize( GetVisPosCount() ); in InitHScrollBar()
176 maHScroll.SetPageSize( GetVisPosCount() * 3 / 4 ); in InitHScrollBar()
195 Execute( CSVCMD_SETPOSOFFSET, nPos - GetVisPosCount() + CSV_SCROLL_DIST ); in MakePosVisible()
H A Dcsvcontrol.cxx196 sal_Int32 ScCsvControl::GetVisPosCount() const in GetVisPosCount() function in ScCsvControl
203 return Max( GetPosCount() - GetVisPosCount() + 2L, 0L ); in GetMaxPosOffset()
H A Dcsvgrid.cxx650 … sal_Int32 nMaxPos = Min( nPosEnd - GetVisPosCount() + CSV_SCROLL_DIST + sal_Int32( 1 ), nMinPos ); in MoveCursor()
1266 if( Abs( nPos - nOldPos ) > GetVisPosCount() / 2 ) in ImplDrawHorzScrolled()
1286 nFirstColIx = GetColumnFromPos( Min( nOldPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled()
1287 nLastColIx = GetColumnFromPos( Min( nPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx343 sal_Int32 GetVisPosCount() const;
347 … inline sal_Int32 GetLastVisPos() const { return GetFirstVisPos() + GetVisPosCount(); } in GetLastVisPos()

Completed in 26 milliseconds