[Libreoffice-bugs] [Bug 118263] Option “Load Printer Settings with the Document” does not Work Correctly.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 15 11:52:05 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=118263
Michael Weghorn <m.weghorn at posteo.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #7 from Michael Weghorn <m.weghorn at posteo.de> ---
I've taken a look at this. There are two options related to whether
user/printer options should be loaded:
A) "Load user-specific settings with the document"
B) "Load printer settings with the document" (the one you mention)
Whether the options in "File" -> "Printer Settings" -> "Options" are loaded
from the document is actually determined by A), s. method
"SwXMLImport::SetConfigurationSettings" [1]. Those are document-settings in the
end, independent of the actual printer set.
It seems that B) is only responsible for the actually printer-dependent
settings that can be set in "File" -> "Printer Settings" -> "Properties".
Can you confirm it works if you disable option A) instead of B) ?
(While looking at this, I noticed another issue: If both, A) and B) are
disabled, the "File" -> "Printer Settings" -> "Options" dialog is not properly
initialized, all checkboxes are unchecked instead of showing the default
values. It's shown correctly after opening the print dialog and then opening
the dialog again.))
[1]
https://gerrit.libreoffice.org/plugins/gitiles/core/+/71f9961488232697bcdb37db349569a20f15bb2d/sw/source/filter/xml/xmlimp.cxx#1320
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191115/356650eb/attachment.html>
More information about the Libreoffice-bugs
mailing list