Sweden-Number/dlls/riched20
Dylan Smith be3073fce1 richedit: Fix streaming rtf with table at the start of the text.
The first paragraph was being handled just by ME_StreamOutParaProps,
but subsequent paragraphs would check if the paragraph was starting or
ending a table. So I moved the code to check for tables into
ME_StreamOutParaProps.
2010-07-19 14:38:16 +02:00
..
tests
Makefile.in
caret.c
clipboard.c
context.c
editor.c
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c
para.c
reader.c
res.h
riched20.spec
richole.c
row.c
rtf.h
run.c
string.c
style.c
table.c
txthost.c
txtsrv.c
undo.c
version.rc
wrap.c
writer.c richedit: Fix streaming rtf with table at the start of the text. 2010-07-19 14:38:16 +02:00