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

--- Comment #11 from Justin L <[email protected]> ---
I tried this in Word 2003, and there it also acts like a picture. So this is a
fairly new feature in Word - at least the interactive part of content controls.

In word 2016, I tried to save as .doc format where it warns that the controls
will be turned into static content.

It looks like we fall back on inserting a literal 0x2610 / 0x2612 Unicode
character because of <w:t>☐</w:t>  or   <w:t>☒</w:t> (although that isn't
strictly necessary because the code specifies the checked/unchecked
possibility).
<w14:checkbox>
  <w14:checked w14:val="0"/>
  <w14:checkedState w14:val="2612" w14:font="MS Gothic"/>
  <w14:uncheckedState w14:val="2610" w14:font="MS Gothic"/>
</w14:checkbox>

-- 
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