diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-19 13:15:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-19 17:05:29 +0100 |
commit | 1e882a1dc49cc60aed7bae98b4924871ea1bf935 (patch) | |
tree | 8dcad9781a06114768fd3c536163f099e52ed410 /desktop/inc/pch | |
parent | b9b6e413f06d10b1a8dc5a25a45d7d8a26ff60ff (diff) |
consider following redline as well
a) In word each range that character properties affect are just stored by their
end. So the range is from the last end to the current one.
b) In word the paragraph end marker is a real character, in writer it is not.
c) So for redlining if a paragraph is redlined, but the previous one is not
then the redlining propes of the 2nd para will affect the end marker of the
previous one if the previous char properties do not include the para end mark.
We were currently handing the case where a paragraph end mark *is* inside
redlining and including it in the char property range, but we were not
considering the case where the paragraph end mark is *not* inside redlining
but the following paragraph *is*
to get the end of the previous paragraph not part of the following paragraph
character run, we emit an empty char section of it for this case.
Change-Id: I816335067f60d1d9332bfdb1117fb1448b564972
Diffstat (limited to 'desktop/inc/pch')
0 files changed, 0 insertions, 0 deletions