Searched refs:ME_GetInsertStyle (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | caret.c | 548 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 D | style.c | 476 ME_Style *ME_GetInsertStyle(ME_TextEditor *editor, int nCursor) in ME_GetInsertStyle() function
|
H A D | editor.h | 56 ME_Style *ME_GetInsertStyle(ME_TextEditor *editor, int nCursor) DECLSPEC_HIDDEN;
|
H A D | table.c | 66 ME_Style *pStyle = ME_GetInsertStyle(editor, nCursor); in ME_InsertEndParaFromCursor()
|
H A D | run.c | 702 editor->pBuffer->pCharStyle = ME_GetInsertStyle(editor, 0); in ME_SetSelectionCharFormat()
|
H A D | editor.c | 2583 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 D | richole.c | 1702 style = ME_GetInsertStyle(editor, 0); in ITextRange_fnSetText()
|