Lines Matching refs:FindFirstSelectable
495 sal_uInt16 ImplEntryList::FindFirstSelectable( sal_uInt16 nPos, bool bForward /* = true */ ) in FindFirstSelectable() function in ImplEntryList
1450 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput()
1455 nSelect = mpEntryList->FindFirstSelectable( mnCurrentPos - 1, false ); in ProcessKeyInput()
1477 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput()
1482 nSelect = mpEntryList->FindFirstSelectable( mnCurrentPos + 1, true ); in ProcessKeyInput()
1506 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput()
1517 nSelect = mpEntryList->FindFirstSelectable( mnTop, true ); in ProcessKeyInput()
1535 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput()
1551 nSelect = mpEntryList->FindFirstSelectable( nTmp, false ); in ProcessKeyInput()
1569 …nSelect = mpEntryList->FindFirstSelectable( mpEntryList->GetEntryCount() ? 0 : LISTBOX_ENTRY_NOTFO… in ProcessKeyInput()
1590 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput()
1595 nSelect = mpEntryList->FindFirstSelectable( nCount - 1, false ); in ProcessKeyInput()