Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditstr.h428 BOOL bDialogMode; /* Indicates that we are inside a dialog window */ member
H A Deditor.c2443 if (editor->bDialogMode) in handle_enter()
2683 if (editor->bDialogMode && editor->hwndParent) in ME_KeyDown()
2687 if (editor->bDialogMode && editor->hwndParent) in ME_KeyDown()
3124 ed->bDialogMode = FALSE; in ME_MakeEditor()
3645 editor->bDialogMode = TRUE; in ME_HandleMessage()