[Libreoffice-bugs] [Bug 41466] VML Callout shapes are incorrectly imported for 2007 DOCX (OK if resaved in MSO to newer DOCX)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 28 13:35:45 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=41466
--- Comment #25 from Balázs Regényi <regenyi.balazs+libreoffice_bugzilla at gmail.com> ---
I think we do not handle the "v:formulas" XML element for VML shapes
(/w:document/w:body/w:p/w:r/w:pict/v:shapetype/v:formulas).
<w:pict>
<v:shapetype id="_x0000_t61" ...>
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="sum 10800 0 #0"/>
<v:f eqn="sum 10800 0 #1"/>
<v:f eqn="sum #0 0 #1"/>
<v:f eqn="sum @0 @1 0"/>
<v:f eqn="sum 21600 0 #0"/>
<v:f eqn="sum 21600 0 #1"/>
<v:f eqn="if @0 3600 12600"/>
<v:f eqn="if @0 9000 18000"/>
<v:f eqn="if @1 3600 12600"/>
<v:f eqn="if @1 9000 18000"/>
<v:f eqn="if @2 0 #0"/>
<v:f eqn="if @3 @10 0"/>
<v:f eqn="if #0 0 @11"/>
<v:f eqn="if @2 @6 #0"/>
<v:f eqn="if @3 @6 @13"/>
<v:f eqn="if @5 @6 @14"/>
<v:f eqn="if @2 #0 21600"/>
<v:f eqn="if @3 21600 @16"/>
<v:f eqn="if @4 21600 @17"/>
<v:f eqn="if @2 #0 @6"/>
<v:f eqn="if @3 @19 @6"/>
<v:f eqn="if #1 @6 @20"/>
<v:f eqn="if @2 @8 #1"/>
<v:f eqn="if @3 @22 @8"/>
<v:f eqn="if #0 @8 @23"/>
<v:f eqn="if @2 21600 #1"/>
<v:f eqn="if @3 21600 @25"/>
<v:f eqn="if @5 21600 @26"/>
<v:f eqn="if @2 #1 @8"/>
<v:f eqn="if @3 @8 @28"/>
<v:f eqn="if @4 @8 @29"/>
<v:f eqn="if @2 #1 0"/>
<v:f eqn="if @3 @31 0"/>
<v:f eqn="if #1 0 @32"/>
<v:f eqn="val #0"/>
</v:formulas>
<v:f eqn="val #1"/>
<v:path o:connecttype="custom" .../>
<v:handles>
<v:h position="#0,#1"/>
</v:handles>
</v:shapetype>
.
.
.
</w:pict>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200928/071a8063/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list