Lines Matching refs:KeyEvent
25 #include <com/sun/star/awt/KeyEvent.idl>
124 /** sets the <type>KeyEvent</type> for the menu item.
126 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
133 specifies the menu item identifier for which the <type>KeyEvent</type> should be set.
136 specifies the <type>KeyEvent</type> for the menu item.
139 [in] KeyEvent aKeyEvent );
141 /** retrieves the <type>KeyEvent</type> for the menu item.
143 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
148 … specifies the menu item identifier for which the <type>KeyEvent</type> should be retrieved.
151 the <type>KeyEvent</type> struct assigned to the requested menu item.
153 KeyEvent getAcceleratorKeyEvent( [in] short nItemId );