Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1663 unsigned char *pPrintable, in GetKeySym() argument
1670 memset( pPrintable, 0, *pLen ); in GetKeySym()
1680 *pLen = XLookupString( pEvent, (char*)pPrintable, 1, &nKeySym, NULL ); in GetKeySym()
1685 pEvent, (char*)pPrintable, *pLen - 1, &nKeySym, pStatusReturn ); in GetKeySym()
1690 pPrintable[ 0 ] = (char)0; in GetKeySym()
1711 pPrintable[ 0 ] = (char)nKeySym; in GetKeySym()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3248 unsigned char *pPrintable = (unsigned char*)alloca( nLen ); in HandleKeyEvent() local
3256 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent()
3262 pPrintable = (unsigned char*)alloca( nLen ); in HandleKeyEvent()
3263 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent()
3272 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, &nUnmodifiedKeySym, &nStatus ); in HandleKeyEvent()
3474 (char*)pPrintable, nLen, in HandleKeyEvent()
3489 pString = (sal_Unicode*)pPrintable; in HandleKeyEvent()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx429 unsigned char *pPrintable,

Completed in 51 milliseconds