Searched refs:FindMatchingEntry (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | combobox.cxx | 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() 959 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
|
/aoo41x/main/vcl/inc/ |
H A D | ilstbox.hxx | 128 …sal_uInt16 FindMatchingEntry( const XubString& rStr, sal_uInt16 nStart = 0, sal_Bool bForward = …
|
Completed in 39 milliseconds