[Libreoffice-bugs] [Bug 142522] Filter By Color: allow multiple selection

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 29 10:36:15 UTC 2021


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

--- Comment #10 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Michael Stahl (allotropia) from comment #9)
> about XLSX

> <xsd:complexType name="CT_FilterColumn">
>     <xsd:choice minOccurs="0" maxOccurs="1">
>         <xsd:element name="filters" type="CT_Filters" minOccurs="0" maxOccurs="1"/>
>         <xsd:element name="top10" type="CT_Top10" minOccurs="0" maxOccurs="1"/>
>         <xsd:element name="customFilters" type="CT_CustomFilters" minOccurs="0" maxOccurs="1"/>
>         <xsd:element name="dynamicFilter" type="CT_DynamicFilter" minOccurs="0" maxOccurs="1"/>
>         <xsd:element name="colorFilter" type="CT_ColorFilter" minOccurs="0" maxOccurs="1"/>
>         <xsd:element name="iconFilter" minOccurs="0" maxOccurs="1" type="CT_IconFilter"/>
>         <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
>     </xsd:choice>
>     <xsd:attribute name="colId" type="xsd:unsignedInt" use="required"/>
>     <xsd:attribute name="hiddenButton" type="xsd:boolean" use="optional" default="false"/>
>     <xsd:attribute name="showButton" type="xsd:boolean" use="optional" default="true"/>
> </xsd:complexType>

So colorFilter may only appear once under CT_FilterColumn, and also it can't
appear elsewhere.

-- 
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/20210629/2a851f0c/attachment.htm>


More information about the Libreoffice-bugs mailing list