Summary: | kword:msword2003:kword is not displaying the properties of the document properly. | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | Lassi Nieminen <lassi.ta.nieminen> |
Component: | general | Assignee: | Matus Uzak <matus.uzak> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | mail, matus.uzak, swathi.vegesna999 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/calligra/9a19037b1b09fbd66b198d455c67774cc48d624f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
MS Word 2003 document to be open in Kword
Screenshot of the document in MS Word 2003 Screenshot of the document in Kword |
Description
David Faure
2010-12-17 19:41:15 UTC
Commit 9acfce8c13b394ce2956ae9c0563ee5d37505043 does translate keywords and comments now. Keywords show ups as expected now. I am not sure why comments don't. Git commit 4bf09dae5471cc05eeadf6eb4090ceb0c3a904ad by Matus Uzak. Committed on 02/05/2012 at 12:32. Pushed by uzak into branch 'master'. doc: Comments are not part of the SttbfAssoc structure. TODO: Locate comments from the document properties. M +0 -5 filters/words/msword-odf/document.cpp http://commits.kde.org/calligra/4bf09dae5471cc05eeadf6eb4090ceb0c3a904ad Git commit 25ff91d643c7f4233739423dfd7e1ea40aadd3ec by Matus Uzak. Committed on 02/05/2012 at 14:10. Pushed by uzak into branch 'master'. doc: comments from SttbfAssoc - update * According to the Word6/Word8 spec. SttbfAssoc does contain comments. However it's not reproducible in MSOffice2000. Let's keep the code to support older DOC files, but use dc:description instead of meta:comments. * And ignore empty entries. M +12 -5 filters/words/msword-odf/document.cpp http://commits.kde.org/calligra/25ff91d643c7f4233739423dfd7e1ea40aadd3ec Git commit 9a19037b1b09fbd66b198d455c67774cc48d624f by Matus Uzak. Committed on 02/05/2012 at 19:04. Pushed by uzak into branch 'master'. doc: Process document properties from SummaryInformation stream. A +51 -0 filters/libmso/msoleps.h [License: BSD] M +101 -20 filters/words/msword-odf/document.cpp M +2 -1 filters/words/msword-odf/document.h M +18 -4 filters/words/msword-odf/mswordodfimport.cpp http://commits.kde.org/calligra/9a19037b1b09fbd66b198d455c67774cc48d624f Verified in git commit ad0416095c417a8cfa55306ea8959ac0ef4460bb. |