Searched refs:pPrintable (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 1663 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()
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 3248 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()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 429 unsigned char *pPrintable,
|
Completed in 45 milliseconds