Home
last modified time | relevance | path

Searched refs:nCode1 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Daccel.cxx221 sal_uInt16 nCode1; in ImplInsertAccel() local
225 ImplGetKeyCode( rKeyCode.GetFunction(), nCode1, nCode2, nCode3, nCode4 ); in ImplInsertAccel()
226 if ( nCode1 ) in ImplInsertAccel()
227 ImplInsertAccel( nItemId, KeyCode( nCode1, nCode1 ), bEnable, pAutoAccel ); in ImplInsertAccel()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx656 sal_uInt16 nCode1 = aCode1.GetCode(); in KeyInput() local
661 (nCode1 != KEY_DOWN ) && in KeyInput()
662 (nCode1 != KEY_UP ) && in KeyInput()
663 (nCode1 != KEY_LEFT ) && in KeyInput()
664 (nCode1 != KEY_RIGHT ) && in KeyInput()
665 (nCode1 != KEY_PAGEUP ) && in KeyInput()
666 (nCode1 != KEY_PAGEDOWN) in KeyInput()
678 (nCode1 == nCode2) && in KeyInput()
1447 sal_uInt16 nCode1 = aKey.GetCode()+aKey.GetModifier(); in MapKeyCodeToPos() local
1457 if (nCode1 == nCode2) in MapKeyCodeToPos()

Completed in 15 milliseconds