source/text/scalc/05/02140000.xhp | 47 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-)
New commits: commit 3167f06d37e90e8967e33faa63187d06c8fcfadf Author: Roman Kuznetsov <[email protected]> AuthorDate: Sun Feb 10 17:55:55 2019 +0100 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Feb 18 21:45:06 2019 +0100 HELP: Add new internal error codes for Calc Source - /core/include/formula/errorcodes.hxx Change-Id: I64fcef138cf9ec89d4501ea71aa4bab54d9d04fd Reviewed-on: https://gerrit.libreoffice.org/67620 Tested-by: Jenkins Tested-by: Olivier Hallot <[email protected]> Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index 459462fb6..d7c66841b 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -331,7 +331,50 @@ <paragraph xml-lang="en-US" id="par_id5844294" role="tablecontent">Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0</paragraph> </tablecell> </tablerow> - </table> - + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id231549820000708" role="tablecontent">533</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id951549820044260" role="tablecontent">Nested arrays are not supported</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id781549820065619" role="tablecontent"> For example, ={1;{2}} </paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id961549825716936" role="tablecontent">538</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id521549825734781" role="tablecontent">Error: Array or matrix size</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id601549825744677" role="tablecontent"> - </paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id41549825806618" role="tablecontent">539</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id931549825818729" role="tablecontent">Unsupported inline array content</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id551549825825905" role="tablecontent"> For example, ={1+2} </paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id441549825884434" role="tablecontent">540</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id131549825893410" role="tablecontent">External content disabled</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id881549825900965" role="tablecontent"> Happens if a function that requires (re)loading of external sources is encountered and the user hasn't confirmed reloading of external sources yet </paragraph> + </tablecell> + </tablerow> + </table> </body> </helpdocument> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
