From 9ab507d3f5fd419d7b1c88d6d43758e8361ae71d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 9 Apr 2014 10:53:18 +0100 Subject: update help ids for validation criteria .ui page conversion Change-Id: I9565aec027204fa9e2ce4480936468915177ab58 --- helpers/help_hid.lst | 9 --------- source/text/scalc/01/12120100.xhp | 39 +++++++++++++++++++-------------------- 2 files changed, 19 insertions(+), 29 deletions(-) diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst index f2109e65e6..92fdd20d97 100644 --- a/helpers/help_hid.lst +++ b/helpers/help_hid.lst @@ -5650,17 +5650,12 @@ sc_CheckBox_RID_SCPAGE_CALC_BTN_ITERATE,957252609, sc_CheckBox_RID_SCPAGE_CALC_BTN_LOOKUP,957252627, sc_CheckBox_RID_SCPAGE_CALC_BTN_MATCH,957252626, sc_CheckBox_RID_SCPAGE_CALC_BTN_REGEX,957252628, -sc_CheckBox_TP_VALIDATION_VALUES_CB_SHOWLIST,548275227, -sc_CheckBox_TP_VALIDATION_VALUES_CB_SORTLIST,548275228, -sc_CheckBox_TP_VALIDATION_VALUES_TSB_ALLOW_BLANKS,548275203, sc_Edit_RID_SCDLG_CHANGES_ED_ASSIGN,2568898575, sc_Edit_RID_SCDLG_DAPISERVICE_ED_NAME,1495336973, sc_Edit_RID_SCDLG_DAPISERVICE_ED_PASSWD,1495336977, sc_Edit_RID_SCDLG_DAPISERVICE_ED_SOURCE,1495336971, sc_Edit_RID_SCDLG_DAPISERVICE_ED_USER,1495336975, sc_Edit_RID_SCPAGE_CALC_ED_EPS,957253637, -sc_Edit_TP_VALIDATION_VALUES_EDT_MAX,548276233, -sc_Edit_TP_VALIDATION_VALUES_EDT_MIN,548276231, sc_FloatingWindow_RID_SCDLG_TEAM,231304704, sc_ImageButton_FID_FUNCTION_BOX_IMB_INSERT,3651284481, sc_ImageButton_RID_SCDLG_CHANGES_RB_ASSIGN,2568908304, @@ -5674,11 +5669,8 @@ sc_ListBox_RID_SCDLG_MOVETAB_LB_INSERT,1493454340, sc_ListBox_RID_SCPAGE_SORT_FIELDS_LB_SORT1,956435972, sc_ListBox_RID_SCPAGE_SORT_FIELDS_LB_SORT2,956435973, sc_ListBox_RID_SCPAGE_SORT_FIELDS_LB_SORT3,956435974, -sc_ListBox_TP_VALIDATION_VALUES_LB_ALLOW,548277762, -sc_ListBox_TP_VALIDATION_VALUES_LB_VALUE,548277765, sc_ModalDialog_RID_SCDLG_GROUP,1493549056, sc_ModalDialog_RID_SCDLG_RETYPEPASS,1495662592, -sc_MultiLineEdit_TP_VALIDATION_VALUES_EDT_LIST,548276765, sc_NumericField_RID_SCPAGE_CALC_ED_PREC,957257735, sc_NumericField_RID_SCPAGE_CALC_ED_STEPS,957257732, sc_PushButton_RID_SCDLG_CONFLICTS_BTN_KEEPALLMINE,1495585286, @@ -5700,7 +5692,6 @@ sc_RadioButton_RID_SCPAGE_SORT_FIELDS_BTN_UP1,956432903, sc_RadioButton_RID_SCPAGE_SORT_FIELDS_BTN_UP2,956432904, sc_RadioButton_RID_SCPAGE_SORT_FIELDS_BTN_UP3,956432905, sc_TabPage_RID_SCPAGE_STAT,957628416, -sc_TabPage_TP_VALIDATION_VALUES,548274176, sc_TriStateBox_RID_SCPAGE_PROTECTION_BTN_HIDE_ALL,956384771, sc_TriStateBox_RID_SCPAGE_PROTECTION_BTN_HIDE_FORMULAR,956384770, sc_TriStateBox_RID_SCPAGE_PROTECTION_BTN_HIDE_PRINT,956384774, diff --git a/source/text/scalc/01/12120100.xhp b/source/text/scalc/01/12120100.xhp index 52376f2fd0..9a2a012c4f 100644 --- a/source/text/scalc/01/12120100.xhp +++ b/source/text/scalc/01/12120100.xhp @@ -35,17 +35,17 @@ YJ: checked
selection lists;validity UFI added index entry for new list feature. Guide needed. MW changed index entry - + Criteria -Specify the validation rules for the selected cell(s). +Specify the validation rules for the selected cell(s).
For example, you can define criteria such as: "Numbers between 1 and 10" or "Texts that are no more than 20 characters". - + Allow -Click a validation option for the selected cell(s). +Click a validation option for the selected cell(s). The following conditions are available: @@ -122,31 +122,30 @@ YJ: checked
- - + Allow blank cells -In conjunction with Tools - Detective - Mark invalid Data, this defines that blank cells are shown as invalid data (disabled) or not (enabled). - +In conjunction with Tools - Detective - Mark invalid Data, this defines that blank cells are shown as invalid data (disabled) or not (enabled). + Show selection list -Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D). - +Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D). + Sort entries ascending -Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken. +Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken. Source -Enter the cell range that contains the valid values or text. - +Enter the cell range that contains the valid values or text. + Entries -Enter the entries that will be valid values or text strings. - +Enter the entries that will be valid values or text strings. + Data -Select the comparative operator that you want to use. The available operators depend on what you selected in the Allow box. If you select "between" or "not between", the Minimum and Maximum input boxes appear. Otherwise, only the Minimum, the Maximum, or the Value input boxes appear. +Select the comparative operator that you want to use. The available operators depend on what you selected in the Allow box. If you select "between" or "not between", the Minimum and Maximum input boxes appear. Otherwise, only the Minimum, the Maximum, or the Value input boxes appear. Value Enter the value for the data validation option that you selected in the Allow box. - + Minimum -Enter the minimum value for the data validation option that you selected in the Allow box. - +Enter the minimum value for the data validation option that you selected in the Allow box. + Maximum -Enter the maximum value for the data validation option that you selected in the Allow box. +Enter the maximum value for the data validation option that you selected in the Allow box. -- cgit