Lines Matching refs:aPosEvt
5340 SalExtTextInputPosEvent aPosEvt; in ImplUpdateIMECursorPos() local
5341 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplUpdateIMECursorPos()
5342 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() local
5663 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplHandleIMENotify()
5669 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplHandleIMENotify()
5670 aForm.ptCurrentPos.y = aPosEvt.mnY+1; in ImplHandleIMENotify()
5671 aForm.rcArea.left = aPosEvt.mnX; in ImplHandleIMENotify()
5672 aForm.rcArea.top = aPosEvt.mnY; in ImplHandleIMENotify()
5673 aForm.rcArea.right = aForm.rcArea.left+aPosEvt.mnExtWidth+1; in ImplHandleIMENotify()
5674 aForm.rcArea.bottom = aForm.rcArea.top+aPosEvt.mnHeight+1; in ImplHandleIMENotify()