AW: [dev] Re: Disable automatic field updating

2007-08-14 Thread Thullner, Robert
I think the problem that I have does not arise from any bug in OOo, but from stupid users, that I have to handle. First of all I only have .doc files. In MS Word, you can insert field functions, like author, but the value of this field function stays empty until you do some update operation (by

Re: [dev] A question about the destructor

2007-08-14 Thread Mathias Bauer
Andreas Martens wrote: I see, SwDoc::GetEditShell(..) is the problem. Sometimes the Writer model (SwDoc) needs to broadcast an event to all controllers (ViewShell), e.g. if a part of the model is deleted. The controller could have cursor pointing into this deleted area and these cursors

Re: [dev] Re: Disable automatic field updating

2007-08-14 Thread Mathias Bauer
Joe Smith wrote: I still say it's a bug--the import operation should not change the values returned by those functions and the result should be the same as it was in the original document. It's not the import function that changes the fields. There is some code in some filters that updates

Re: [dev] A question about the destructor

2007-08-14 Thread liutao
Andreas Martens Malte will discuss it, after the discuss Andreas Malte will tell me how to solve it. Malte told me to go on my work just to assure which files should be modified. Best Regards, LiuTao Andreas Martens wrote: I see, SwDoc::GetEditShell(..) is the problem. Sometimes the Writer