https://bugs.documentfoundation.org/show_bug.cgi?id=106388

--- Comment #11 from Justin L <[email protected]> ---
Following comment 4's instructions opens up to an empty page. I expect that it
fails everything EXCEPT accepting this as a legitimate document. So likely the
styles, the settings, the header/footer, and the document itself are completely
ignored. Thus it probably is not much different than opening Writer and
assigning a file name, which isn't very helpful. To test this theory, I'd
suggest adding some SAL_DEBUG statements in writerfilter...DomainMapper.cxx in
some properties that exist in styles like 
    <w:spacing w:after="200" w:line="276" w:lineRule="auto"/>
and see if ANYTHING from the XML is loading.

Since likely the XML is completely ignored as unknown, the key to solving this
should be to parse the added pkg:part XML commands and use that to direct the
rest of the XML parsing into the correct "buckets" of document, styles,
settings, header/footer etc.

That would involve diving into the nasty /writerfilter/source/ooxml/model.xml
and related functions in OOXMLFastContext files.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to