Searched refs:bMod3 (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/inc/vcl/ |
H A D | keycod.hxx | 69 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()
|
/aoo4110/main/framework/source/accelerators/ |
H A D | acceleratorexecute.cxx | 221 …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()
|
/aoo4110/main/svtools/source/misc/ |
H A D | acceleratorexecute.cxx | 301 …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()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxmenu.cxx | 711 …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 27 milliseconds