Re: RedoParagraph/Update/UpdateMetrics question

2006-12-17 Thread Abdelrazak Younes
Michael Gerz wrote: Hi, I need your help in order to complete CT support. When accepting/rejecting changes, some characters may be erased and some paragraphs may be merged. I guess that there is a need to reformat the document in these cases but I don't see any code that does this in text.C

Re: RedoParagraph/Update/UpdateMetrics question

2006-12-17 Thread Georg Baum
Am Sonntag, 17. Dezember 2006 14:23 schrieb Michael Gerz: > - When merging paragraphs, counters may change. What function takes > cares of renumbering of sections, enumerations, etc.? There are several updateLabels() functions in src/buffer_funcs.h. Use the one that fits. Georg

RedoParagraph/Update/UpdateMetrics question

2006-12-17 Thread Michael Gerz
Hi, I need your help in order to complete CT support. When accepting/rejecting changes, some characters may be erased and some paragraphs may be merged. I guess that there is a need to reformat the document in these cases but I don't see any code that does this in text.C::acceptChange(...).