Home
last modified time | relevance | path

Searched refs:pAttrBuf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3245 PM_BYTE* pAttrBuf = NULL; in ImplHandleIMEConversion() local
3272 pAttrBuf = new PM_BYTE[nAttrBufLen]; in ImplHandleIMEConversion()
3273 … pIMEData->mpGetConversionString( hIMI, IMR_CONV_CONVERSIONATTR, pAttrBuf, &nAttrBufLen ); in ImplHandleIMEConversion()
3308 if ( pAttrBuf ) in ImplHandleIMEConversion()
3317 PM_BYTE nOS2Attr = pAttrBuf[i]; in ImplHandleIMEConversion()
3333 delete [] pAttrBuf; in ImplHandleIMEConversion()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx5447 BYTE* pAttrBuf = NULL; in ImplHandleIMECompositionInput() local
5451 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()
5452 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()
5455 if ( pAttrBuf ) in ImplHandleIMECompositionInput()
5462 BYTE nWinAttr = pAttrBuf[i]; in ImplHandleIMECompositionInput()
5481 delete [] pAttrBuf; in ImplHandleIMECompositionInput()

Completed in 65 milliseconds