Searched refs:m_nLastTopEntry (Results 1 – 2 of 2) sorted by relevance
70 m_nLastTopEntry ( 0 ), in VCLXAccessibleList()770 sal_Int32 nTop = m_nLastTopEntry; in UpdateEntryRange_Impl()774 if ( nTop != m_nLastTopEntry ) in UpdateEntryRange_Impl()777 sal_Int32 nBegin = Min( m_nLastTopEntry, nTop ); in UpdateEntryRange_Impl()778 sal_Int32 nEnd = Max( m_nLastTopEntry + m_nVisibleLineCount, nTop + m_nVisibleLineCount ); in UpdateEntryRange_Impl()793 m_nLastTopEntry = nTop; in UpdateEntryRange_Impl()
162 sal_Int32 m_nLastTopEntry; member in VCLXAccessibleList