summaryrefslogtreecommitdiff
path: root/extras/source
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-03-30 21:12:27 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-04-14 16:20:00 +0200
commitc1dcce3113f34d409fbac0ee7ba6da5b4e0f3fb8 (patch)
tree12786d25e1d1bf6d338dda641f3d064f1f6d6fe6 /extras/source
parenta7e2b6069862ff0f5f37ccdc22ec87f9328ecc5d (diff)
pivot: new pivot table layout dialog
This commit adds a new pivot table layout dialog which was implemented from scratch. Instead of custom controls this one uses list boxes for field entries which greatly reduces the code. It also fixes some visual and behaviour bugs and adds the possibility to edit the "Data" field. Conflicts: sc/UIConfig_scalc.mk Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057
Diffstat (limited to 'extras/source')
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 55da1ebbf052..eba808092770 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -439,6 +439,15 @@
<glade-widget-class title="Glossary Tree List" name="swuilo-SwGlTreeListBox"
generic-name="Glossary Tree List" parent="GtkTreeView"
icon-name="widget-gtk-treeview"/>
+ <glade-widget-class title="Pivot Table List" name="scuilo-ScPivotLayoutTreeList"
+ generic-name="Pivot Table List" parent="GtkTreeView"
+ icon-name="widget-gtk-treeview"/>
+ <glade-widget-class title="Pivot Table Label List" name="scuilo-ScPivotLayoutTreeListLabel"
+ generic-name="Pivot Table Label List" parent="GtkTreeView"
+ icon-name="widget-gtk-treeview"/>
+ <glade-widget-class title="Pivot Table Data List" name="scuilo-ScPivotLayoutTreeListData"
+ generic-name="Pivot Table Data List" parent="GtkTreeView"
+ icon-name="widget-gtk-treeview"/>
<glade-widget-class title="Dial Control" name="svxlo-DialControl"
generic-name="Dial Control" parent="GtkSpinner"
icon-name="widget-gtk-spinner"/>