Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Dcaret.c548 ME_Style *pStyle = ME_GetInsertStyle(editor, nCursor); in ME_InsertOLEFromCursor()
582 ME_Style *pStyle = ME_GetInsertStyle(editor, nCursor); in ME_InsertEndRowFromCursor()
1595 return ME_GetInsertStyle(editor, 0); in ME_GetSelectionInsertStyle()
H A Dstyle.c476 ME_Style *ME_GetInsertStyle(ME_TextEditor *editor, int nCursor) in ME_GetInsertStyle() function
H A Deditor.h56 ME_Style *ME_GetInsertStyle(ME_TextEditor *editor, int nCursor) DECLSPEC_HIDDEN;
H A Dtable.c66 ME_Style *pStyle = ME_GetInsertStyle(editor, nCursor); in ME_InsertEndParaFromCursor()
H A Drun.c702 editor->pBuffer->pCharStyle = ME_GetInsertStyle(editor, 0); in ME_SetSelectionCharFormat()
H A Deditor.c2583 style = ME_GetInsertStyle(editor, 0); in handle_enter()
2825 ME_Style *style = ME_GetInsertStyle(editor, 0); in ME_Char()
4846 ME_Style *style = ME_GetInsertStyle(editor, 0); in ME_HandleMessage()
H A Drichole.c1702 style = ME_GetInsertStyle(editor, 0); in ITextRange_fnSetText()