Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Drun.c50 ME_PropagateCharOffset(p, shift); in ME_SkipAndPropagateCharOffset()
59 void ME_PropagateCharOffset(ME_DisplayItem *p, int shift) in ME_PropagateCharOffset() function
354 ME_PropagateCharOffset( insert_before, len ); in ME_InsertRunAtCursor()
H A Dpara.c679 ME_PropagateCharOffset(next_para, eol_len); in ME_SplitParagraph()
806 ME_PropagateCharOffset(tp->member.para.next_para, -end_len); in ME_JoinParagraphs()
H A Deditor.h127 void ME_PropagateCharOffset(ME_DisplayItem *p, int shift) DECLSPEC_HIDDEN;
H A Dcaret.c490 ME_PropagateCharOffset(c.pRun, shift); in ME_InternalDeleteText()