Home
last modified time | relevance | path

Searched refs:bMod3 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dkeycod.hxx69 KeyCode( sal_uInt16 nKey, sal_Bool bShift, sal_Bool bMod1, sal_Bool bMod2, sal_Bool bMod3 );
108 …eyCode::KeyCode( sal_uInt16 nKey, sal_Bool bShift, sal_Bool bMod1, sal_Bool bMod2, sal_Bool bMod3 ) in KeyCode() argument
117 if( bMod3 ) in KeyCode()
/trunk/main/framework/source/accelerators/
H A Dacceleratorexecute.cxx221 …sal_Bool bMod3 = ((aAWTKey.Modifiers & css::awt::KeyModifier::MOD3 ) == css::awt::KeyModifier::MO… in st_AWTKey2VCLKey() local
224 return KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
/trunk/main/svtools/source/misc/
H A Dacceleratorexecute.cxx301 …sal_Bool bMod3 = ((aAWTKey.Modifiers & css::awt::KeyModifier::MOD3 ) == css::awt::KeyModifier::MO… in st_AWTKey2VCLKey() local
304 return KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in st_AWTKey2VCLKey()
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx711 …sal_Bool bMod3 = ((aAWTKey.Modifiers & css::awt::KeyModifier::MOD3 ) == css::awt::KeyModifier::MO… in lcl_AWTKey2VCLKey() local
714 return KeyCode(nKey, bShift, bMod1, bMod2, bMod3); in lcl_AWTKey2VCLKey()

Completed in 54 milliseconds