From 2f8d10b0b9baa03b8a713e9fd1342fe6c8094fb4 Mon Sep 17 00:00:00 2001 From: Dennis Francis Date: Wed, 25 Jan 2023 13:51:17 +0530 Subject: sc: pivot table compact layout This implements compact layout for pivot tables. In ooxml each row field can have a compact layout setting. Support for any such "mixed" layout of tabular/outline/compact per field is also implemented. This also implements expand/collpse toggle buttons to field labels to make pivot tables with compact layout more usable. Such buttons are also available if other layouts are used. Conflicts: sc/qa/unit/pivottable_filters_test.cxx sc/source/ui/cctrl/checklistmenu.cxx sc/source/ui/inc/checklistmenu.hxx Change-Id: Ieaa1f3bd282ebdec804d0b45a0af7b3d95a2027f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151057 Tested-by: Jenkins Reviewed-by: Dennis Francis --- .../OpenDocument-v1.3+libreoffice-schema.rng | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'schema') diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index fa38694f9cff..f772ce223f35 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -2525,6 +2525,29 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. + + + + + + + + + + + + + + + tabular-layout + outline-subtotals-top + outline-subtotals-bottom + compact-layout + + + + + -- cgit