diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-02-10 17:55:55 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-18 21:45:06 +0100 |
commit | 3167f06d37e90e8967e33faa63187d06c8fcfadf (patch) | |
tree | 332cf198e6c5c477ec862740c8480dd960b72b96 | |
parent | cebc44435e04a9926693c1bfc4be9d5c9c0abac9 (diff) |
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 <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index 459462fb6f..d7c66841b8 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> |