https://bugs.documentfoundation.org/show_bug.cgi?id=54703
--- Comment #17 from [email protected] --- (In reply to Oliver Specht from comment #16) > This is the result of a combination of changes: > The first part is in SwDocUpdateField::_MakeFieldList() where all sections > are switched to visible state to create a complete list of fields. > > The second part is a fix of https://bz.apache.org/ooo/show_bug.cgi?id=51035, > 10 years ago, that skips evaluation of expressions that might be from > databases that are not currently open. > > The last is a fix in SwXTextDocument::getRendererCount() that requests a > field update before PDF export which is also called to create the print > dialog preview. > > Im sure whether the problem in Coment 11 has the same / a similar cause. > > I think the right way to fix it is to get rid of the first part. After the > condition result is overwritten one cannot decide what state the the right > one. Oliver, You seem to be on to it. By making all fields visible, LO loses the WYSIWYG pdf export. In the mean time, I've developed a crude macro that enumerates the fields and actually removes those which are hidden. Unfortunately, this work-around affects the source document before exporting in pdf and means that the hidden fields are unfortunately lost forever. I look forward to any fixes you might create. Respectfully, Wil -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
