Searched refs:aPosEvt (Results 1 – 1 of 1) sorted by relevance
5334 SalExtTextInputPosEvent aPosEvt; in ImplUpdateIMECursorPos() local5335 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplUpdateIMECursorPos()5336 if ( (aPosEvt.mnX == -1) && (aPosEvt.mnY == -1) ) in ImplUpdateIMECursorPos()5341 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplUpdateIMECursorPos()5342 aForm.ptCurrentPos.y = aPosEvt.mnY; in ImplUpdateIMECursorPos()5351 aPosEvt.mnWidth, aPosEvt.mnHeight ); in ImplUpdateIMECursorPos()5352 SetCaretPos( aPosEvt.mnX, aPosEvt.mnY ); in ImplUpdateIMECursorPos()5656 SalExtTextInputPosEvent aPosEvt; in ImplHandleIMENotify() local5657 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplHandleIMENotify()5663 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplHandleIMENotify()[all …]