Home
last modified time | relevance | path

Searched defs:KeyAlternate (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/unx/generic/window/
H A Dsalframe.cxx3126 struct KeyAlternate struct
3130 KeyAlternate() : nKeyCode( 0 ), nCharCode( 0 ) {} in KeyAlternate() argument
3131 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate() function
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx293 struct KeyAlternate struct
297 KeyAlternate() : nKeyCode( 0 ), nCharCode( 0 ) {} in KeyAlternate() argument
298 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate() argument

Completed in 49 milliseconds