Summary: | Picture bullets not displaying in doc files | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Lassi Nieminen <lassi.ta.nieminen> |
Component: | doc | Assignee: | Matus Uzak <matus.uzak> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | matus.uzak, swathi.vegesna999 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
msword test document used to open in kword
screenshot of the document in kword screenshot of the document in MS Word 2003 msword 2007 test document to be opened in kword pyodconverter converted testdata koconverter converted testdata pyodconverter converted testdata opened in koffice screenshot koconverter converted testdata opened in openoffice screenshot |
Description
David Faure
2010-05-28 03:20:44 UTC
*** Bug 239100 has been marked as a duplicate of this bug. *** Git commit ec8f8b96dd05691ee35a21f2fd683b557a293644 by Matus Uzak. Committed on 06/12/2011 at 19:35. Pushed by uzak into branch 'master'. docx: picture bullets - update bulletSizePt in order to have correct picture size. * In case only bulletRelativeSize is provided then use the default font-size or the font-size of the text chunk (if provided) to set bulletSizePt. The absolute font-size specifies fo:width and fo:height for the picture bullet. CCBUG:239469 M +1 -0 filters/words/docx/DocxImport.cpp M +22 -0 filters/words/docx/DocxXmlDocumentReader.cpp M +2 -0 filters/words/docx/DocxXmlDocumentReader.h M +4 -0 filters/words/docx/DocxXmlStylesReader.cpp http://commits.kde.org/calligra/ec8f8b96dd05691ee35a21f2fd683b557a293644 Git commit e82e0acdcd366335b3ed6d97d12d538e3ebddfb7 by Matus Uzak. Committed on 26/01/2012 at 16:50. Pushed by uzak into branch 'master'. doc: Added support for Bullet Pictures. M +19 -10 filters/words/msword-odf/graphicshandler.cpp M +1 -1 filters/words/msword-odf/graphicshandler.h M +30 -23 filters/words/msword-odf/texthandler.cpp A +53 -0 filters/words/msword-odf/wv2/src/SPRMS M +39 -6 filters/words/msword-odf/wv2/src/bookmark.cpp M +9 -1 filters/words/msword-odf/wv2/src/bookmark.h M +2 -2 filters/words/msword-odf/wv2/src/handlers.cpp M +10 -10 filters/words/msword-odf/wv2/src/handlers.h M +10 -1 filters/words/msword-odf/wv2/src/lists.cpp M +27 -0 filters/words/msword-odf/wv2/src/lists.h M +5 -0 filters/words/msword-odf/wv2/src/paragraphproperties.cpp M +5 -0 filters/words/msword-odf/wv2/src/paragraphproperties.h M +56 -9 filters/words/msword-odf/wv2/src/parser9x.cpp M +11 -3 filters/words/msword-odf/wv2/src/parser9x.h M +13 -13 filters/words/msword-odf/wv2/src/parserfactory.cpp M +10 -1 filters/words/msword-odf/wv2/src/word97_generated.cpp M +24 -4 filters/words/msword-odf/wv2/src/word97_generated.h M +11 -0 filters/words/msword-odf/wv2/src/word97_helper.cpp http://commits.kde.org/calligra/e82e0acdcd366335b3ed6d97d12d538e3ebddfb7 Verified in git commit ad0416095c417a8cfa55306ea8959ac0ef4460bb. |