diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-22 12:36:14 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-24 20:48:21 +0200 |
commit | de01c0c1d0f80ffec3882625d77c02ab806f6c7a (patch) | |
tree | d8d0dd2e89a6b2549a50544d36a6ebd407a71512 /sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui | |
parent | e050ad6a1ac6f16721c4c174c3abb0caa584252d (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 'sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui index 4ecf7859557f..084bf8c18e12 100644 --- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui +++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.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="sc"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -49,9 +49,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> @@ -70,6 +67,11 @@ <property name="has_default">True</property> <property name="receives_default">True</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="pivottablelayoutdialog|extended_tip|ok">Saves all changes and closes dialog.</property> + </object> + </child> </object> <packing> <property name="expand">True</property> @@ -84,6 +86,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="pivottablelayoutdialog|extended_tip|cancel">Closes dialog and discards all changes.</property> + </object> + </child> </object> <packing> <property name="expand">True</property> @@ -767,6 +774,11 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="destination-button-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="pivottablelayoutdialog|extended_tip|destination-button">Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size.</property> + </object> + </child> </object> <packing> <property name="left_attach">2</property> @@ -962,5 +974,8 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> </object> </interface> |