Home
last modified time | relevance | path

Searched refs:cCharCode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx403 static Window* ImplFindAccelWindow( Window* pParent, sal_uInt16& rIndex, xub_Unicode cCharCode, in ImplFindAccelWindow() argument
421 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()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx83 sal_Unicode cCharCode = aKeyEvt.GetCharCode(); in PreNotify() local
85 if ( IsPrintable ( cCharCode ) ) in PreNotify()
95 UniString aCompare( cCharCode ); in PreNotify()
/trunk/main/vcl/source/control/
H A Dedit.cxx377 xub_Unicode cCharCode = rKeyEvent.GetCharCode(); in IsCharInput() local
378 return ((cCharCode >= 32) && (cCharCode != 127) && in IsCharInput()

Completed in 43 milliseconds