Searched refs:aPosEvt (Results 1 – 1 of 1) sorted by relevance
5340 SalExtTextInputPosEvent aPosEvt; in ImplUpdateIMECursorPos() local5342 if ( (aPosEvt.mnX == -1) && (aPosEvt.mnY == -1) ) in ImplUpdateIMECursorPos()5347 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplUpdateIMECursorPos()5348 aForm.ptCurrentPos.y = aPosEvt.mnY; in ImplUpdateIMECursorPos()5357 aPosEvt.mnWidth, aPosEvt.mnHeight ); in ImplUpdateIMECursorPos()5358 SetCaretPos( aPosEvt.mnX, aPosEvt.mnY ); in ImplUpdateIMECursorPos()5662 SalExtTextInputPosEvent aPosEvt; in ImplHandleIMENotify() local5669 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplHandleIMENotify()5670 aForm.ptCurrentPos.y = aPosEvt.mnY+1; in ImplHandleIMENotify()5671 aForm.rcArea.left = aPosEvt.mnX; in ImplHandleIMENotify()[all …]
Completed in 109 milliseconds