Lines Matching refs:nMRUCount
750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect() local
753 if ( nFirstMatchingEntryPos || !nMRUCount ) in ImplCallSelect()
756 if ( nFirstMatchingEntryPos < nMRUCount ) in ImplCallSelect()
759 nMRUCount--; in ImplCallSelect()
763 else if ( nMRUCount == GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
765 RemoveEntry( nMRUCount - 1 ); in ImplCallSelect()
766 nMRUCount--; in ImplCallSelect()
775 GetEntryList()->SetMRUCount( ++nMRUCount ); in ImplCallSelect()
776 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in ImplCallSelect()
2726 sal_uInt16 nMRUCount = 0; in SetMRUEntries() local
2735 maLBWindow.GetEntryList()->InsertEntry( nMRUCount++, pNewEntry, sal_False ); in SetMRUEntries()
2742 maLBWindow.GetEntryList()->SetMRUCount( nMRUCount ); in SetMRUEntries()
2743 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in SetMRUEntries()