richedit: Store paragraph in cursors.
commitecb6c2169c1006382e2f5ece72f0e31bd297f305
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 9 Feb 2009 17:01:35 +0000 (9 12:01 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Feb 2009 11:59:09 +0000 (10 12:59 +0100)
treea38d9803b5a464190dff918d0e64e4c16a924096
parent2033312b437c993cce95c77fc3c2bd44885433b1
richedit: Store paragraph in cursors.

This prevents some needless searching for the start of the paragraph
from a run stored in a cursor.  Usually a pointer to the paragraph is
already available when the cursor is set anyway.
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editstr.h
dlls/riched20/paint.c
dlls/riched20/para.c
dlls/riched20/run.c
dlls/riched20/table.c
dlls/riched20/undo.c