Home
last modified time | relevance | path

Searched refs:aPosEvt (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/win/source/window/
H A Dsalframe.cxx5337 SalExtTextInputPosEvent aPosEvt; in ImplUpdateIMECursorPos() local
5338 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplUpdateIMECursorPos()
5339 if ( (aPosEvt.mnX == -1) && (aPosEvt.mnY == -1) ) in ImplUpdateIMECursorPos()
5344 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplUpdateIMECursorPos()
5345 aForm.ptCurrentPos.y = aPosEvt.mnY; in ImplUpdateIMECursorPos()
5354 aPosEvt.mnWidth, aPosEvt.mnHeight ); in ImplUpdateIMECursorPos()
5355 SetCaretPos( aPosEvt.mnX, aPosEvt.mnY ); in ImplUpdateIMECursorPos()
5659 SalExtTextInputPosEvent aPosEvt; in ImplHandleIMENotify() local
5660 pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvt ); in ImplHandleIMENotify()
5666 aForm.ptCurrentPos.x = aPosEvt.mnX; in ImplHandleIMENotify()
[all …]