Issue 89852 - XTextMarkup enhancement
Summary: XTextMarkup enhancement
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300_m10
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 13:20 UTC by thomas.lange
Modified: 2013-08-07 14:44 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.lange 2008-05-23 13:20:19 UTC
a) In the course of providing grammar checking API I added code to repaint the
paragraph to SwXTextMarkup::commitTextMarkup.

Since this code is repaints the whole paragraph it is not optimal.
Please check if this can be improved.

b) The API is missing the functionality to remove markup that was previously
committed. We should 3 additional modes to text::TextMarkupType that allow for
deletion of a specific markup type by calling commitTextMarkup with these new
'modes'.
Comment 1 thomas.lange 2008-05-23 13:21:06 UTC
TL->FME: Please take over. Thanks!