From d9dd003f63a781e63bfbe380ea737e080c21881f Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 9 Sep 2021 09:33:49 +0200 Subject: tdf#143103 Support Color Filter in "Standard Filter" dialog Change-Id: Ie8ffc928315b742d5b445d5fdda62cb9c2aabc0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122089 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sc/uiconfig/scalc/ui/standardfilterdialog.ui | 428 ++++++++++++++++++++------- 1 file changed, 320 insertions(+), 108 deletions(-) (limited to 'sc/uiconfig/scalc/ui') diff --git a/sc/uiconfig/scalc/ui/standardfilterdialog.ui b/sc/uiconfig/scalc/ui/standardfilterdialog.ui index 4eb0b8d704c6..e36a8780d6a1 100644 --- a/sc/uiconfig/scalc/ui/standardfilterdialog.ui +++ b/sc/uiconfig/scalc/ui/standardfilterdialog.ui @@ -22,6 +22,54 @@ False cmd/sc_delete.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False 6 @@ -382,6 +430,8 @@ Does not begin with Ends with Does not end with + Text color + Background color @@ -419,6 +469,8 @@ Does not begin with Ends with Does not end with + Text color + Background color @@ -456,6 +508,8 @@ Does not begin with Ends with Does not end with + Text color + Background color @@ -493,6 +547,8 @@ Does not begin with Ends with Does not end with + Text color + Background color @@ -505,114 +561,6 @@ 4 - - - True - False - True - True - - - True - True - True - - - - - - - - Value 1 - Specifies a value to filter the field. - - - - - 3 - 1 - - - - - True - False - True - True - - - True - True - True - - - - - - - - Value 2 - Specifies a value to filter the field. - - - - - 3 - 2 - - - - - True - False - True - True - - - True - True - True - - - - - - - - Value 3 - Specifies a value to filter the field. - - - - - 3 - 3 - - - - - True - False - True - True - - - True - True - True - - - - - Value 4 - - - - - 3 - 4 - - True @@ -669,6 +617,270 @@ 4 + + + + True + False + + + True + False + True + True + + + True + True + True + + + + + + + + Value 1 + Specifies a value to filter the field. + + + + + 0 + 0 + + + + + True + False + True + liststore2 + + + + 1 + + + + + + 3 + + + + + + + + 1 + 0 + + + + + 3 + 2 + + + + + + True + False + + + True + False + True + True + + + True + True + True + + + + + + + + Value 1 + Specifies a value to filter the field. + + + + + 0 + 0 + + + + + True + False + False + liststore1 + + + + 0 + + + + + + 3 + + + + + + + + 1 + 0 + + + + + 3 + 1 + + + + + + True + False + + + True + False + True + True + + + True + True + True + + + + + + + + Value 1 + Specifies a value to filter the field. + + + + + 0 + 0 + + + + + True + False + True + liststore3 + + + + 1 + + + + + + 3 + + + + + + + + 1 + 0 + + + + + 3 + 3 + + + + + + True + False + + + True + False + True + True + + + True + True + True + + + + + + + + Value 1 + Specifies a value to filter the field. + + + + + 0 + 0 + + + + + True + False + True + liststore4 + + + + 1 + + + + + + 3 + + + + + + + + 1 + 0 + + + + + 3 + 4 + + -- cgit