Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx5445 LONG nAttrLen = ImmGetCompositionStringW( hIMC, GCS_COMPATTR, 0, 0 ); in ImplHandleIMECompositionInput() local
5446 if ( nAttrLen > 0 ) in ImplHandleIMECompositionInput()
5448 pAttrBuf = new BYTE[nAttrLen]; in ImplHandleIMECompositionInput()
5449 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()
5457 for ( xub_StrLen i = 0; (i < nTextLen) && (i < nAttrLen); i++ ) in ImplHandleIMECompositionInput()

Completed in 56 milliseconds