Searched refs:nTopEntry (Results 1 – 2 of 2) sorted by relevance
188 sal_uInt16 nTopEntry = 0; in notifyVisibleStates() local190 nTopEntry = m_pListBoxHelper->GetTopEntry(); in notifyVisibleStates()192 sal_Bool bVisible = ( nPos>=nTopEntry && nPos<( nTopEntry + m_nVisibleLineCount ) ); in notifyVisibleStates()580 sal_uInt16 nTopEntry = 0; in CreateChild() local582 nTopEntry = m_pListBoxHelper->GetTopEntry(); in CreateChild()583 sal_Bool bVisible = ( nPos>=nTopEntry && nPos<( nTopEntry + m_nVisibleLineCount ) ); in CreateChild()
100 sal_uInt16 nTopEntry = m_aComboListBox.GetTopEntry(); in IsEntryVisible() local102 return ( nPos >= nTopEntry && nPos < ( nTopEntry + nLines ) ); in IsEntryVisible()
Completed in 18 milliseconds