Searched refs:eLET (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1086 sal_Bool ImplListBoxWindow::SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift,… in SelectEntries() argument 1126 if( !bShift && ( ( eLET == LET_KEYSPACE ) || ( eLET == LET_MBDOWN ) ) ) in SelectEntries() 1152 else if( ( ( eLET == LET_TRACKING ) && ( nSelect != mnCurrentPos ) ) || in SelectEntries() 1153 ( (bShift||mbStackMode) && ( ( eLET == LET_KEYMOVE ) || ( eLET == LET_MBDOWN ) ) ) ) in SelectEntries() 1207 else if( eLET != LET_TRACKING ) in SelectEntries() 1428 LB_EVENT_TYPE eLET = LET_KEYMOVE; in ProcessKeyInput() local 1647 eLET = LET_KEYSPACE; in ProcessKeyInput() 1690 || ( eLET == LET_KEYSPACE ) in ProcessKeyInput() 1700 if(SelectEntries( nSelect, eLET, bShift, bCtrl ,bCurPosChange)) in ProcessKeyInput()
|
/aoo41x/main/vcl/inc/ |
H A D | ilstbox.hxx | 269 …sal_Bool SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift = sal_False, sal…
|
Completed in 26 milliseconds