Lines Matching refs:GetEntryList

746 	if ( !IsTravelSelect() && GetEntryList()->GetMaxMRUCount() )  in ImplCallSelect()
749 sal_uInt16 nSelected = GetEntryList()->GetSelectEntryPos( 0 ); in ImplCallSelect()
750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect()
751 String aSelected = GetEntryList()->GetEntryText( nSelected ); in ImplCallSelect()
752 sal_uInt16 nFirstMatchingEntryPos = GetEntryList()->FindEntry( aSelected, sal_True ); in ImplCallSelect()
763 else if ( nMRUCount == GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
773 GetEntryList()->InsertEntry( 0, pNewEntry, sal_False ); in ImplCallSelect()
775 GetEntryList()->SetMRUCount( ++nMRUCount ); in ImplCallSelect()
913 if ( !mbMulti && GetEntryList()->GetSelectEntryCount() ) in MouseButtonDown()
914 mnTrackingSaveSelection = GetEntryList()->GetSelectEntryPos( 0 ); in MouseButtonDown()
981 …( ( nSelect != mnCurrentPos ) || !GetEntryList()->GetSelectEntryCount() || ( nSelect != GetEntryLi… in MouseMove()
1008 if ( !mbMulti && GetEntryList()->GetSelectEntryCount() ) in MouseMove()
1009 mnTrackingSaveSelection = GetEntryList()->GetSelectEntryPos( 0 ); in MouseMove()
1026 while ( GetEntryList()->GetSelectEntryCount() ) in DeselectAll()
1028 sal_uInt16 nS = GetEntryList()->GetSelectEntryPos( 0 ); in DeselectAll()
1045 sal_uInt16 nDeselect = GetEntryList()->GetSelectEntryPos( 0 ); in SelectEntry()
1049 GetEntryList()->SelectEntry( nDeselect, sal_False ); in SelectEntry()
1331 if ( ( nSelect != mnCurrentPos ) || !GetEntryList()->GetSelectEntryCount() ) in Tracking()
1349 if ( !mbMulti && GetEntryList()->GetSelectEntryCount() ) in Tracking()
1352 SelectEntry( GetEntryList()->GetSelectEntryPos( 0 ), sal_False ); in Tracking()
1738 …return lcl_getEntry( *GetEntryList(), ( mnCurrentPos == LISTBOX_ENTRY_NOTFOUND ) ? 0 : mnCurrentPo… in CurrentEntry()
1745 return lcl_getEntry( *GetEntryList(), nNextPos, _out_entryText ); in NextEntry()
1817 if ( nPos < GetEntryList()->GetMRUCount() ) in ImplPaint()
1818 nPos = GetEntryList()->FindEntry( GetEntryList()->GetEntryText( nPos ) ); in ImplPaint()
1819 nPos = sal::static_int_cast<sal_uInt16>(nPos - GetEntryList()->GetMRUCount()); in ImplPaint()
2176 …long nY = mpEntryList->GetAddedHeight( nItem, GetTopEntry() ) + GetEntryList()->GetMRUCount()*GetE… in GetBoundingRectangle()
2296 if ( GetEntryList()->GetMRUCount() ) in Clear()
2298 maLBWindow.GetEntryList()->SetMRUCount( 0 ); in Clear()
2355 return maLBWindow.GetEntryList()->GetEntryFlags( nPos ); in GetEntryFlags()
2410 mpVScrollBar->SetRangeMax( GetEntryList()->GetEntryCount() ); in IMPL_LINK()
2440 sal_uInt16 nEntries = GetEntryList()->GetEntryCount(); in ImplCheckScrollBars()
2451 if( GetEntryList()->GetSelectEntryCount() == 1 && in ImplCheckScrollBars()
2452 GetEntryList()->GetSelectEntryPos( 0 ) != LISTBOX_ENTRY_NOTFOUND ) in ImplCheckScrollBars()
2453 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()
2488 if( GetEntryList()->GetSelectEntryCount() == 1 && in ImplCheckScrollBars()
2489 GetEntryList()->GetSelectEntryPos( 0 ) != LISTBOX_ENTRY_NOTFOUND ) in ImplCheckScrollBars()
2490 ShowProminentEntry( GetEntryList()->GetSelectEntryPos( 0 ) ); in ImplCheckScrollBars()
2524 sal_uInt16 nEntries = GetEntryList()->GetEntryCount(); in ImplInitScrollBars()
2720 sal_Bool bChanges = GetEntryList()->GetMRUCount() ? sal_True : sal_False; in SetMRUEntries()
2723 for ( sal_uInt16 n = GetEntryList()->GetMRUCount();n; ) in SetMRUEntries()
2732 if ( GetEntryList()->FindEntry( aEntry ) != LISTBOX_ENTRY_NOTFOUND ) in SetMRUEntries()
2735 maLBWindow.GetEntryList()->InsertEntry( nMRUCount++, pNewEntry, sal_False ); in SetMRUEntries()
2742 maLBWindow.GetEntryList()->SetMRUCount( nMRUCount ); in SetMRUEntries()
2753 for ( sal_uInt16 n = 0; n < GetEntryList()->GetMRUCount(); n++ ) in GetMRUEntries()
2755 aEntries += GetEntryList()->GetEntryText( n ); in GetMRUEntries()
2756 if( n < ( GetEntryList()->GetMRUCount() - 1 ) ) in GetMRUEntries()
3221 sal_uInt16 nLines = mpImplLB->GetEntryList()->GetEntryCount(); in CalcFloatSize()
3238 …ht() < nMaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntryList()->GetEntryCoun… in CalcFloatSize()
3284 sal_uInt16 nPos = mpImplLB->GetEntryList()->GetSelectEntryPos( 0 ); in StartFloat()