https://bugs.freedesktop.org/show_bug.cgi?id=83726
--- Comment #3 from Owen Genat <[email protected]> --- (In reply to comment #2) > All very interesting stuff. I suppose I disagree with this then: > > "It should also be noted that direct formatting overrides any paragraph > style." > > this behavior just seems wrong. It is not though. Both ISO/IEC 26300 (ODF, Part 1, §16) and ISO/IEC 29500:2012 (OOXML §17.7.2) define a hierarchy of application.[1] In each case directly applied formatting will override an application by style and this is how it should be, otherwise a style cannot be overridden. The "Clear direct formatting" function is available for exactly this reason i.e., it is the only way to clear all direct formatting. [1] In OOXML there is a diagram that clearly indicates the situation, while under ODF a directly applied format is recorded as a style definition (in content.xml rather than styles.xml) and the wording has to be worked through. In the example attached to this report the problem is even less clear because direct formatting has been extensively used: <text:p text:style-name="P6"> <text:span text:style-name="T39">Shiffer Pub. v. Chronicle Books</text:span> <text:span text:style-name="T40">: </text:span> <text:span text:style-name="T9">no different standard for derivative vs. original.</text:span> </text:p> ... thus the paragraph is using a directly applied paragraph formatting style (P6, rather than "Body_20_Text"), which has in turn been overridden by three (T9, T39, and T40) directly applied pieces of character (text) formatting styles, each recorded as a separate style in content.xml. -- 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
