Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditstr.h408 int nLastSelStart, nLastSelEnd; member
H A Dpaint.c1332 if (nStart == nEnd && editor->nLastSelStart == editor->nLastSelEnd) in ME_InvalidateSelection()
1340 if (editor->nLastSelStart > len || editor->nLastSelEnd > len) { in ME_InvalidateSelection()
1354 if (nEnd < editor->nLastSelEnd) { in ME_InvalidateSelection()
1357 } else if (nEnd > editor->nLastSelEnd) { in ME_InvalidateSelection()
1366 ME_GetSelectionOfs(editor, &editor->nLastSelStart, &editor->nLastSelEnd); in ME_InvalidateSelection()
H A Deditor.c3115 ed->nLastSelStart = ed->nLastSelEnd = 0; in ME_MakeEditor()