summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 13:59:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-13 11:04:31 +0000
commitcc6725773b0bd2b8984f516e8faf01e9aa520681 (patch)
treeaa7565ea1f106193f020b33fce1e0ac9fb693f99 /extras
parent02ef234b77b6c5f4c0d6634881168313e97288d1 (diff)
Various adjustments of the pivot table
especially relative positions were relative to the dialog which was assumed to be then a direct parent of the widgets so that a simple calculation could make the positions relative to the widgets also now the pivot table fits into a 768 pixel high screen Change-Id: I86a4155439872e8273943b90f15320e560e237a4
Diffstat (limited to 'extras')
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 71c7ac168e56..797653578dcc 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -613,6 +613,27 @@
generic-name="CondFormatList" parent="GtkDrawingArea"
icon-name="widget-gtk-drawingarea"/>
+ <glade-widget-class title="ScDPPageFieldControl" name="sclo-ScDPPageFieldControl"
+ generic-name="ScDPPageFieldControl" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+ <glade-widget-class title="ScDPColFieldControl" name="sclo-ScDPColFieldControl"
+ generic-name="ScDPColFieldControl" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+ <glade-widget-class title="ScDPRowFieldControl" name="sclo-ScDPRowFieldControl"
+ generic-name="ScDPRowFieldControl" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+ <glade-widget-class title="ScDPDataFieldControl" name="sclo-ScDPDataFieldControl"
+ generic-name="ScDPDataFieldControl" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+ <glade-widget-class title="ScDPSelectFieldControl" name="sclo-ScDPSelectFieldControl"
+ generic-name="ScDPSelectFieldControl" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+
+
+
+
+
+
<glade-widget-class title="ScDPFunctionListBox" name="scuilo-ScDPFunctionListBox"
generic-name="DPFunctionListBox" parent="GtkTreeView"
icon-name="widget-gtk-treeview"/>