Searched defs:KeyAlternate (Results 1 – 2 of 2) sorted by relevance
3126 struct KeyAlternate struct3130 KeyAlternate() : nKeyCode( 0 ), nCharCode( 0 ) {} in KeyAlternate() function3131 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate() function
293 struct KeyAlternate struct297 KeyAlternate() : nKeyCode( 0 ), nCharCode( 0 ) {} in KeyAlternate() function298 KeyAlternate( sal_uInt16 nKey, sal_Unicode nChar = 0 ) : nKeyCode( nKey ), nCharCode( nChar ) {} in KeyAlternate() argument
Completed in 80 milliseconds