To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68777





------- Additional comments from [EMAIL PROTECTED] Mon Oct 23 02:28:34 -0700 
2006 -------
The patch I'm going to attach is a proposal to solve the issue for the PDF
export while e-mailing.
I'm not sure it solves it correctly, but doing an analysis of the code I pointed
out in  http://www.openoffice.org/issues/show_bug.cgi?id=68777#desc12, it seems
ok, there is:

pDoc->UpdateFlds( NULL, false ) :       not sure if this is needed while 
exporting PDF;
pDoc->EmbedAllLinks():          while exporting to PDF this is not needed, the 
export
filter renders the linked file;
pDoc->RemoveInvisibleContent()  same as above, the invisible content is rendered
better while exporting than deleting and restoring it after the fact.

I'm not sure of what the remaining functions:

pWrtShell->StartAllAction();
pWrtShell->EndAllAction();

do.
OS, if you spare time, can you explain me what they do?

>From these observations I disabled the calls to $-1òü.uno:PrepareMailExportòý
and òü.uno:MailExportFinished" when the file being send is a PDF export of the
one at hand.
It seems working well so far, but I didn't do a full QA, of course. Lacking in
resources for that ;-).

While carrying on these tests, I discovered that this issue affects (with
different impact grades) every e-mail attachment sent, in which the format of
the sent document is different from the one of the original document.
For example when you are sending a Microsoft Word version of an ODT document
containing links to an external file, you hit this same issue.
It seems to me that in these other cases the best solution would be to save them
temporarily and then send through e-mail the tmp version.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to