Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Dpaint.c108 if (ME_WrapMarkedParagraphs(editor)) in ME_Repaint()
121 wrappedParagraphs = ME_WrapMarkedParagraphs(editor); in ME_UpdateRepaint()
148 ME_WrapMarkedParagraphs(editor); in ME_RewrapRepaint()
1156 if (ME_WrapMarkedParagraphs(editor)) in ME_UpdateScrollBar()
1334 ME_WrapMarkedParagraphs(editor); in ME_InvalidateSelection()
H A Dtable.c502 ME_WrapMarkedParagraphs(editor); in ME_SelectOrInsertNextCell()
547 ME_WrapMarkedParagraphs(editor); in ME_SelectOrInsertNextCell()
H A Deditor.c3538 ME_WrapMarkedParagraphs(editor); in ME_WmCreate()
3587 ME_WrapMarkedParagraphs( editor ); in handle_EM_SETCHARFORMAT()
3738 ME_WrapMarkedParagraphs(editor); in ME_HandleMessage()
4012 ME_WrapMarkedParagraphs(editor); in ME_HandleMessage()
4106 ME_WrapMarkedParagraphs(editor); in ME_HandleMessage()
4766 ME_WrapMarkedParagraphs(editor); in ME_HandleMessage()
H A Deditor.h187 BOOL ME_WrapMarkedParagraphs(ME_TextEditor *editor) DECLSPEC_HIDDEN;
H A Dwrap.c1093 BOOL ME_WrapMarkedParagraphs(ME_TextEditor *editor) in ME_WrapMarkedParagraphs() function