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

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             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) <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to