Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditstr.h359 stLine, enumerator
H A Dcaret.c917 case stLine: in ME_SelectByType()
1174 ME_DIType searchType = ((editor->nSelectionType == stLine) ? in ME_ExtendAnchorSelection()
1191 ME_DIType searchType = ((editor->nSelectionType == stLine) ? in ME_ExtendAnchorSelection()
1254 ME_SelectByType(editor, stLine); in ME_LButtonDown()
H A Deditor.c2930 if (editor->nSelectionType == stLine && editor->bMouseCaptured) { in ME_SetCursor()