Searched refs:nKeyGroup (Results 1 – 4 of 4) sorted by relevance
246 sal_uInt16 nKeyGroup = rKEvt.GetKeyCode().GetGroup(); in KeyInput() local247 if( !mpDocSh->IsReadOnly() || nKeyGroup == KEYGROUP_CURSOR ) in KeyInput()253 if( (nKeyGroup != KEYGROUP_CURSOR) && (nKeyGroup != KEYGROUP_FKEYS) ) in KeyInput()
149 sal_uInt16 nKeyGroup; member in ColumnEdit
99 nKeyGroup ( KEYGROUP_ALPHA ) in ColumnEdit()216 nKeyGroup = KEYGROUP_ALPHA; in EvalText()
2660 sal_uInt16 nKeyGroup = rKeyCode.GetGroup(); in PreNotify() local2662 if ( KEYGROUP_ALPHA == nKeyGroup && !isHandledKey( rKeyCode ) ) in PreNotify()
Completed in 41 milliseconds