summaryrefslogtreecommitdiffstats
path: root/chart2/uiconfig
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-08-11 14:08:47 -0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-08-21 18:02:03 +0200
commitf5c2c94fa7c896dc9a76c30d824cd1c3be725c65 (patch)
treecd46852529739a02b81fe6c247f238be18bb48ac /chart2/uiconfig
parenttdf#118148 Extended tips from smath/01 Help pages (diff)
downloadcore-f5c2c94fa7c896dc9a76c30d824cd1c3be725c65.tar.gz
core-f5c2c94fa7c896dc9a76c30d824cd1c3be725c65.zip
tdf#118148 Extended tips from schart/01/ Help pages 2
Collected all extended tips for schart/01 pages and added as acessibility-description of widgets in dialogs. Added dialog file name to context string in order to prevent duplications in messages.po (messages.po collects all strings in module and chart2 has many duplicated dialogs, which created string+context dups) Use Glade 3.36 to perserve accessible-description contents. Glade 2.22 is buggy and swallows acessible-description. Change-Id: I3acce624964008dca742b93f01d2887dcfacd5b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100545 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r--chart2/uiconfig/ui/chartdatadialog.ui58
-rw-r--r--chart2/uiconfig/ui/dlg_DataLabel.ui73
-rw-r--r--chart2/uiconfig/ui/dlg_InsertErrorBars.ui88
-rw-r--r--chart2/uiconfig/ui/insertaxisdlg.ui38
-rw-r--r--chart2/uiconfig/ui/insertgriddlg.ui43
-rw-r--r--chart2/uiconfig/ui/inserttitledlg.ui48
-rw-r--r--chart2/uiconfig/ui/smoothlinesdlg.ui28
-rw-r--r--chart2/uiconfig/ui/steppedlinesdlg.ui28
-rw-r--r--chart2/uiconfig/ui/titlerotationtabpage.ui22
-rw-r--r--chart2/uiconfig/ui/tp_3D_SceneAppearance.ui20
-rw-r--r--chart2/uiconfig/ui/tp_3D_SceneGeometry.ui28
-rw-r--r--chart2/uiconfig/ui/tp_3D_SceneIllumination.ui69
-rw-r--r--chart2/uiconfig/ui/tp_AxisPositions.ui57
-rw-r--r--chart2/uiconfig/ui/tp_ChartType.ui62
-rw-r--r--chart2/uiconfig/ui/tp_DataLabel.ui62
-rw-r--r--chart2/uiconfig/ui/tp_DataPointOption.ui7
-rw-r--r--chart2/uiconfig/ui/tp_DataSource.ui64
-rw-r--r--chart2/uiconfig/ui/tp_ErrorBars.ui82
-rw-r--r--chart2/uiconfig/ui/tp_LegendPosition.ui32
-rw-r--r--chart2/uiconfig/ui/tp_PolarOptions.ui17
-rw-r--r--chart2/uiconfig/ui/tp_RangeChooser.ui32
-rw-r--r--chart2/uiconfig/ui/tp_Scale.ui67
-rw-r--r--chart2/uiconfig/ui/tp_SeriesToAxis.ui57
-rw-r--r--chart2/uiconfig/ui/tp_Trendline.ui112
-rw-r--r--chart2/uiconfig/ui/tp_axisLabel.ui57
-rw-r--r--chart2/uiconfig/ui/wizelementspage.ui72
26 files changed, 1262 insertions, 61 deletions
diff --git a/chart2/uiconfig/ui/chartdatadialog.ui b/chart2/uiconfig/ui/chartdatadialog.ui
index c48c8f2011bd..b790f4d912c9 100644
--- a/chart2/uiconfig/ui/chartdatadialog.ui
+++ b/chart2/uiconfig/ui/chartdatadialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="ChartDataDialog">
@@ -8,9 +8,6 @@
<property name="title" translatable="yes" context="chartdatadialog|ChartDataDialog">Data Table</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -75,6 +72,11 @@
<property name="label" translatable="yes" context="chartdatadialog|InsertRow">Insert Row</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon01.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertRow-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|InsertRow">Inserts a new row below the current row.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -88,6 +90,11 @@
<property name="label" translatable="yes" context="chartdatadialog|InsertColumn">Insert Series</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon02.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertColumn-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|InsertColumn">Inserts a new data series after the current column.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -101,6 +108,11 @@
<property name="label" translatable="yes" context="chartdatadialog|InsertTextColumn">Insert Text Column</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon07.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertTextColumn-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|InsertTextColumn">Inserts a new text column after the current column for hierarchical axes descriptions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -114,6 +126,11 @@
<property name="label" translatable="yes" context="chartdatadialog|RemoveRow">Delete Row</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon03.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RemoveRow-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|RemoveRow">Deletes the current row. It is not possible to delete the label row.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -127,6 +144,11 @@
<property name="label" translatable="yes" context="chartdatadialog|RemoveColumn">Delete Series</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon04.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RemoveColumn-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|RemoveColumn">Deletes the current series or text column. It is not possible to delete the first text column.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -150,6 +172,11 @@
<property name="label" translatable="yes" context="chartdatadialog|MoveLeftColumn">Move Series Left</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon08.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MoveLeftColumn-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|MoveLeftColumn">Switches the current column with its neighbor at the left.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -163,6 +190,11 @@
<property name="label" translatable="yes" context="chartdatadialog|MoveRightColumn">Move Series Right</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon05.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MoveRightColumn-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|MoveRightColumn">Switches the current column with its neighbor at the right.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -176,6 +208,11 @@
<property name="label" translatable="yes" context="chartdatadialog|MoveUpRow">Move Row Up</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon09.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MoveUpRow-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|MoveUpRow">Switches the current row with its neighbor above.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -189,6 +226,11 @@
<property name="label" translatable="yes" context="chartdatadialog|MoveDownRow">Move Row Down</property>
<property name="use_underline">True</property>
<property name="icon_name">chart2/res/dataeditor_icon06.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MoveDownRow-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|MoveDownRow">Switches the current row with its neighbor below.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -287,5 +329,13 @@
<action-widget response="-7">close</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ChartDataDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="chartdatadialog|extended_tip|ChartDataDialog">Opens the Data Table dialog where you can edit the chart data.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/dlg_DataLabel.ui b/chart2/uiconfig/ui/dlg_DataLabel.ui
index e38ef6b67528..4d40f5070a21 100644
--- a/chart2/uiconfig/ui/dlg_DataLabel.ui
+++ b/chart2/uiconfig/ui/dlg_DataLabel.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentDEGREE">
@@ -12,9 +12,6 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" context="dlg_DataLabel|dlg_DataLabels">Data Labels for all Data Series</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -112,6 +109,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_VALUE_AS_NUMBER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_VALUE_AS_NUMBER">Displays the absolute values of the data points.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -127,6 +129,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_VALUE_AS_PERCENTAGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_VALUE_AS_PERCENTAGE">Displays the percentage of the data points in each column.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -142,6 +149,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_CATEGORY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_CATEGORY">Shows the data point text labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -157,6 +169,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_SYMBOL-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_SYMBOL">Displays the legend icons next to each data point label.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -186,6 +203,11 @@
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PB_NUMBERFORMAT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|PB_NUMBERFORMAT">Opens a dialog to select the number format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -200,6 +222,11 @@
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PB_PERCENT_NUMBERFORMAT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT">Opens a dialog to select the percentage format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -252,6 +279,11 @@
<item id="3" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">New line</item>
<item id="4" translatable="yes" context="dlg_DataLabel|liststoreSEPARATOR">Period</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_TEXT_SEPARATOR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_TEXT_SEPARATOR">Selects the separator between multiple text strings for the same object.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -306,6 +338,11 @@
<item id="11" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Outside</item>
<item id="12" translatable="yes" context="dlg_DataLabel|liststorePLACEMENT">Near origin</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LABEL_PLACEMENT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_LABEL_PLACEMENT">Selects the placement of data labels relative to the objects.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -383,6 +420,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CT_DIAL-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CT_DIAL">Click in the dial to set the text orientation for the data labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -398,6 +440,11 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="NF_LABEL_DEGREES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|NF_LABEL_DEGREES">Enter the counterclockwise rotation angle for the data labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -449,6 +496,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LABEL_TEXTDIR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|LB_LABEL_TEXTDIR">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -485,6 +537,11 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tp_DataLabel-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|tp_DataLabel">Opens the Data Labels dialog, which enables you to set the data labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -499,6 +556,14 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="dlg_DataLabels-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|dlg_DataLabels">Opens the Data Labels dialog, which enables you to set the data labels.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
index fcfe86e0121e..276ef01fc174 100644
--- a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
+++ b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentNEG">
@@ -30,9 +30,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -135,6 +132,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_NONE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_NONE">Does not show any error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -152,6 +154,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_CONST-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_CONST">Displays constant values that you specify in the Parameters area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -169,6 +176,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_PERCENT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_PERCENT">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -190,6 +202,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_FUNCTION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_FUNCTION">Select a function to calculate the error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -207,6 +224,11 @@
<item id="2" translatable="yes" context="dlg_InsertErrorBars|liststoreFUNCTION">Variance</item>
<item id="3" translatable="yes" context="dlg_InsertErrorBars|liststoreFUNCTION">Error Margin</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_FUNCTION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|LB_FUNCTION">Select a function to calculate the error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -231,6 +253,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_RANGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_RANGE">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -286,6 +313,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_BOTH-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_BOTH">Shows positive and negative error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -302,6 +334,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_BOTH</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_POSITIVE">Shows only positive error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -318,6 +355,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_BOTH</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|RB_NEGATIVE">Shows only negative error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -429,6 +471,11 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentPOS</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MF_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|MF_POSITIVE">Enter the value to add to the displayed value as the positive error value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -442,6 +489,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ED_RANGE_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|ED_RANGE_POSITIVE">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -456,6 +508,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text">Select data range</property>
<property name="image">imageRANGE_SELECT_POSITIVE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IB_RANGE_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|IB_RANGE_POSITIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -495,6 +552,11 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentNEG</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MF_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|MF_NEGATIVE">Enter the value to subtract from the displayed value as the negative error value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -508,6 +570,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ED_RANGE_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|ED_RANGE_NEGATIVE">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -522,6 +589,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text">Select data range</property>
<property name="image">imageRANGE_SELECT_NEG</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IB_RANGE_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|IB_RANGE_NEGATIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -545,6 +617,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_SYN_POS_NEG-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|CB_SYN_POS_NEG">Enable to use the positive error values also as negative error values. You can only change the value of the "Positive (+)" box. That value gets copied to the "Negative (-)" box automatically.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -621,6 +698,9 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/chart2/uiconfig/ui/insertaxisdlg.ui b/chart2/uiconfig/ui/insertaxisdlg.ui
index c445cc8256f2..5cc8432e7c2d 100644
--- a/chart2/uiconfig/ui/insertaxisdlg.ui
+++ b/chart2/uiconfig/ui/insertaxisdlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="InsertAxisDialog">
@@ -10,9 +10,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="can_focus">False</property>
@@ -114,6 +111,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryX-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|primaryX">Displays the X axis as a line with subdivisions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -130,6 +132,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|primaryY">Displays the Y axis as a line with subdivisions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -146,6 +153,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryZ-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|primaryZ">Displays the Z axis as a line with subdivisions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -204,6 +216,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryX-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|secondaryX">Displays a secondary X axis in the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -220,6 +237,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|secondaryY">The major axis and the secondary axis can have different scaling. For example, you can scale one axis to 2 in. and the other to 1.5 in. </property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -279,5 +301,13 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertAxisDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertaxisdlg|extended_tip|InsertAxisDialog">Specifies the axes to be displayed in the chart.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/insertgriddlg.ui b/chart2/uiconfig/ui/insertgriddlg.ui
index ae3863a59ff5..6dc12a7a8618 100644
--- a/chart2/uiconfig/ui/insertgriddlg.ui
+++ b/chart2/uiconfig/ui/insertgriddlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="InsertGridDialog">
@@ -10,9 +10,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -114,6 +111,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryX-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryX">Adds gridlines to the X axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -130,6 +132,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryY">Adds gridlines to the Y axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -146,6 +153,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryZ-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryZ">Adds gridlines to the Z axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -204,6 +216,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryX-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryX">Adds gridlines that subdivide the X axis into smaller sections.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -220,6 +237,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryY">Adds gridlines that subdivide the Y axis into smaller sections.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -236,6 +258,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryZ-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryZ">Adds gridlines that subdivide the Z axis into smaller sections.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -279,5 +306,13 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertGridDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|InsertGridDialog">You can divide the axes into sections by assigning gridlines to them. This allows you to get a better overview of the chart, especially if you are working with large charts.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/inserttitledlg.ui b/chart2/uiconfig/ui/inserttitledlg.ui
index 3457aeb027a4..992553d417e1 100644
--- a/chart2/uiconfig/ui/inserttitledlg.ui
+++ b/chart2/uiconfig/ui/inserttitledlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="InsertTitleDialog">
@@ -10,9 +10,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -121,6 +118,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="maintitle-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|maintitle">Enter the desired title for the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -133,6 +135,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="subtitle-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|subtitle">Enter the desired subtitle for the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -212,6 +219,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryXaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryXaxis">Enter the desired title for the X axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -224,6 +236,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryYaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryYaxis">Enter the desired title for the Y axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -236,6 +253,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryZaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryZaxis">Enter the desired title for the Z axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -315,6 +337,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryXaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryXaxis">Enter the desired secondary title for the X axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -327,6 +354,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryYaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryYaxis">Enter the desired secondary title for the Y axis of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -368,5 +400,13 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="InsertTitleDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|InsertTitleDialog">Opens a dialog to enter or modify the titles in a chart.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/smoothlinesdlg.ui b/chart2/uiconfig/ui/smoothlinesdlg.ui
index 63714a4544d5..b79961e48fd2 100644
--- a/chart2/uiconfig/ui/smoothlinesdlg.ui
+++ b/chart2/uiconfig/ui/smoothlinesdlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="PolynomialsAdjustment">
@@ -24,9 +24,6 @@
<property name="default_width">-1</property>
<property name="default_height">-1</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -124,6 +121,11 @@
<item translatable="yes" context="smoothlinesdlg|SplineTypeComboBox">Cubic spline</item>
<item translatable="yes" context="smoothlinesdlg|SplineTypeComboBox">B-spline</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="SplineTypeComboBox-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|SplineTypeComboBox">Apply a line curve model.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -185,6 +187,11 @@
<property name="halign">start</property>
<property name="activates_default">True</property>
<property name="adjustment">ResolutionAdjustment</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ResolutionSpinbutton-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|ResolutionSpinbutton">Set the resolution.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -198,6 +205,11 @@
<property name="halign">start</property>
<property name="activates_default">True</property>
<property name="adjustment">PolynomialsAdjustment</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PolynomialsSpinButton-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|PolynomialsSpinButton">Set the degree of the polynomials.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -227,5 +239,13 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="SmoothLinesDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|SmoothLinesDialog">Apply a line curve model.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui
index 56592471e38e..7a0437f4c131 100644
--- a/chart2/uiconfig/ui/steppedlinesdlg.ui
+++ b/chart2/uiconfig/ui/steppedlinesdlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<!-- interface-local-resource-path /home/eric/Documents/computers/libreoffice/core/icon-themes/galaxy/chart2 -->
@@ -10,9 +10,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -136,6 +133,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="step_start_rb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_start_rb">Start with horizontal line and step up vertically at the end.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -153,6 +155,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">step_start_rb</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="step_center_x_rb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_center_x_rb">Start to step up vertically and end with horizontal line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -170,6 +177,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">step_start_rb</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="step_end_rb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_end_rb">Start with horizontal line, step up vertically in the middle of the X values and end with horizontal line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -187,6 +199,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">step_start_rb</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="step_center_y_rb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_center_y_rb">Start to step up vertically to the middle of the Y values, draw a horizontal line and finish by stepping vertically to the end.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -232,5 +249,8 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/titlerotationtabpage.ui b/chart2/uiconfig/ui/titlerotationtabpage.ui
index 04fa4dfce4cd..f53c569d221c 100644
--- a/chart2/uiconfig/ui/titlerotationtabpage.ui
+++ b/chart2/uiconfig/ui/titlerotationtabpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentSpinDegrees">
@@ -39,6 +39,11 @@
<property name="margin_top">40</property>
<property name="adjustment">adjustmentSpinDegrees</property>
<property name="wrap">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OrientDegree-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="titlerotationtabpage|extended_tip|OrientDegree">Allows you to manually enter the orientation angle.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -92,6 +97,11 @@
<property name="xalign">0.019999999552965164</property>
<property name="inconsistent">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="stackedCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="titlerotationtabpage|extended_tip|stackedCB">Assigns vertical text orientation for cell contents.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -130,6 +140,11 @@
<object class="GtkComboBoxText" id="textdirLB">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="textdirLB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="titlerotationtabpage|extended_tip|textdirLB">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -144,6 +159,11 @@
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
<property name="halign">center</property>
<property name="valign">center</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="dialCtrl-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="titlerotationtabpage|extended_tip|dialCtrl">Clicking anywhere on the wheel defines the variable text orientation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui
index 6cf5681f3771..0407b46da72a 100644
--- a/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui
+++ b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui
@@ -37,6 +37,11 @@
<item id="1" translatable="yes" context="tp_3D_SceneAppearance|liststoreSCHEME">Realistic</item>
<item id="2" translatable="yes" context="tp_3D_SceneAppearance|liststoreSCHEME">Custom</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_SCHEME-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneAppearance|extended_tip|LB_SCHEME">Select a scheme from the list box, or click any of the check boxes below.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -77,6 +82,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_SHADING-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneAppearance|extended_tip|CB_SHADING">Applies Gouraud shading if marked, or flat shading if unmarked.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -93,6 +103,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_OBJECTLINES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneAppearance|extended_tip|CB_OBJECTLINES">Shows borders around the areas by setting the line style to Solid.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -109,6 +124,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_ROUNDEDEDGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneAppearance|extended_tip|CB_ROUNDEDEDGE">Edges are rounded by 5%.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
index 6717e5897fc3..023625cffe8a 100644
--- a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
+++ b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentPERSPECTIVE">
@@ -40,6 +40,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CBX_RIGHT_ANGLED_AXES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|CBX_RIGHT_ANGLED_AXES">If Right-angled axes is enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. Right-angled axes is enabled by default for newly created 3D charts. Pie and Donut charts do not support right-angled axes.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -101,6 +106,11 @@
<accessibility>
<relation type="label-for" target="MTR_FLD_PERSPECTIVE"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CBX_PERSPECTIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|CBX_PERSPECTIVE">Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -119,6 +129,7 @@
<child internal-child="accessible">
<object class="AtkObject" id="MTR_FLD_PERSPECTIVE-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject">Perspective</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_PERSPECTIVE">Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects.</property>
</object>
</child>
</object>
@@ -134,6 +145,11 @@
<property name="activates_default">True</property>
<property name="input_purpose">alpha</property>
<property name="adjustment">adjustmentROTATION3</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MTR_FLD_Z_ROTATION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_Z_ROTATION">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -146,6 +162,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentROTATION2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MTR_FLD_Y_ROTATION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_Y_ROTATION">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -158,6 +179,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentROTATION1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MTR_FLD_X_ROTATION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_X_ROTATION">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui
index fd1a7c6c4a5b..3f9564e7e33c 100644
--- a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui
+++ b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkImage" id="IMG_AMBIENT_COLOR">
@@ -95,6 +95,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text">Light source 1</property>
<property name="image">IMG_LIGHT_1</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_1-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_1">Click to enable or disable the specular light source with highlights.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -109,6 +114,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text">Light source 2</property>
<property name="image">IMG_LIGHT_2</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_2-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_2">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -123,6 +133,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text">Light source 3</property>
<property name="image">IMG_LIGHT_3</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_3-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_3">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -137,6 +152,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text">Light source 4</property>
<property name="image">IMG_LIGHT_4</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_4-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_4">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -151,6 +171,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text">Light source 5</property>
<property name="image">IMG_LIGHT_5</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_5-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_5">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -165,6 +190,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text">Light source 6</property>
<property name="image">IMG_LIGHT_6</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_6-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_6">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -179,6 +209,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text">Light source 7</property>
<property name="image">IMG_LIGHT_7</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_7-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_7">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -193,6 +228,11 @@
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text">Light source 8</property>
<property name="image">IMG_LIGHT_8</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHT_8-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_8">Click to enable or disable the uniform light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -218,10 +258,14 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
<child>
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LIGHTSOURCE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|LB_LIGHTSOURCE">Select a color for the selected light source.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -236,6 +280,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text">Select a color using the color dialog</property>
<property name="image">IMG_LIGHTSOURCE_COLOR</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_LIGHTSOURCE_COLOR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_LIGHTSOURCE_COLOR">Select a color using the color dialog.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -298,10 +347,14 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
<child>
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_AMBIENTLIGHT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|LB_AMBIENTLIGHT">Select a color for the ambient light.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -316,6 +369,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text">Select a color using the color dialog</property>
<property name="image">IMG_AMBIENT_COLOR</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_AMBIENT_COLOR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|BTN_AMBIENT_COLOR">Select a color using the color dialog.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -430,5 +488,10 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tp_3D_SceneIllumination-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneIllumination|extended_tip|tp_3D_SceneIllumination">Set the light sources for the 3D view.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui
index 98aa603cb10a..1091b01b6680 100644
--- a/chart2/uiconfig/ui/tp_AxisPositions.ui
+++ b/chart2/uiconfig/ui/tp_AxisPositions.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -66,6 +66,11 @@
<item translatable="yes" context="tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT">Value</item>
<item translatable="yes" context="tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT">Category</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_CROSSES_OTHER_AXIS_AT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|LB_CROSSES_OTHER_AXIS_AT">Select where to cross the other axis: at start, at end, at a specified value, or at a category.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -79,6 +84,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_CROSSES_OTHER_AXIS_AT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|EDT_CROSSES_OTHER_AXIS_AT">Enter the value where the axis line should cross the other axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -97,6 +107,11 @@
<property name="activates_default">True</property>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_CROSSES_OTHER_AXIS_AT_CATEGORY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|EDT_CROSSES_OTHER_AXIS_AT_CATEGORY">Select the category where the axis line should cross the other axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -174,6 +189,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_ON-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|RB_ON">Specifies that the axis is positioned on the first/last tickmarks. This makes the data points visual representation begin/end at the value axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -190,6 +210,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_ON</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_BETWEEN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|RB_BETWEEN">Specifies that the axis is positioned between the tickmarks. This makes the data points visual representation begin/end at a distance from the value axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -266,6 +291,11 @@
<item translatable="yes" context="tp_AxisPositions|LB_PLACE_LABELS">Outside start</item>
<item translatable="yes" context="tp_AxisPositions|LB_PLACE_LABELS">Outside end</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_PLACE_LABELS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|LB_PLACE_LABELS">Select where to place the labels: near axis, near axis (other side), outside start, or outside end.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -408,6 +438,11 @@
<accessibility>
<relation type="labelled-by" target="FT_MAJOR"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_TICKS_INNER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|CB_TICKS_INNER">Specifies that marks are placed on the inner side of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -426,6 +461,11 @@
<accessibility>
<relation type="labelled-by" target="FT_MAJOR"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_TICKS_OUTER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|CB_TICKS_OUTER">Specifies that marks are placed on the outer side of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -444,6 +484,11 @@
<accessibility>
<relation type="labelled-by" target="FT_MINOR"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_MINOR_INNER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|CB_MINOR_INNER">Specifies that minor interval marks are placed on the inner side of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -462,6 +507,11 @@
<accessibility>
<relation type="labelled-by" target="FT_MINOR"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_MINOR_OUTER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|CB_MINOR_OUTER">Specifies that minor interval marks are placed on the outer side of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -504,6 +554,11 @@
<item translatable="yes" context="tp_AxisPositions|LB_PLACE_TICKS">At axis</item>
<item translatable="yes" context="tp_AxisPositions|LB_PLACE_TICKS">At axis and labels</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_PLACE_TICKS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|LB_PLACE_TICKS">Select where to place the marks: at labels, at axis, or at axis and labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui
index 7955f0247896..23e1e138a21d 100644
--- a/chart2/uiconfig/ui/tp_ChartType.ui
+++ b/chart2/uiconfig/ui/tp_ChartType.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -88,6 +88,11 @@
<property name="can_focus">True</property>
<property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="subtype-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|subtype">Select a sub type of the basic chart type.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -119,6 +124,11 @@
<accessibility>
<relation type="label-for" target="3dscheme"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="3dlook-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|3dlook">Enables a 3D look for the data values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -135,6 +145,11 @@
<accessibility>
<relation type="labelled-by" target="3dlook"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="3dscheme-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|3dscheme">Select the type of 3D look.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -191,6 +206,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="shape-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|shape">Select a shape from the list.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -218,6 +238,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="stack-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|stack">Displays stacked series for Line charts.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -243,6 +268,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ontop-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|ontop">Stack series display values on top of each other.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -258,6 +288,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">ontop</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="percent-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|percent">Stack series display values as percent.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -313,6 +348,11 @@
<item translatable="yes" context="tp_ChartType|linetype">Smooth</item>
<item translatable="yes" context="tp_ChartType|linetype">Stepped</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="linetype-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|linetype">Choose the type of line to draw.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -325,6 +365,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="properties-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|properties">Opens a dialog to set the line or curve properties.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -345,6 +390,11 @@
<property name="use_underline">True</property>
<property name="xalign">0.029999999329447746</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="sort-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|sort">Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -377,6 +427,11 @@
<property name="no_show_all">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="nolines-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|nolines">Set the number of lines for the Column and Line chart type.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -441,6 +496,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="charttype-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|charttype">Select a basic chart type.</property>
+ </object>
+ </child>
</object>
</child>
</object>
diff --git a/chart2/uiconfig/ui/tp_DataLabel.ui b/chart2/uiconfig/ui/tp_DataLabel.ui
index 8e0ed64aa953..72c86c90b69a 100644
--- a/chart2/uiconfig/ui/tp_DataLabel.ui
+++ b/chart2/uiconfig/ui/tp_DataLabel.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentDEGREE">
@@ -41,6 +41,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_VALUE_AS_NUMBER-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CB_VALUE_AS_NUMBER">Displays the absolute values of the data points.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -56,6 +61,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_VALUE_AS_PERCENTAGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CB_VALUE_AS_PERCENTAGE">Displays the percentage of the data points in each column.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -71,6 +81,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_CATEGORY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CB_CATEGORY">Shows the data point text labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -86,6 +101,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_SYMBOL-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CB_SYMBOL">Displays the legend icons next to each data point label.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -115,6 +135,11 @@
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PB_NUMBERFORMAT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|PB_NUMBERFORMAT">Opens a dialog to select the number format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -129,6 +154,11 @@
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PB_PERCENT_NUMBERFORMAT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT">Opens a dialog to select the percentage format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -181,6 +211,11 @@
<item id="3" translatable="yes" context="tp_DataLabel|liststoreSEPARATOR">New line</item>
<item id="4" translatable="yes" context="tp_DataLabel|liststoreSEPARATOR">Period</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_TEXT_SEPARATOR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|LB_TEXT_SEPARATOR">Selects the separator between multiple text strings for the same object.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -235,6 +270,11 @@
<item id="11" translatable="yes" context="tp_DataLabel|liststorePLACEMENT">Outside</item>
<item id="12" translatable="yes" context="tp_DataLabel|liststorePLACEMENT">Near origin</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LABEL_PLACEMENT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|LB_LABEL_PLACEMENT">Selects the placement of data labels relative to the objects.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -312,6 +352,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CT_DIAL-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CT_DIAL">Click in the dial to set the text orientation for the data labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -327,6 +372,11 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="NF_LABEL_DEGREES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|NF_LABEL_DEGREES">Enter the counterclockwise rotation angle for the data labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -378,6 +428,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LABEL_TEXTDIR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|LB_LABEL_TEXTDIR">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -414,6 +469,11 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tp_DataLabel-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|tp_DataLabel">Opens the Data Labels dialog, which enables you to set the data labels.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/chart2/uiconfig/ui/tp_DataPointOption.ui b/chart2/uiconfig/ui/tp_DataPointOption.ui
index 01e93dac9775..a16f2ec8814e 100644
--- a/chart2/uiconfig/ui/tp_DataPointOption.ui
+++ b/chart2/uiconfig/ui/tp_DataPointOption.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentGAP">
@@ -44,6 +44,11 @@
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_LEGEND_ENTRY_HIDDEN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataPointOption|extended_tip|CB_LEGEND_ENTRY_HIDDEN">Do not show legend entry for the selected data series or data point.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui
index 7d41f8a116a7..35ede48ef798 100644
--- a/chart2/uiconfig/ui/tp_DataSource.ui
+++ b/chart2/uiconfig/ui/tp_DataSource.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkImage" id="image1">
@@ -32,6 +32,16 @@
<column type="gchararray"/>
</columns>
</object>
+ <object class="GtkTreeStore" id="liststore2">
+ <columns>
+ <!-- column-name text -->
+ <column type="gchararray"/>
+ <!-- column-name text2 -->
+ <column type="gchararray"/>
+ <!-- column-name id -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
<object class="GtkGrid" id="tp_DataSource">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -98,6 +108,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_SERIES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|LB_SERIES">Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click Add to insert a new series into the list after the selected entry.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -121,6 +136,11 @@
<property name="receives_default">True</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_ADD-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|BTN_ADD">Adds a new entry below the current entry in the Data Series list. If an entry is selected, the new data series gets the same chart type.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -137,6 +157,7 @@
<child internal-child="accessible">
<object class="AtkObject" id="BTN_UP-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="tp_DataSource|BTN_UP-atkobject">Up</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|BTN_UP">Moves up the selected entry in the Data Series list.</property>
</object>
</child>
</object>
@@ -153,6 +174,11 @@
<property name="receives_default">True</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BTN_REMOVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|BTN_REMOVE">Removes the selected entry from the Data Series list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -169,6 +195,7 @@
<child internal-child="accessible">
<object class="AtkObject" id="BTN_DOWN-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="tp_DataSource|BTN_DOWN-atkobject">Down</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|BTN_DOWN">Moves down the selected entry in the Data Series list.</property>
</object>
</child>
</object>
@@ -259,6 +286,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_ROLE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|LB_ROLE">Shows all the data ranges used by the data series that is selected in the Data Series list box. Each data range shows the role name and the source range address.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -293,6 +325,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_RANGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|EDT_RANGE">Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -305,6 +342,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">imageIMB_RANGE_MAIN</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IMB_RANGE_MAIN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|IMB_RANGE_MAIN">Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -367,6 +409,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_CATEGORIES-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|EDT_CATEGORIES">Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -379,6 +426,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">imageIMB_RANGE_CAT</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IMB_RANGE_CAT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|IMB_RANGE_CAT">Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -425,14 +477,4 @@
</packing>
</child>
</object>
- <object class="GtkTreeStore" id="liststore2">
- <columns>
- <!-- column-name text -->
- <column type="gchararray"/>
- <!-- column-name text2 -->
- <column type="gchararray"/>
- <!-- column-name id -->
- <column type="gchararray"/>
- </columns>
- </object>
</interface>
diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui
index 1736c2a0fdcc..db740892a193 100644
--- a/chart2/uiconfig/ui/tp_ErrorBars.ui
+++ b/chart2/uiconfig/ui/tp_ErrorBars.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentNEG">
@@ -63,6 +63,11 @@
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_NONE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_NONE">Does not show any error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -81,6 +86,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_CONST-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_CONST">Displays constant values that you specify in the Parameters area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -99,6 +109,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_PERCENT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_PERCENT">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -121,6 +136,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_FUNCTION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_FUNCTION">Select a function to calculate the error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -138,6 +158,11 @@
<item id="2" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Variance</item>
<item id="3" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Error Margin</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_FUNCTION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|LB_FUNCTION">Select a function to calculate the error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -163,6 +188,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_NONE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_RANGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_RANGE">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -221,6 +251,11 @@
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_BOTH-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_BOTH">Shows positive and negative error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -238,6 +273,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_BOTH</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_POSITIVE">Shows only positive error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -255,6 +295,11 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_BOTH</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_NEGATIVE">Shows only negative error bars.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -366,6 +411,11 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentPOS</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MF_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_POSITIVE">Enter the value to add to the displayed value as the positive error value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -379,6 +429,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ED_RANGE_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_POSITIVE">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -393,6 +448,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text">Select data range</property>
<property name="image">imageRANGE_SELECT_POSITIVE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IB_RANGE_POSITIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|IB_RANGE_POSITIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -432,6 +492,11 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentNEG</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MF_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_NEGATIVE">Enter the value to subtract from the displayed value as the negative error value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -444,6 +509,11 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ED_RANGE_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_NEGATIVE">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -458,6 +528,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text">Select data range</property>
<property name="image">imageRANGE_SELECT_NEG</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IB_RANGE_NEGATIVE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|IB_RANGE_NEGATIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -481,6 +556,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_SYN_POS_NEG-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|CB_SYN_POS_NEG">Enable to use the positive error values also as negative error values. You can only change the value of the "Positive (+)" box. That value gets copied to the "Negative (-)" box automatically.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_LegendPosition.ui b/chart2/uiconfig/ui/tp_LegendPosition.ui
index 993c040962f3..345110cad8b3 100644
--- a/chart2/uiconfig/ui/tp_LegendPosition.ui
+++ b/chart2/uiconfig/ui/tp_LegendPosition.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="tp_LegendPosition">
@@ -34,6 +34,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="left-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|left">Positions the legend at the left of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -50,6 +55,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="right-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|right">Positions the legend at the right of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -66,6 +76,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="top-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|top">Positions the legend at the top of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -82,6 +97,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="bottom-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|bottom">Positions the legend at the bottom of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -145,6 +165,11 @@
<object class="GtkComboBoxText" id="LB_LEGEND_TEXTDIR">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_LEGEND_TEXTDIR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|LB_LEGEND_TEXTDIR">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -200,6 +225,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_NO_OVERLAY-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_LegendPosition|extended_tip|CB_NO_OVERLAY">Specifies whether the legend should overlap the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_PolarOptions.ui b/chart2/uiconfig/ui/tp_PolarOptions.ui
index ceea40c580a2..a09865c98f4e 100644
--- a/chart2/uiconfig/ui/tp_PolarOptions.ui
+++ b/chart2/uiconfig/ui/tp_PolarOptions.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentDEGREE">
@@ -34,6 +34,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_CLOCKWISE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_PolarOptions|extended_tip|CB_CLOCKWISE">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the Clockwise direction checkbox to draw the pieces in opposite direction.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -80,6 +85,11 @@
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
<property name="halign">center</property>
<property name="valign">center</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CT_ANGLE_DIAL-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_PolarOptions|extended_tip|CT_ANGLE_DIAL">Drag the small dot along the circle or click any position on the circle to set the starting angle of a pie or donut chart. The starting angle is the mathematical angle position where the first piece is drawn. The value of 90 degrees draws the first piece at the 12 o'clock position. A value of 0 degrees starts at the 3 o'clock position.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -94,6 +104,11 @@
<property name="valign">center</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="NF_STARTING_ANGLE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_PolarOptions|extended_tip|NF_STARTING_ANGLE">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_RangeChooser.ui b/chart2/uiconfig/ui/tp_RangeChooser.ui
index 9a74a3d171b4..5fce67fb0689 100644
--- a/chart2/uiconfig/ui/tp_RangeChooser.ui
+++ b/chart2/uiconfig/ui/tp_RangeChooser.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkImage" id="imageIB_RANGE">
@@ -60,6 +60,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ED_RANGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|ED_RANGE">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -73,6 +78,11 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="tp_RangeChooser|IB_RANGE|tooltip_text">Select data range</property>
<property name="image">imageIB_RANGE</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="IB_RANGE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|IB_RANGE">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -95,6 +105,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_DATAROWS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|RB_DATAROWS">Data series get their data from consecutive rows in the selected range. For scatter charts, the first data series will contain x-values for all series. All other data series are used as y-values, one for each series.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -111,6 +126,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">RB_DATAROWS</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_DATACOLS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|RB_DATACOLS">Data series get their data from consecutive columns in the selected range. For scatter charts, the first data column will contain x-values for all series. All other data columns are used as y-values, one for each series.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -126,6 +146,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_FIRST_ROW_ASLABELS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|CB_FIRST_ROW_ASLABELS">For data series in columns: The first row in the range is used as names for data series. For data series in rows: The first row in the range is used as categories. The remaining rows comprise the data series. If this check box is not selected, all rows are data series.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -141,6 +166,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_FIRST_COLUMN_ASLABELS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|CB_FIRST_COLUMN_ASLABELS">For data series in columns: The first column in the range is used as names for data series. For data series in rows: The first column in the range is used as categories. The remaining columns comprise the data columns. If this check box is not selected, all columns are data columns.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/chart2/uiconfig/ui/tp_Scale.ui b/chart2/uiconfig/ui/tp_Scale.ui
index 2bdcf6741716..3a2be5469208 100644
--- a/chart2/uiconfig/ui/tp_Scale.ui
+++ b/chart2/uiconfig/ui/tp_Scale.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -63,6 +63,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CBX_REVERSE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|CBX_REVERSE">Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -79,6 +84,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CBX_LOGARITHM-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|CBX_LOGARITHM">Specifies that you want the axis to be subdivided logarithmically.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -115,6 +125,11 @@
<item translatable="yes" context="tp_Scale|LB_AXIS_TYPE">Text</item>
<item translatable="yes" context="tp_Scale|LB_AXIS_TYPE">Date</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_AXIS_TYPE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|LB_AXIS_TYPE">For some types of axes, you can select to format an axis as text or date, or to detect the type automatically.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -207,6 +222,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_MIN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_MIN">Defines the minimum value for the beginning of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -220,6 +240,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_MAX-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_MAX">Defines the maximum value for the end of the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -262,6 +287,11 @@
<item id="1" translatable="yes" context="tp_Scale|liststoreDATE">Months</item>
<item id="2" translatable="yes" context="tp_Scale|liststoreDATE">Years</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_TIME_RESOLUTION-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|LB_TIME_RESOLUTION">Resolution can be set to show days, months, or years as interval steps.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -328,6 +358,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustmentINTERVAL</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MT_MAIN_DATE_STEP-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|MT_MAIN_DATE_STEP">Major interval can be set to show a certain number of days, months, or years.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -344,6 +379,11 @@
<item id="1" translatable="yes" context="tp_Scale|liststoreDATE">Months</item>
<item id="2" translatable="yes" context="tp_Scale|liststoreDATE">Years</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_MAIN_TIME_UNIT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|LB_MAIN_TIME_UNIT">Major interval can be set to show a certain number of days, months, or years.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -365,6 +405,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment4</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_STEP_MAIN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_STEP_MAIN">Defines the interval for the main division of the axes.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -454,6 +499,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustmentINTERVAL1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MT_STEPHELP-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|MT_STEPHELP">Defines the interval for the subdivision of the axes.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -470,6 +520,11 @@
<item id="1" translatable="yes" context="tp_Scale|liststoreDATE">Months</item>
<item id="2" translatable="yes" context="tp_Scale|liststoreDATE">Years</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LB_HELP_TIME_UNIT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|LB_HELP_TIME_UNIT">Minor interval can be set to show a certain number of days, months, or years.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -526,6 +581,11 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment3</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="EDT_ORIGIN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_ORIGIN">Specifies at which position to display the values along the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -542,6 +602,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CBX_AUTO_ORIGIN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|CBX_AUTO_ORIGIN">You must first deselect the Automatic option in order to modify the values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui
index 6ccb912dadd1..83c4fb965f72 100644
--- a/chart2/uiconfig/ui/tp_SeriesToAxis.ui
+++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentGAP">
@@ -47,6 +47,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RBT_OPT_AXIS_1-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|RBT_OPT_AXIS_1">This option is active as default. All data series are aligned to the primary Y axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -65,6 +70,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">RBT_OPT_AXIS_1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RBT_OPT_AXIS_2-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|RBT_OPT_AXIS_2">Changes the scaling of the Y axis. This axis is only visible when at least one data series is assigned to it and the axis view is active.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -149,6 +159,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="adjustment">adjustmentGAP</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MT_GAP-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|MT_GAP">Defines the spacing between the columns in percent.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -160,6 +175,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="adjustment">adjustmentOVERLAP</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="MT_OVERLAP-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|MT_OVERLAP">Defines the necessary settings for overlapping data series.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -182,6 +202,11 @@
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_BARS_SIDE_BY_SIDE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|CB_BARS_SIDE_BY_SIDE">The bars from different data series are shown as if they were attached only to one axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -198,6 +223,11 @@
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_CONNECTOR-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|CB_CONNECTOR">For "stacked" and "percent" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -272,6 +302,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_DONT_PAINT-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|RB_DONT_PAINT">For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -289,6 +324,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_DONT_PAINT</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_ASSUME_ZERO-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|RB_ASSUME_ZERO">For a missing value, the y-value will be shown as zero. This is the default for chart type Area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -306,6 +346,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">RB_DONT_PAINT</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="RB_CONTINUE_LINE-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|RB_CONTINUE_LINE">For a missing value, the interpolation from the neighbor values will be shown. This is the default for chart type XY.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -334,6 +379,11 @@
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_INCLUDE_HIDDEN_CELLS-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|CB_INCLUDE_HIDDEN_CELLS">Check to also show values of currently hidden cells within the source cell range.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -388,6 +438,11 @@
<property name="receives_default">False</property>
<property name="halign">start</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_LEGEND_ENTRY_HIDDEN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|CB_LEGEND_ENTRY_HIDDEN">Do not show legend entry for the selected data series or data point.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui
index 2120b2d4cd7b..8e77701d1303 100644
--- a/chart2/uiconfig/ui/tp_Trendline.ui
+++ b/chart2/uiconfig/ui/tp_Trendline.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentDegree">
@@ -70,6 +70,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="linear-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|linear">A linear trend line is shown.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -87,6 +92,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">linear</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="logarithmic-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|logarithmic">A logarithmic trend line is shown.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -104,6 +114,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">linear</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="exponential-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|exponential">An exponential trend line is shown.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -121,6 +136,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">linear</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="power-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|power">A power trend line is shown.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -138,6 +158,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">linear</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="polynomial-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|polynomial">A polynomial trend line is shown with a given degree.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -155,6 +180,11 @@
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">linear</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="movingAverage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|movingAverage">A moving average trend line is shown with a given period.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">3</property>
@@ -173,6 +203,11 @@
<property name="label" translatable="yes" context="tp_Trendline|label3">Degree</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">degree</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label3-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label3">Degree of polynomial trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -185,6 +220,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDegree</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="degree-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|degree">Degree of polynomial trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -209,6 +249,11 @@
<property name="label" translatable="yes" context="tp_Trendline|label4">Period</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">period</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label4-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label4">Number of points to calculate average of moving average trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -221,6 +266,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentPeriod</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="period-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|period">Number of points to calculate average of moving average trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -353,6 +403,11 @@
<property name="use_underline">True</property>
<property name="mnemonic_widget">extrapolateForward</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label7-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label7">Trend line is extrapolated for higher x-values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -367,6 +422,11 @@
<property name="use_underline">True</property>
<property name="mnemonic_widget">extrapolateBackward</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label8-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label8">Trend line is extrapolated for lower x-values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -412,6 +472,11 @@
<accessibility>
<relation type="label-for" target="interceptValue"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="setIntercept-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|setIntercept">For linear, polynomial and exponential trend lines, intercept value is forced to a given value.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -427,6 +492,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="showEquation-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|showEquation">Shows the trend line equation next to the trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -443,6 +513,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="showCorrelationCoefficient-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|showCorrelationCoefficient">Shows the coefficient of determination next to the trend line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -458,6 +533,11 @@
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry_name</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label5-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label5">Name of trend line in legend.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -469,6 +549,11 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="entry_name-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_name">Name of trend line in legend.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -488,6 +573,11 @@
<accessibility>
<relation type="labelled-by" target="setIntercept"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="interceptValue-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|interceptValue">Value of intercept if it is forced.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -502,6 +592,11 @@
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry_Xname</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label6-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label6">Name of X variable in trend line equation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -513,6 +608,11 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="entry_Xname-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_Xname">Name of X variable in trend line equation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -527,6 +627,11 @@
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry_Yname</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="label9-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|label9">Name of Y variable in trend line equation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -538,6 +643,11 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="entry_Yname-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_Yname">Name of Y variable in trend line equation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/chart2/uiconfig/ui/tp_axisLabel.ui b/chart2/uiconfig/ui/tp_axisLabel.ui
index 328f81a5afe1..6722f3800641 100644
--- a/chart2/uiconfig/ui/tp_axisLabel.ui
+++ b/chart2/uiconfig/ui/tp_axisLabel.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentSpinDegrees">
@@ -24,6 +24,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="showlabelsCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|showlabelsCB">Specifies whether to show or hide the axis labels.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -67,6 +72,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tile-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|tile">Arranges numbers on the axis side by side.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -84,6 +94,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">tile</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="odd-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|odd">Staggers numbers on the axis, even numbers lower than odd numbers.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -101,6 +116,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">tile</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="even-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|even">Stagger numbers on the axes, odd numbers lower than even numbers.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -118,6 +138,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">tile</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="auto-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|auto">Automatically arranges numbers on the axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -175,6 +200,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="overlapCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|overlapCB">Specifies that the text in cells may overlap other cells.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -191,6 +221,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="breakCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|breakCB">Allows a text break.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -261,6 +296,11 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentSpinDegrees</property>
<property name="wrap">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OrientDegree-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|OrientDegree">Allows you to manually enter the orientation angle.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -314,6 +354,11 @@
<property name="xalign">0.019999999552965164</property>
<property name="inconsistent">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="stackedCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|stackedCB">Assigns vertical text orientation for cell contents.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -352,6 +397,11 @@
<object class="GtkComboBoxText" id="textdirLB">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="textdirLB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|textdirLB">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -366,6 +416,11 @@
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
<property name="halign">center</property>
<property name="valign">center</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="dialCtrl-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|dialCtrl">Clicking anywhere on the wheel defines the variable text orientation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/chart2/uiconfig/ui/wizelementspage.ui b/chart2/uiconfig/ui/wizelementspage.ui
index 574907036d71..1e93d9dfb499 100644
--- a/chart2/uiconfig/ui/wizelementspage.ui
+++ b/chart2/uiconfig/ui/wizelementspage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="WizElementsPage">
@@ -84,6 +84,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryXaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryXaxis">Enter a label for the x-axis (horizontal).</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -96,6 +101,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryYaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryYaxis">Enter a label for the y-axis (vertical).</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -108,6 +118,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="primaryZaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryZaxis">Enter a label for the z-axis. This option is only available for three-dimensional charts.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -148,6 +163,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="maintitle-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|maintitle">Enter a title for your chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -160,6 +180,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="subtitle-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|subtitle">Enter a subtitle for your chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -200,6 +225,11 @@
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="secondaryXaxis-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|secondaryXaxis">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -238,6 +268,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="show-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|show">Specifies whether to display a legend for the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -264,6 +299,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="left-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|left">Positions the legend at the left of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -280,6 +320,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="right-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|right">Positions the legend at the right of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -296,6 +341,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="top-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|top">Positions the legend at the top of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -312,6 +362,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">left</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="bottom-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|bottom">Positions the legend at the bottom of the chart.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -380,6 +435,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="x-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|x">Displays grid lines that are perpendicular to the x-axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -395,6 +455,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="y-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|y">Displays grid lines that are perpendicular to the y-axis.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -410,6 +475,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="z-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|z">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>