[Libreoffice-bugs] [Bug 117199] Objects in VSDX files are not treated as single objects in LO Draw

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 27 19:37:23 UTC 2019


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

--- Comment #7 from Bartosz <gang65 at poczta.onet.pl> ---
There are four types of shapes:
* Group - This MUST be the value of the attribute if the shape specified by
this element has subshapes.
* Guide - Specifies that the shape is not shown.
* Foreign - Specifies that the data specified in this element’s ForeignData
element is shown.
* Shape - Specifies that the shape does not meet any of the previous conditions

It seems that import of "Group Shape" should be mapped to LibreOffice draw.

Example of group shape:

<Shape ID='69' Type='Group' MasterShape='12'>
    <Cell N='LayerMember' V=''/>
    <Shapes>
        <Shape ID='70' Type='Shape' MasterShape='13'>
            <Cell N='LayerMember' V=''/>
            <Cell N='FillForegnd' V='#5b9bd5' F='Inh'/>
        </Shape>
        <Shape ID='71' Type='Shape' MasterShape='14'>
            <Cell N='LayerMember' V=''/>
            <Cell N='FillForegnd' V='#5b9bd5' F='Inh'/>
            <Cell N='FillBkgnd' V='#4d4d4d' F='Inh'/>
        </Shape>
        ...

-- 
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/20190627/56e44912/attachment.html>


More information about the Libreoffice-bugs mailing list