https://bugs.freedesktop.org/show_bug.cgi?id=87490

            Bug ID: 87490
           Summary: a boolean value should use a shorter representation in
                    XML content
           Product: LibreOffice
           Version: 4.2.7.2 release
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: filters and storage
          Assignee: [email protected]
          Reporter: [email protected]

Calc is currently representing a boolean value either by "true" or "false"
characters lists as in the below example :
---
<table:table-cell office:value-type="boolean" office:boolean-value="true"
calcext:value-type="boolean">
<text:p>VRAI</text:p>
</table:table-cell>
</table:table-row><table:table-row table:style-name="ro1">
<table:table-cell office:value-type="boolean" office:boolean-value="false"
calcext:value-type="boolean">
<text:p>FAUX</text:p>
</table:table-cell>
---

Maybe you could use "1" or "0" characters for that.

This would descrease the size of the XML stream to be parsed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to