diff options
Diffstat (limited to 'sc/uiconfig/scalc/ui/multipleoperationsdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/multipleoperationsdialog.ui | 274 |
1 files changed, 134 insertions, 140 deletions
diff --git a/sc/uiconfig/scalc/ui/multipleoperationsdialog.ui b/sc/uiconfig/scalc/ui/multipleoperationsdialog.ui index 1ea255f0ae4b..3da4ed1d7a49 100644 --- a/sc/uiconfig/scalc/ui/multipleoperationsdialog.ui +++ b/sc/uiconfig/scalc/ui/multipleoperationsdialog.ui @@ -89,165 +89,159 @@ <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment1"> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="hexpand">True</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <property name="row_homogeneous">True</property> + <property name="margin-start">12</property> + <property name="margin-top">6</property> <child> - <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="grid3"> + <object class="GtkLabel" id="formulasft"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="label" translatable="yes" context="multipleoperationsdialog|formulasft">_Formulas:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">formulas</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="rowft"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="multipleoperationsdialog|rowft">_Row input cell:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">row</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="colft"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="multipleoperationsdialog|colft">_Column input cell:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">col</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="formulas"> + <property name="visible">True</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> - <property name="row_homogeneous">True</property> - <child> - <object class="GtkLabel" id="formulasft"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="multipleoperationsdialog|formulasft">_Formulas:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">formulas</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="rowft"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="multipleoperationsdialog|rowft">_Row input cell:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">row</property> - <property name="xalign">0</property> + <property name="activates_default">True</property> + <property name="width_chars">35</property> + <child internal-child="accessible"> + <object class="AtkObject" id="formulas-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|formulas">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> </child> - <child> - <object class="GtkLabel" id="colft"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="multipleoperationsdialog|colft">_Column input cell:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">col</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="formulas"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="activates_default">True</property> - <property name="width_chars">35</property> - <child internal-child="accessible"> - <object class="AtkObject" id="formulas-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|formulas">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="row"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="activates_default">True</property> - <property name="width_chars">35</property> - <child internal-child="accessible"> - <object class="AtkObject" id="row-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|row">Enter the input cell reference that you want to use as a variable for the rows in the data table.</property> - </object> - </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="row"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="activates_default">True</property> + <property name="width_chars">35</property> + <child internal-child="accessible"> + <object class="AtkObject" id="row-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|row">Enter the input cell reference that you want to use as a variable for the rows in the data table.</property> </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> - </packing> </child> - <child> - <object class="GtkEntry" id="col"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="activates_default">True</property> - <property name="width_chars">35</property> - <child internal-child="accessible"> - <object class="AtkObject" id="col-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|col">Enter the input cell reference that you want to use as a variable for the columns in the data table.</property> - </object> - </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="col"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="activates_default">True</property> + <property name="width_chars">35</property> + <child internal-child="accessible"> + <object class="AtkObject" id="col-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|col">Enter the input cell reference that you want to use as a variable for the columns in the data table.</property> </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">2</property> - </packing> </child> - <child> - <object class="GtkButton" id="formulasref"> - <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="formulasref-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|formulasref">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">1</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkButton" id="formulasref"> + <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="formulasref-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|formulasref">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> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> - </packing> </child> - <child> - <object class="GtkButton" id="rowref"> - <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="rowref-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|rowref">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> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="rowref"> + <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="rowref-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|rowref">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> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">1</property> - </packing> </child> - <child> - <object class="GtkButton" id="colref"> - <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="colref-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|colref">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> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkButton" id="colref"> + <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="colref-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="multipleoperationsdialog|extended_tip|colref">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> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">2</property> - </packing> </child> </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">2</property> + </packing> </child> </object> </child> |