[Libreoffice-bugs] [Bug 91384] FILEOPEN: DOCX - ActiveX checkbox and radio button form controls appear as pictures

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue May 16 05:40:57 UTC 2017


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

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipz85 at hotmail.com
             Blocks|                            |104523
            Summary|fileopen: docx form control |FILEOPEN: DOCX - ActiveX
                   |with shape lost (checkbox   |checkbox and radio button
                   |and radio imported as       |form controls appear as
                   |pictures)                   |pictures

--- Comment #12 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
As Oliver mentioned in comment 8, each control has two parts. The first is a
fallback WMF image for apps that arent able to handle the actual ActiveX
control and this is what LibreOffice is displaying and the second is the
ActiveX control that 

<w:r>
  <w:object w:dxaOrig="225" w:dyaOrig="225">
    <v:shape id="_x0000_i1123" type="#_x0000_t75" ... o:ole="">
<!-- fallback image start -->
      <v:imagedata r:id="rId31" o:title="" />
<!-- fallback image end -->
    </v:shape>
<!-- activeX control start -->
    <w:control r:id="rId32" w:name="CheckBox4" w:shapeid="_x0000_i1123" />
<!-- activeX control end -->
  </w:object>
</w:r>

And you can see the relationship IDs for these parts in the
/word/_rels/document.xml.rels file

<Relationship Id="rId31" ... Target="media/image9.wmf" />
<Relationship Id="rId32" ... Target="activeX/activeX8.xml" />


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104523
[Bug 104523] [META] DOCX Form related issues
-- 
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/20170516/76562f19/attachment-0001.html>


More information about the Libreoffice-bugs mailing list