Searched refs:cCharCode (Results 1 – 3 of 3) sorted by relevance
403 static Window* ImplFindAccelWindow( Window* pParent, sal_uInt16& rIndex, xub_Unicode cCharCode, in ImplFindAccelWindow() argument421 cCharCode = xCharClass->toUpper( String(cCharCode), 0, 1, rLocale )[0]; in ImplFindAccelWindow()435 if ( cCompareChar == cCharCode ) in ImplFindAccelWindow()461 Window* pAccelWin = ImplFindAccelWindow( pWindow, nChildIndex, cCharCode, in ImplFindAccelWindow()
83 sal_Unicode cCharCode = aKeyEvt.GetCharCode(); in PreNotify() local85 if ( IsPrintable ( cCharCode ) ) in PreNotify()95 UniString aCompare( cCharCode ); in PreNotify()
377 xub_Unicode cCharCode = rKeyEvent.GetCharCode(); in IsCharInput() local378 return ((cCharCode >= 32) && (cCharCode != 127) && in IsCharInput()
Completed in 99 milliseconds