Searched refs:nTopEntry (Results 1 – 2 of 2) sorted by relevance
187 sal_uInt16 nTopEntry = 0; in notifyVisibleStates() local189 nTopEntry = m_pListBoxHelper->GetTopEntry(); in notifyVisibleStates()191 sal_Bool bVisible = ( nPos>=nTopEntry && nPos<( nTopEntry + m_nVisibleLineCount ) ); in notifyVisibleStates()579 sal_uInt16 nTopEntry = 0; in CreateChild() local581 nTopEntry = m_pListBoxHelper->GetTopEntry(); in CreateChild()582 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()