source/text/scalc/01/12120300.xhp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
New commits: commit c2b9cfd9e12f5371bf936321de72235f37439be2 Author: Olivier Hallot <[email protected]> AuthorDate: Fri Feb 27 09:22:04 2026 -0300 Commit: Andras Timar <[email protected]> CommitDate: Thu Mar 5 15:32:48 2026 +0100 tdf#171059 "Reject silently" in Calc data validity Change-Id: I14c90af6107185c1bf0c371bac882096fb0ce5a7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/200618 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/01/12120300.xhp b/source/text/scalc/01/12120300.xhp index 29d304efa9..25c4aa9bc0 100644 --- a/source/text/scalc/01/12120300.xhp +++ b/source/text/scalc/01/12120300.xhp @@ -44,7 +44,18 @@ <h2 id="hd_id3152460">Contents</h2> <bookmark branch="hid/modules/scalc/ui/erroralerttabpage/actionCB" id="bm_id3154014" localize="false"/> <h3 id="hd_id3148646">Action</h3> -<paragraph role="paragraph" id="par_id3151115"><ahelp hid="modules/scalc/ui/erroralerttabpage/actionCB">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The "Stop" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The "Warning" and "Information" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3151115"><ahelp hid="modules/scalc/ui/erroralerttabpage/actionCB">Select the action that you want to occur when invalid data is entered in a cell.</ahelp></paragraph> +<list type="unordered"> + <listitem> + <paragraph id="par_id61772194264584" role="listitem">The <emph>Stop</emph> action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id71772194271715" role="listitem">The <emph>Warning</emph> and <emph>Information</emph> actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>.</paragraph> +</listitem> +<listitem> + <paragraph id="par_id111772194276689" role="listitem">The <emph>Reject Silently</emph> action keeps the current cell value and does not display a dialog.</paragraph> +</listitem> +</list> <bookmark branch="hid/modules/scalc/ui/erroralerttabpage/browseBtn" id="bm_id3154729" localize="false"/> <h3 id="hd_id3156441">Browse</h3> <paragraph role="paragraph" id="par_id3153160"><ahelp hid="modules/scalc/ui/erroralerttabpage/browseBtn">Opens the <link href="text/shared/01/06130000.xhp">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp></paragraph>
