Lines Matching refs:nEntryCount
279 sal_uInt16 nEntryCount = GetEntryCount(); in FindMatchingEntry() local
284 for ( sal_uInt16 n = nStart; bForward ? ( n < nEntryCount ) : n; ) in FindMatchingEntry()
328 sal_uInt16 nEntryCount = GetEntryCount(); in GetAddedHeight() local
329 if( nStop != LISTBOX_ENTRY_NOTFOUND && nEntryCount != 0 ) in GetAddedHeight()
332 if( nStop > nEntryCount-1 ) in GetAddedHeight()
333 nStop = nEntryCount-1; in GetAddedHeight()
334 if( nStart > nEntryCount-1 ) in GetAddedHeight()
335 nStart = nEntryCount-1; in GetAddedHeight()
451 sal_uInt16 nEntryCount = GetEntryCount(); in GetSelectEntryPos() local
453 for ( sal_uInt16 n = 0; n < nEntryCount; n++ ) in GetSelectEntryPos()
1108 sal_uInt16 nEntryCount = mpEntryList->GetEntryCount(); in SelectEntries() local
1109 for ( sal_uInt16 nPos = 0; nPos < nEntryCount; nPos++ ) in SelectEntries()
1663 sal_uInt16 nEntryCount = mpEntryList->GetEntryCount(); in ProcessKeyInput() local
1664 for( sal_uInt16 i = 0; i < nEntryCount; i++ ) in ProcessKeyInput()
1718 sal_uInt16 nEntryCount( _rList.GetEntryCount() ); in lcl_getEntry() local
1719 if ( _nPos >= nEntryCount ) in lcl_getEntry()