[Libreoffice-commits] core.git: sc/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 7 22:08:19 UTC 2021
sc/qa/unit/data/functions/addin/fods/dec2hex.fods | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
New commits:
commit ddd2f4361cf0272dbf34ad4dd4a3874ab490b1b3
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Jan 6 19:28:30 2021 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Jan 7 23:07:36 2021 +0100
tdf#139173: sc_addin_functions_test: Add function
Change-Id: I9e00c6a3a4251ea4a11d2022a12c29be99ff10fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108889
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/qa/unit/data/functions/addin/fods/dec2hex.fods b/sc/qa/unit/data/functions/addin/fods/dec2hex.fods
index ecb1ce94b7e8..64c078c001a8 100644
--- a/sc/qa/unit/data/functions/addin/fods/dec2hex.fods
+++ b/sc/qa/unit/data/functions/addin/fods/dec2hex.fods
@@ -4134,6 +4134,54 @@
<table:table-cell table:style-name="ce12" table:number-columns-repeated="4"/>
<table:table-cell table:number-columns-repeated="2"/>
</table:table-row>
+ <table:table-row table:style-name="ro5">
+ <table:table-cell table:style-name="ce12" table:formula="of:=DEC2HEX(2^39)" office:value-type="string" office:string-value="1" calcext:value-type="string">
+ <text:p>Err:502</text:p>
+ </table:table-cell>
+ <table:table-cell table:formula="of:#ERR502!" office:value-type="string" office:string-value="" calcext:value-type="error">
+ <text:p>Err:502</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="ce28" table:formula="of:=ISERROR([.A27])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
+ <text:p>TRUE</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A27])" office:value-type="string" office:string-value="=DEC2HEX(2^39)" calcext:value-type="string">
+ <text:p>=DEC2HEX(2^39)</text:p>
+ </table:table-cell>
+ <table:table-cell table:number-columns-repeated="6"/>
+ <table:table-cell table:style-name="ce48" table:number-columns-repeated="2"/>
+ <table:table-cell/>
+ <table:table-cell table:style-name="ce55"/>
+ <table:table-cell/>
+ <table:table-cell table:style-name="ce12" table:number-columns-repeated="2"/>
+ <table:table-cell table:number-columns-repeated="3"/>
+ <table:table-cell table:style-name="ce55"/>
+ <table:table-cell table:style-name="ce12" table:number-columns-repeated="4"/>
+ <table:table-cell table:number-columns-repeated="2"/>
+ </table:table-row>
+ <table:table-row table:style-name="ro5">
+ <table:table-cell table:style-name="ce12" table:formula="of:=DEC2HEX(-2^39 - 1)" office:value-type="string" office:string-value="1" calcext:value-type="string">
+ <text:p>Err:502</text:p>
+ </table:table-cell>
+ <table:table-cell table:formula="of:#ERR502!" office:value-type="string" office:string-value="" calcext:value-type="error">
+ <text:p>Err:502</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="ce28" table:formula="of:=ISERROR([.A28])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
+ <text:p>TRUE</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A28])" office:value-type="string" office:string-value="=DEC2HEX(-2^39 - 1)" calcext:value-type="string">
+ <text:p>=DEC2HEX(-2^39 - 1)</text:p>
+ </table:table-cell>
+ <table:table-cell table:number-columns-repeated="6"/>
+ <table:table-cell table:style-name="ce48" table:number-columns-repeated="2"/>
+ <table:table-cell/>
+ <table:table-cell table:style-name="ce55"/>
+ <table:table-cell/>
+ <table:table-cell table:style-name="ce12" table:number-columns-repeated="2"/>
+ <table:table-cell table:number-columns-repeated="3"/>
+ <table:table-cell table:style-name="ce55"/>
+ <table:table-cell table:style-name="ce12" table:number-columns-repeated="4"/>
+ <table:table-cell table:number-columns-repeated="2"/>
+ </table:table-row>
<table:table-row table:style-name="ro5" table:number-rows-repeated="7">
<table:table-cell table:style-name="ce12"/>
<table:table-cell/>
More information about the Libreoffice-commits
mailing list