Searched refs:FindMatchingEntry (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/vcl/source/control/ |
| H A D | combobox.cxx | 360 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_True ); in IMPL_LINK() 363 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK() 368 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_False ); in IMPL_LINK() 371 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK() 957 nSelect = mpImplLB->GetEntryList()->FindMatchingEntry( aSearchStr ); in ImplUpdateFloatSelection()
|
| H A D | ilstbox.cxx | 276 sal_uInt16 ImplEntryList::FindMatchingEntry( const XubString& rStr, sal_uInt16 nStart, sal_Bool bFo… in FindMatchingEntry() function in ImplEntryList
|
| /AOO42X/main/vcl/inc/ |
| H A D | ilstbox.hxx | 128 …sal_uInt16 FindMatchingEntry( const XubString& rStr, sal_uInt16 nStart = 0, sal_Bool bFor…
|