Steps to Reproduce: 1. In word create a list with a picture bullet 2. Increase font size 3. Save 4. Open in Writer Expected Results Large picture bullet list, same as Word. Actual Results: Large plain bullet list. The impress PPT importer correctly handles resized image bullets. For example, see attachment 131970 [details]
Created attachment 131972 [details] Example docx with Large Bullets
Created attachment 131973 [details] Screenshot of Word vs Writer
Confirmed in Version: 5.4.0.0.alpha0+ Build ID: d3b5bd4a07a619db6bee1c39c32280ac3c620532 CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); Calc: group
Vitaliy Anderson committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f2296d2c328fa8bf3671f8d3591d3a2bdf2752f tdf#106606: Don't dispose NumPicBullet in sprm handler. It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 132349 [details] Difference between MSO and LO I fixed it partially. I only can't to change picture size because there is difference between MSO and LO behaviors. In MSO bullet pics size depends on height of the line. In LO the pics depends on the rule.
Vitaliy, Thanks for your patch. This is a nice improvement. > In MSO bullet pics size depends on height of the line. > In LO the pics depends on the rule. There's actually an enhancement request for this. Bug 73966 - FORMATTING: bullets images should resize with text It might be worth looking at how the ppt importer handles this. It correctly scales up and down graphics of bullets. Miklos, Do you have any thoughts on this issue?
What Vitaliy writes is correct. I'm not sure if the ppt importer is relevant here, since Writer's numbering is a separate implementation from the editeng numbering.