Kaydet (Commit) d2be2f1a authored tarafından Eike Rathke's avatar Eike Rathke

ocMatTrans with ForceArray

Now that OOXML reveiled that the formula expression containing a
TRANSPOSE() call shall be in array mode, the old comment about
Excel not forcing array on the argument (in BIFF token class)
makes sense. Use ForceArray and remove now moot comment.

Change-Id: Iab2bced788de3429aab2bb7c3ca7f24d5dbf0340
Reviewed-on: https://gerrit.libreoffice.org/68509Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
üst 55042cb5
......@@ -174,7 +174,7 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] =
{ ocMatDet, {{ ForceArray }, 0, Value }},
{ ocMatInv, {{ ForceArray }, 0, Value }},
{ ocMatMult, {{ ForceArray, ForceArray }, 0, Value }},
{ ocMatTrans, {{ Array }, 0, ForceArrayReturn }}, // strange, but Xcl doesn't ForceArray on the argument
{ ocMatTrans, {{ ForceArray }, 0, ForceArrayReturn }},
{ ocMatValue, {{ Reference, Value, Value }, 0, Value }},
{ ocMatch, {{ Value, ReferenceOrForceArray, Value }, 0, Value }},
{ ocMax, {{ ReferenceOrRefArray }, 1, Value }},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment