diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-30 21:12:27 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-31 09:44:44 +0200 |
commit | 4f1f8b8e993b98095bf50c9e432fb0400d318b1f (patch) | |
tree | 8d24af3abd975baa0924fe28a4dca9f0dfb0c638 /extras/source | |
parent | 4b83eb0a08934922cc7aad0b259706b5c5dfadde (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.
Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057
Diffstat (limited to 'extras/source')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 9 |
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 45a167844abe..aae22609d57e 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -523,6 +523,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"/> |