Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx990 mbAtCursorIME = FALSE; in WinSalFrame()
2438 pFrame->mbAtCursorIME = (nImeProps & IME_PROP_AT_CARET) != 0; in ImplSalFrameSetInputContext()
4385 pFrame->mbAtCursorIME = (nImeProps & IME_PROP_AT_CARET) != 0; in ImplHandleFocusMsg()
5310 pFrame->mbAtCursorIME = (nImeProps & IME_PROP_AT_CARET) != 0; in ImplHandleInputLangChange()
5376 if ( pFrame->mbAtCursorIME ) in ImplHandleIMEStartComposition()
5423 if ( !pFrame->mbAtCursorIME ) in ImplHandleIMECompositionInput()
5577 if ( pFrame->mbAtCursorIME ) in ImplHandleIMEEndComposition()
5643 pFrame->mbAtCursorIME ) in ImplHandleIMENotify()
/AOO42X/main/vcl/inc/win/
H A Dsalframe.h80 … sal_Bool mbAtCursorIME; // TRUE: Wir behandeln nur einige IME-Messages variable
/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx3136 pFrame->mbAtCursorIME = (nImeProps & IME_PROP_AT_CARET) != 0; in ImplHandleInputLangChange()