https://bugs.documentfoundation.org/show_bug.cgi?id=88752
--- Comment #17 from Kevin Suo <[email protected]> --- Not sure whether the following spec is a clue: http://officeopenxml.com/WPstyles.php Hierarchy Styles are applied in the following order. * Document defaults are applied first. Document defaults are defined with the <w:docDefaults> element, which is a child of <w:styles>. That is, it is at the same level as style definitions. * Next, table styles are applied. * Next, numbering styles are applied. * Next, paragraph and run styles are applied as defined in paragraph styles. (A <w:pPr> can contain an <w:rPr>) * Next, run properties are applied. * Finally, direct formatting is applied. I.e table styles are applied first in OOXML. -- You are receiving this mail because: You are the assignee for the bug.
