Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditor.c254 static BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, ME_Cursor *start, int nChars);
1794 ME_UpdateLinkAttribute(editor, &start, to - from); in ME_StreamIn()
2435 ME_UpdateLinkAttribute(editor, &start, nChars); in ME_UpdateSelectionLinkAttribute()
3928 ME_UpdateLinkAttribute(editor, &cursor, INT_MAX); in ME_HandleMessage()
4140 ME_UpdateLinkAttribute(editor, &cursor, INT_MAX); in ME_HandleMessage()
5533 static BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, ME_Cursor *start, int nChars) in ME_UpdateLinkAttribute() function