Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditstr.h401 int nModifyStep; member
H A Dtxtsrv.c282 This->editor->nModifyStep = 0; in fnTextSrv_TxSetText()
H A Deditor.c3107 ed->nModifyStep = 0; in ME_MakeEditor()
3561 editor->nModifyStep = 1; in handle_EM_SETCHARFORMAT()
3577 if (changed) editor->nModifyStep = 1; in handle_EM_SETCHARFORMAT()
3874 int oldModify = editor->nModifyStep; in ME_HandleMessage()
3933 editor->nModifyStep = oldModify; in ME_HandleMessage()
3964 return editor->nModifyStep == 0 ? 0 : -1; in ME_HandleMessage()
3968 editor->nModifyStep = 1; in ME_HandleMessage()
3970 editor->nModifyStep = 0; in ME_HandleMessage()
4142 editor->nModifyStep = 0; in ME_HandleMessage()
H A Dcaret.c514 editor->nModifyStep = 1; in ME_DeleteTextAtCursor()
611 editor->nModifyStep = 1; in ME_InsertTextFromCursor()