sc/uiconfig/scalc/ui/pastespecial.ui |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

New commits:
commit 66b5d2117004f32d89ea10cdd7e086f9f1ff35b0
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Tue Aug 31 23:01:48 2021 +0200
Commit:     Rafael Lima <rafael.palma.l...@gmail.com>
CommitDate: Thu Oct 7 16:20:50 2021 +0200

    Add extended tooltips to new Paste Special dialog
    
    The new Paste Special dialog in Calc has 4 new presets and a new checkbox. 
This patch adds extended tooltips for them.
    
    Change-Id: I7d4c5fdb140a49c50b733e50b23d2618127f2c63
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121413
    Tested-by: Jenkins
    Reviewed-by: Rafael Lima <rafael.palma.l...@gmail.com>

diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui 
b/sc/uiconfig/scalc/ui/pastespecial.ui
index 2151d1042f1f..eb59363b76e7 100644
--- a/sc/uiconfig/scalc/ui/pastespecial.ui
+++ b/sc/uiconfig/scalc/ui/pastespecial.ui
@@ -136,6 +136,11 @@
                             <property name="use-underline">True</property>
                             <property name="image-position">top</property>
                             <property name="always-show-image">True</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" 
id="values-only-atkobject">
+                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="pastespecial|extended_tip|paste_values_only">Pastes numbers, text, 
dates and the results of formulas.</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -154,6 +159,11 @@
                             <property name="use-underline">True</property>
                             <property name="image-position">top</property>
                             <property name="always-show-image">True</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" 
id="values-formats-atkobject">
+                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="pastespecial|extended_tip|paste_values_formats">Pastes cell values, 
formula results and formats applied to cells.</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -172,6 +182,11 @@
                             <property name="use-underline">True</property>
                             <property name="image-position">top</property>
                             <property name="always-show-image">True</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" 
id="formats-only-atkobject">
+                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="pastespecial|extended_tip|paste_formats">Pastes only the formats from 
the source range without changing the values in the destination 
range.</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -190,6 +205,11 @@
                             <property name="use-underline">True</property>
                             <property name="image-position">top</property>
                             <property name="always-show-image">True</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" 
id="paste-transpose-atkobject">
+                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="pastespecial|extended_tip|paste_transpose">Pastes cell contents 
transposed, hence columns are converted to rows.</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -213,6 +233,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="immediately-atkobject">
+                            <property name="AtkObject::accessible-description" 
translatable="yes" context="pastespecial|extended_tip|cbImmediately">Check this 
option to run the preset immediately. Uncheck it to manipulate the options 
before clicking OK.</property>
+                          </object>
+                        </child>
                       </object>
                       <packing>
                         <property name="expand">True</property>

Reply via email to