Searched refs:FindFirstSelectable (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 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() 1590 nSelect = mpEntryList->FindFirstSelectable( 0, true ); in ProcessKeyInput() [all …]
|
/trunk/main/vcl/inc/ |
H A D | ilstbox.hxx | 186 sal_uInt16 FindFirstSelectable( sal_uInt16 nPos, bool bForward = true );
|
Completed in 20 milliseconds