[3/6] richedit: Adjust table spacing with horizontal gap and left edge

Dylan Smith dylan.ah.smith at gmail.com
Tue Aug 12 22:15:29 CDT 2008


This patch adds support for the rich text format control words \trgaph
and \trleft for tables.  These values are stored in the paragraph's
PARAFORMAT2 structure in the dxOffset and dxStartIndent fields.
---
 dlls/riched20/editor.c |   21 +++++++++----
 dlls/riched20/editor.h |    2 +
 dlls/riched20/rtf.h    |    2 +
 dlls/riched20/run.c    |   12 ++++++-
 dlls/riched20/table.c  |   21 +++++++++++++
 dlls/riched20/wrap.c   |   56 +++++++++++++++++++++++++++-------
 dlls/riched20/writer.c |   78 +++++++++++++++++++++++++----------------------
 7 files changed, 135 insertions(+), 57 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0012-richedit-Adjust-table-spacing-with-horizontal-ga.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080812/31cdda1c/attachment-0001.txt 


More information about the wine-patches mailing list