Lines Matching refs:GetEntryList

288 	if ( !mpImplLB->GetEntryList()->GetMRUCount() )  in IMPL_LINK()
310 …if ( !mpImplLB->GetEntryList()->IsEntryPosSelected( mpFloatWin->GetPopupModeStartSaveSelection() )… in IMPL_LINK()
355 nStart = nStart ? nStart - 1 : mpImplLB->GetEntryList()->GetEntryCount()-1; in IMPL_LINK()
362 nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_True ); in IMPL_LINK()
365 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK()
370 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_False ); in IMPL_LINK()
373 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK()
377 XubString aText = mpImplLB->GetEntryList()->GetEntryText( nPos ); in IMPL_LINK()
407 sal_uInt16 nP = mpImplLB->GetEntryList()->FindEntry( aToken ); in IMPL_LINK()
408 if ( (nP != LISTBOX_ENTRY_NOTFOUND) && (!mpImplLB->GetEntryList()->IsEntryPosSelected( nP )) ) in IMPL_LINK()
423 lcl_GetSelectedEntries( aSelInText, aText, mcMultiSep, mpImplLB->GetEntryList() ); in IMPL_LINK()
424 sal_uInt16 nSelectedEntries = mpImplLB->GetEntryList()->GetSelectEntryCount(); in IMPL_LINK()
427 sal_uInt16 nP = mpImplLB->GetEntryList()->GetSelectEntryPos( n ); in IMPL_LINK()
434 aText += mpImplLB->GetEntryList()->GetEntryText( nP ); in IMPL_LINK()
443 aText = mpImplLB->GetEntryList()->GetSelectEntry( 0 ); in IMPL_LINK()
498 if ( !mpSubEdit->IsReadOnly() && mpImplLB->GetEntryList()->IsEntryPosSelected( nChanged ) ) in IMPL_LINK()
499 mpSubEdit->SetText( mpImplLB->GetEntryList()->GetEntryText( nChanged ) ); in IMPL_LINK()
523 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in ToggleDropDown()
843 if ( mpImplLB->GetEntryList()->GetMRUCount() ) in Notify()
950 XubString aCurrent = mpImplLB->GetEntryList()->GetEntryText( mpImplLB->GetCurrentPos() ); in ImplUpdateFloatSelection()
956 nSelect = mpImplLB->GetEntryList()->FindEntry( aSearchStr ); in ImplUpdateFloatSelection()
959 nSelect = mpImplLB->GetEntryList()->FindMatchingEntry( aSearchStr ); in ImplUpdateFloatSelection()
971 nSelect = mpImplLB->GetEntryList()->GetSelectEntryPos( 0 ); in ImplUpdateFloatSelection()
980 lcl_GetSelectedEntries( aSelInText, mpSubEdit->GetText(), mcMultiSep, mpImplLB->GetEntryList() ); in ImplUpdateFloatSelection()
981 for ( sal_uInt16 n = 0; n < mpImplLB->GetEntryList()->GetEntryCount(); n++ ) in ImplUpdateFloatSelection()
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()
1033 if ( mpImplLB->GetEntryList()->HasEntryImage( nPos ) ) in GetEntryImage()
1034 return mpImplLB->GetEntryList()->GetEntryImage( nPos ); in GetEntryImage()
1042 sal_uInt16 nPos = mpImplLB->GetEntryList()->FindEntry( rStr ); in GetEntryPos()
1044 nPos = sal::static_int_cast<sal_uInt16>(nPos - mpImplLB->GetEntryList()->GetMRUCount()); in GetEntryPos()
1052 sal_uInt16 nPos = mpImplLB->GetEntryList()->FindEntry( pData ); 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()
1127 aSz = mpImplLB->CalcSize( mpImplLB->GetEntryList()->GetEntryCount() ); in CalcMinimumSize()
1316 pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( n+nTEntry ), nTextStyle ); in Draw()
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()
1527 return mpImplLB->GetEntryList()->GetSelectEntryCount(); in GetSelectEntryCount()
1532 sal_uInt16 nPos = mpImplLB->GetEntryList()->GetSelectEntryPos( nIndex ); in GetSelectEntryPos()
1535 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()
1536 nPos = mpImplLB->GetEntryList()->FindEntry( mpImplLB->GetEntryList()->GetEntryText( nPos ) ); 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()
1549 if ( nPos < mpImplLB->GetEntryList()->GetEntryCount() ) in SelectEntryPos()
1550 mpImplLB->SelectEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), bSelect ); in SelectEntryPos()