Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx5444 BYTE* pAttrBuf = NULL; in ImplHandleIMECompositionInput() local
5448 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()
5449 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()
5452 if ( pAttrBuf ) in ImplHandleIMECompositionInput()
5459 BYTE nWinAttr = pAttrBuf[i]; in ImplHandleIMECompositionInput()
5478 delete [] pAttrBuf; in ImplHandleIMECompositionInput()

Completed in 38 milliseconds