summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-08-22 12:36:14 -0300
committerCaolán McNamara <caolanm@redhat.com>2020-08-24 20:48:21 +0200
commitde01c0c1d0f80ffec3882625d77c02ab806f6c7a (patch)
treed8d0dd2e89a6b2549a50544d36a6ebd407a71512 /sw/uiconfig
parente050ad6a1ac6f16721c4c174c3abb0caa584252d (diff)
tdf#118148 Extended tips from HC2/shared/
These extended tips are extracted from <ahelp> in Help files Only for ui files, where dialogs/widget pair could be determined. Other forms of <ahelp hid=".."> such as .uno:.. and *HID* ... will be addressed elswhere. Change#1 Removed extended tips from GtkMenu of svx/.../acceptrejectchangesdialog.ui Change#2 Some empty ET's slipped in cui/macroselectdialog.ui Change-Id: Ic8dc62734143f621fcd3c4156fc004f585630277 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101186 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/asciifilterdialog.ui38
-rw-r--r--sw/uiconfig/swriter/ui/autoformattable.ui24
-rw-r--r--sw/uiconfig/swriter/ui/businessdatapage.ui5
-rw-r--r--sw/uiconfig/swriter/ui/cardmediumpage.ui57
-rw-r--r--sw/uiconfig/swriter/ui/charurlpage.ui47
-rw-r--r--sw/uiconfig/swriter/ui/floatingsync.ui8
-rw-r--r--sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui108
-rw-r--r--sw/uiconfig/swriter/ui/inserttable.ui21
-rw-r--r--sw/uiconfig/swriter/ui/labeldialog.ui38
-rw-r--r--sw/uiconfig/swriter/ui/labelformatpage.ui57
-rw-r--r--sw/uiconfig/swriter/ui/labeloptionspage.ui37
-rw-r--r--sw/uiconfig/swriter/ui/navigatorpanel.ui32
-rw-r--r--sw/uiconfig/swriter/ui/outlinepositionpage.ui42
-rw-r--r--sw/uiconfig/swriter/ui/privateuserpage.ui5
-rw-r--r--sw/uiconfig/swriter/ui/savelabeldialog.ui23
-rw-r--r--sw/uiconfig/swriter/ui/statisticsinfopage.ui7
16 files changed, 519 insertions, 30 deletions
diff --git a/sw/uiconfig/swriter/ui/asciifilterdialog.ui b/sw/uiconfig/swriter/ui/asciifilterdialog.ui
index e7f0fe3baac4..c23ce9a2e87c 100644
--- a/sw/uiconfig/swriter/ui/asciifilterdialog.ui
+++ b/sw/uiconfig/swriter/ui/asciifilterdialog.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="AsciiFilterDialog">
@@ -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>
@@ -156,6 +153,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="charset-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|charset">Specifies the character set of the file for export or import.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -167,6 +169,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="font-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|font">By setting a default font, you specify that the text should be displayed in a specific font. The default fonts can only be selected when importing.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -189,6 +196,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="crlf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|crlf">Produces a "Carriage Return" and a "Linefeed". This option is the default.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -207,6 +219,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">crlf</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="cr-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|cr">Produces a "Carriage Return" as the paragraph break.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -225,6 +242,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">crlf</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="lf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|lf">Produces a "Linefeed" as the paragraph break.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -250,6 +272,11 @@
<property name="activates_default">True</property>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="language-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|language">Specifies the language of the text, if this has not already been defined. This setting is only available when importing.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -301,5 +328,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/sw/uiconfig/swriter/ui/autoformattable.ui b/sw/uiconfig/swriter/ui/autoformattable.ui
index 2455c9bb515f..15559149852d 100644
--- a/sw/uiconfig/swriter/ui/autoformattable.ui
+++ b/sw/uiconfig/swriter/ui/autoformattable.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.2 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore1">
@@ -34,6 +34,11 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="cancel-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|cancel">Closes dialog and discards all changes.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -50,6 +55,11 @@
<property name="has_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ok-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|ok">Saves all changes and closes dialog.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -118,6 +128,11 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="preview-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|preview">Displays a preview of the current selection.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -197,6 +212,11 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="remove-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|remove">Deletes the selected element or elements after confirmation.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -376,7 +396,7 @@
<action-widget response="-5">ok</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
diff --git a/sw/uiconfig/swriter/ui/businessdatapage.ui b/sw/uiconfig/swriter/ui/businessdatapage.ui
index b469b809d1a9..f16d70abf2b2 100644
--- a/sw/uiconfig/swriter/ui/businessdatapage.ui
+++ b/sw/uiconfig/swriter/ui/businessdatapage.ui
@@ -544,5 +544,10 @@
</attributes>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="BusinessDataPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="businessdatapage|extended_tip|BusinessDataPage">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the Business Cards tab.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/cardmediumpage.ui b/sw/uiconfig/swriter/ui/cardmediumpage.ui
index a530df0a83c1..bde29d97c490 100644
--- a/sw/uiconfig/swriter/ui/cardmediumpage.ui
+++ b/sw/uiconfig/swriter/ui/cardmediumpage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -67,6 +67,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="address-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|address">Creates a label with your return address. Text that is currently in the Label text box is overwritten.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -107,6 +112,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="textview-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|textview">Enter the text that you want to appear on the label. You can also insert a database field.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -153,6 +163,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="database-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|database">Select the database that you want to use as the data source for your label.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -191,6 +206,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="table-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|table">Select the database table containing the field(s) that you want to use in your label.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -229,6 +249,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="field-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|field">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the Label text box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -256,6 +281,11 @@
<property name="valign">center</property>
<property name="image">image1</property>
<property name="always_show_image">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="insert-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|insert">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the Label text box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -325,6 +355,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="continuous-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|continuous">Prints labels on continuous paper.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -395,6 +430,11 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="popup_fixed_width">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="brand-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|brand">Select the brand of paper that you want to use.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -407,6 +447,11 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="popup_fixed_width">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="type-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|type">Select the size format that you want to use. The available formats depend on the brand on what you selected in the Brand list. If you want to use a custom label format, select [User], and then click the Format tab to define the format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -430,6 +475,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formatinfo-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|formatinfo">The paper type and the dimensions of the business card are displayed at the bottom of the Format area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -467,5 +517,10 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CardMediumPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cardmediumpage|extended_tip|CardMediumPage">Specify the label text and choose the paper size for the label.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/charurlpage.ui b/sw/uiconfig/swriter/ui/charurlpage.ui
index c3629c818131..07f32670d6de 100644
--- a/sw/uiconfig/swriter/ui/charurlpage.ui
+++ b/sw/uiconfig/swriter/ui/charurlpage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="CharURLPage">
@@ -89,6 +89,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="valign">center</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="eventpb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|eventpb">Specify an event that triggers when you click the hyperlink.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -101,6 +106,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="urled-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|urled">Enter a URL for the file that you want to open when you click the hyperlink.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -113,6 +123,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="nameed-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|nameed">Enter a name for the hyperlink.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -125,6 +140,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">32</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="texted-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|texted">Enter the text that you want to display for the hyperlink.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -138,6 +158,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="valign">center</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="urlpb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|urlpb">Locate the file that you want to link to, and then click Open.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -155,6 +180,11 @@
<property name="activates_default">True</property>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="targetfrmlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|targetfrmlb">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -247,6 +277,11 @@
<object class="GtkComboBoxText" id="visitedlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="visitedlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|visitedlb">Select a formatting style to use for visited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -257,6 +292,11 @@
<object class="GtkComboBoxText" id="unvisitedlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="unvisitedlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|unvisitedlb">Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -284,6 +324,11 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CharURLPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="charurlpage|extended_tip|CharURLPage">Assigns a new hyperlink or edits the selected hyperlink.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<property name="ignore_hidden">True</property>
diff --git a/sw/uiconfig/swriter/ui/floatingsync.ui b/sw/uiconfig/swriter/ui/floatingsync.ui
index 92b2c287d893..a2afa2d60f06 100644
--- a/sw/uiconfig/swriter/ui/floatingsync.ui
+++ b/sw/uiconfig/swriter/ui/floatingsync.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="FloatingSync">
@@ -10,9 +10,6 @@
<property name="destroy_with_parent">True</property>
<property name="type_hint">utility</property>
<property name="deletable">False</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>
@@ -52,5 +49,8 @@
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
index 64cf47db949c..eb3b7cfd0301 100644
--- a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
+++ b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkImage" id="image1">
@@ -60,9 +60,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>
@@ -167,6 +164,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="astable-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|astable">Inserts data selected from the data source browser into the document as a table.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -183,6 +185,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">astable</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="asfields-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|asfields">Inserts data selected from the data source browser into the document as fields.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -199,6 +206,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">astable</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="astext-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|astext">Inserts data selected from the data source browser into the document as text.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">2</property>
@@ -281,6 +293,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="allright-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allright">Moves all listed database fields into the Table column(s) list box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -294,6 +311,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="oneright-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneright">Moves the selected database field into the Table column(s) list box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -307,6 +329,11 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="image">image5</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="toedit-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|toedit">Moves the fields that you selected in the Database columns list box into the selection field.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -320,6 +347,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image3</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="oneleft-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneleft">Removes the selected database field from the Table column(s) list box</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -334,6 +366,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image4</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="allleft-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allleft">Removes all database fields from the Table column(s) list box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -386,6 +423,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tablecols-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tablecols">Lists all database columns to be inserted into the document.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -408,6 +450,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="textview-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|textview">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -461,6 +508,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tabledbcols-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tabledbcols">Specifies the database columns to be inserted into the text table.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -501,6 +553,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tabletxtcols-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tabletxtcols">Select the database columns that you want to insert it in the document.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -574,6 +631,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="tableheading-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tableheading">Specifies whether to insert a heading line for the columns in the text table.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -590,6 +652,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="columnname-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|columnname">Uses the field names of the database table as headings for each of the text table columns.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -607,6 +674,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">columnname</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rowonly-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|rowonly">Inserts an empty heading line into the text table.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -620,6 +692,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="tableformat-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tableformat">Opens the Table Format dialog, which enables you to define the table properties such as borders, background, and column width.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -633,6 +710,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="autoformat-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|autoformat">Opens the AutoFormat dialog, in which you can select format styles that are immediately applied when inserting the table.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -661,6 +743,11 @@
<accessibility>
<relation type="labelled-by" target="userdefined"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="parastyle-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|parastyle">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -691,6 +778,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="fromdatabase-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|fromdatabase">Accepts the database formats.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -710,6 +802,11 @@
<accessibility>
<relation type="label-for" target="numformat"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="userdefined-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|userdefined">Specifies a format from the list, if the format information of certain data fields is not accepted.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -770,6 +867,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">
<property name="mode">vertical</property>
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui
index 64cfab916932..4fafc8a6565c 100644
--- a/sw/uiconfig/swriter/ui/inserttable.ui
+++ b/sw/uiconfig/swriter/ui/inserttable.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -56,6 +56,11 @@
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ok-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttable|extended_tip|ok">Saves all changes and closes dialog.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">True</property>
@@ -70,6 +75,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="cancel-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttable|extended_tip|cancel">Closes dialog and discards all changes.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -264,7 +274,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
- <property name="xalign">2.2351741291171123e-10</property>
+ <property name="xalign">0.00000000022351741291</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -393,6 +403,11 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="previewinstable-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="inserttable|extended_tip|previewinstable">Displays a preview of the current selection.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -473,7 +488,7 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>
diff --git a/sw/uiconfig/swriter/ui/labeldialog.ui b/sw/uiconfig/swriter/ui/labeldialog.ui
index f6be53f1ffc6..47710495c806 100644
--- a/sw/uiconfig/swriter/ui/labeldialog.ui
+++ b/sw/uiconfig/swriter/ui/labeldialog.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="LabelDialog">
@@ -29,6 +29,11 @@
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ok-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeldialog|extended_tip|ok">Creates a new document for editing.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -192,6 +197,30 @@
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="position">2</property>
@@ -364,8 +393,13 @@
<action-widget response="-11">help</action-widget>
<action-widget response="101">reset</action-widget>
</action-widgets>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LabelDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeldialog|extended_tip|LabelDialog">Allows you to create labels. Labels are created in a text document.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/labelformatpage.ui b/sw/uiconfig/swriter/ui/labelformatpage.ui
index 59ce399f703c..2d7cb4aee9cb 100644
--- a/sw/uiconfig/swriter/ui/labelformatpage.ui
+++ b/sw/uiconfig/swriter/ui/labelformatpage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -176,6 +176,11 @@
<property name="receives_default">True</property>
<property name="halign">end</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="save-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|save">Saves the current label or business card format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -189,6 +194,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="hori-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|hori">Displays the distance between the left edges of adjacent labels or business cards. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -201,6 +211,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="vert-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|vert">Displays the distance between the upper edge of a label or a business card and the upper edge of the label or the business card directly below. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -213,6 +228,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="width-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|width">Displays the width for the label or the business card. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -225,6 +245,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="height-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|height">Displays the height for the label or business card. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -237,6 +262,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="left-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|left">Displays the distance from the left edge of the page to the left edge of the first label or business card. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -249,6 +279,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="top-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|top">Displays distance from the top edge of the page to the top of the first label or business card. If you are defining a custom format, enter a value here.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -261,6 +296,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="cols-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|cols">Enter the number of labels or business cards that you want to span the width of the page.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -273,6 +313,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rows-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|rows">Enter the number of labels or business cards that you want to span the height of the page.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -352,6 +397,11 @@
<property name="mnemonic_widget">top</property>
<property name="max_width_chars">32</property>
<property name="xalign">0</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="type-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|type">Enter or select a label type.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -365,5 +415,10 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LabelFormatPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labelformatpage|extended_tip|LabelFormatPage">Set paper formatting options.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/labeloptionspage.ui b/sw/uiconfig/swriter/ui/labeloptionspage.ui
index 78acc7c82bad..83c5163f5b41 100644
--- a/sw/uiconfig/swriter/ui/labeloptionspage.ui
+++ b/sw/uiconfig/swriter/ui/labeloptionspage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -52,6 +52,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="entirepage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|entirepage">Creates a full page of labels or business cards.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -70,6 +75,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">entirepage</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="singlelabel-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|singlelabel">Prints a single label or business card on a page.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -106,6 +116,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="cols-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|cols">Enter the number of labels or business cards that you want to have in a row on your page.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -143,6 +158,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rows-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|rows">Enter the number of rows of labels or business cards that you want to have on your page.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -170,6 +190,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="synchronize-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|synchronize">Allows you to edit a single label or business card and updates the contents of the remaining labels or business cards on the page when you click the Synchronize Labels button.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -225,6 +250,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="setup-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|setup">Opens the Printer Setup dialog.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -267,5 +297,10 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="LabelOptionsPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="labeloptionspage|extended_tip|LabelOptionsPage">Sets additional options for your labels or business cards, including text synchronization and printer settings.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui
index 5e8a8daf1950..4ebb9bc9797e 100644
--- a/sw/uiconfig/swriter/ui/navigatorpanel.ui
+++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.2 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -679,6 +679,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|edit|tooltip_text">Edit</property>
<property name="icon_name">sw/res/sc20245.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="edit-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|edit">Edit the contents of the component selected in the Navigator list. If the selection is a file, the file is opened for editing. If the selection is an index, the Index dialog is opened.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -691,6 +696,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|update|tooltip_text">Update</property>
<property name="icon_name">sw/res/sc20246.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="update-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|update">Click and choose the contents that you want to update.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -703,6 +713,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|insert|tooltip_text">Insert</property>
<property name="icon_name">sw/res/sc20247.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="insert-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|insert">Inserts a file, an index, or a new document into the master document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -725,6 +740,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|save|tooltip_text">Save Contents as well</property>
<property name="icon_name">sw/res/sc20248.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="save-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|save">Saves a copy of the contents of the linked files in the master document. This ensures that the current contents are available when the linked files cannot be accessed.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -747,6 +767,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|moveup|tooltip_text">Move Up</property>
<property name="icon_name">sw/res/sc20174.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="moveup-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|moveup">Moves the selection up one position in the Navigator list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -759,6 +784,11 @@
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|movedown|tooltip_text">Move Down</property>
<property name="icon_name">sw/res/sc20171.png</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="movedown-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|movedown">Moves the selection down one position in the Navigator list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/outlinepositionpage.ui b/sw/uiconfig/swriter/ui/outlinepositionpage.ui
index ef34cbf02521..0bda7462747c 100644
--- a/sw/uiconfig/swriter/ui/outlinepositionpage.ui
+++ b/sw/uiconfig/swriter/ui/outlinepositionpage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -88,6 +88,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="levellb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|levellb">Select the level(s) that you want to modify.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -157,6 +162,11 @@
<item translatable="yes" context="outlinepositionpage|liststore1">Centered</item>
<item translatable="yes" context="outlinepositionpage|liststore1">Right</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="numalignlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|numalignlb">Set the alignment of the numbering symbols. Select "Left" to align the numbering symbol to start directly at the "Aligned at" position. Select "Right" to align the symbol to end directly before the "Aligned at" position. Select "Centered" to center the symbol around the "Aligned at" position.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -285,6 +295,11 @@ numbering and text:</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment6</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="indentatmf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|indentatmf">Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -310,6 +325,11 @@ numbering and text:</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="num2alignlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|num2alignlb">Set the alignment of the numbering symbols. Select "Left" to align the numbering symbol to start directly at the "Aligned at" position. Select "Right" to align the symbol to end directly before the "Aligned at" position. Select "Centered" to center the symbol around the "Aligned at" position.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -338,6 +358,11 @@ numbering and text:</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment4</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="alignedatmf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|alignedatmf">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -366,6 +391,11 @@ numbering and text:</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment5</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="atmf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|atmf">If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -383,6 +413,11 @@ numbering and text:</property>
<item translatable="yes" context="outlinepositionpage|liststore2">Nothing</item>
<item translatable="yes" context="outlinepositionpage|liststore2">New Line</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="numfollowedbylb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|numfollowedbylb">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -413,6 +448,11 @@ numbering and text:</property>
<accessibility>
<relation type="member-of" target="label10"/>
</accessibility>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="standard-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|standard">Resets the indent and the spacing values to the default values.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui b/sw/uiconfig/swriter/ui/privateuserpage.ui
index 2aa99fafde0f..6a08f8b4e294 100644
--- a/sw/uiconfig/swriter/ui/privateuserpage.ui
+++ b/sw/uiconfig/swriter/ui/privateuserpage.ui
@@ -592,5 +592,10 @@
</attributes>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="PrivateUserPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="privateuserpage|extended_tip|PrivateUserPage">Contains personal contact information for business cards. Business card layouts are selected on the Business Cards tab.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/savelabeldialog.ui b/sw/uiconfig/swriter/ui/savelabeldialog.ui
index 160b3f542729..675a94815a41 100644
--- a/sw/uiconfig/swriter/ui/savelabeldialog.ui
+++ b/sw/uiconfig/swriter/ui/savelabeldialog.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="SaveLabelDialog">
@@ -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>
@@ -127,6 +124,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="type-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="savelabeldialog|extended_tip|type">Enter or select a label type.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -145,6 +147,11 @@
<property name="activates_default">True</property>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="brand-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="savelabeldialog|extended_tip|brand">Enter or select the desired brand.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -179,5 +186,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="SaveLabelDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="savelabeldialog|extended_tip|SaveLabelDialog">Enter or select the desired brand.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sw/uiconfig/swriter/ui/statisticsinfopage.ui b/sw/uiconfig/swriter/ui/statisticsinfopage.ui
index f3ff731f216d..811141ce10cc 100644
--- a/sw/uiconfig/swriter/ui/statisticsinfopage.ui
+++ b/sw/uiconfig/swriter/ui/statisticsinfopage.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="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkGrid" id="StatisticsInfoPage">
@@ -250,5 +250,10 @@
<child>
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="StatisticsInfoPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="statisticsinfopage|extended_tip|StatisticsInfoPage">Displays statistics for the current file.</property>
+ </object>
+ </child>
</object>
</interface>