Lines Matching refs:GetMRUCount

288 	if ( !mpImplLB->GetEntryList()->GetMRUCount() )  in IMPL_LINK()
523 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in ToggleDropDown()
843 if ( mpImplLB->GetEntryList()->GetMRUCount() ) in Notify()
991 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr … in InsertEntry()
992 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1001 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr,… in InsertEntry()
1002 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
1018 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
1044 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
1054 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
1062 return mpImplLB->GetEntryList()->GetEntryText( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntry()
1069 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()
1432 sal_uInt16 ComboBox::GetMRUCount() const in GetMRUCount() function in ComboBox
1434 return mpImplLB->GetEntryList()->GetMRUCount(); in GetMRUCount()
1447 mpImplLB->SetEntryData( nPos + mpImplLB->GetEntryList()->GetMRUCount(), pNewData ); in SetEntryData()
1454 return mpImplLB->GetEntryList()->GetEntryData( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryData()
1461 mpImplLB->SetTopEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in SetTopEntry()
1468 mpImplLB->ShowProminentEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in ShowProminentEntry()
1476 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetTopEntry()
1535 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()
1537 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetSelectEntryPos()
1544 …return mpImplLB->GetEntryList()->IsEntryPosSelected( nPos + mpImplLB->GetEntryList()->GetMRUCount(… in IsEntryPosSelected()
1550 mpImplLB->SelectEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), bSelect ); in SelectEntryPos()