diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-06-10 02:16:56 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-07-13 05:03:15 +0200 |
commit | 4dcfe928580c1492bb265eb6070f66459a4c03db (patch) | |
tree | 5414d1aae3440f11427be8f7de576938fd3f40bb /source/text/scalc | |
parent | 965724a89fb88f693e85da64a1e8b6a1556d373c (diff) |
Add missing Calc error codes
See include/formula/errorcodes.hxx; added those that return true from
isPublishedFormulaError.
Change-Id: I64595a9dd2c7770ba48f4e4a514f07179a8125fe
Reviewed-on: https://gerrit.libreoffice.org/73744
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index d7c66841b8..bb3be0f7dd 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -108,7 +108,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154532" role="tablecontent">508</paragraph> + <paragraph xml-lang="en-US" id="par_id3154532" role="tablecontent">507, 508</paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3150107" role="tablecontent">Error: Pair missing</paragraph> @@ -322,6 +322,30 @@ </tablerow> <tablerow> <tablecell> + <paragraph xml-lang="en-US" id="par_id3152484" role="tablecontent">530</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id4152967" role="tablecontent">No AddIn</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id3149710" role="tablecontent"> + <emph>Interpreter: </emph>AddIn not found.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id3152485" role="tablecontent">531</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id3152967" role="tablecontent">No Macro</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id3149711" role="tablecontent"> + <emph>Interpreter: </emph>Macro not found.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> <paragraph xml-lang="en-US" id="par_id5324564" role="tablecontent">532<br/>#DIV/0!</paragraph> </tablecell> <tablecell> |