wine/dlls/riched20
Dylan Smith c0ee555e8f richedit: Avoid redundant calls to ME_CalcRunExtent.
ME_SplitRun is only called by wrapping code. In all but one call the
returned second half of the split run will be returned, get passed back
to ME_WrapHandleRun, then ME_CalcRunExtent will be called at the start of
ME_WrapHandleRun through ME_WrapSizeRun.
2010-07-30 11:36:02 +02:00
..
tests
caret.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
clipboard.c
context.c
editor.c
editor.h richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
editstr.h
list.c
Makefile.in
ocr_reverse.cur
paint.c
para.c
reader.c
res.h
riched20.spec
richole.c
row.c
rtf.h
run.c richedit: Avoid redundant calls to ME_CalcRunExtent. 2010-07-30 11:36:02 +02:00
string.c
style.c richedit: Remove checks for converting internal CHARFORMAT structs. 2010-07-30 11:36:02 +02:00
table.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
txthost.c
txtsrv.c
undo.c richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. 2010-07-30 11:36:02 +02:00
version.rc
wrap.c richedit: Avoid redundant calls to ME_CalcRunExtent. 2010-07-30 11:36:02 +02:00
writer.c