Issue 32342 - Matrix/array constants as a parameter
Summary: Matrix/array constants as a parameter
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: recent-trunk
Hardware: All All
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords: ms_interoperability
: 26477 46057 63479 68026 (view as issue list)
Depends on:
Blocks: 21149
  Show dependency tree
 
Reported: 2004-07-30 11:58 UTC by ooo
Modified: 2013-08-07 15:14 UTC (History)
3 users (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Parse and display inline arrays (18.16 KB, patch)
2007-03-02 16:47 UTC, jodygoldberg
no flags Details | Diff
Latest variant of the patch (57.42 KB, patch)
2007-04-24 16:19 UTC, jodygoldberg
no flags Details | Diff
TCS for array constants (9.49 KB, text/html)
2007-06-13 08:51 UTC, oc
no flags Details
Testdocument for Testcasespecification (284 bytes, application/vnd.ms-excel)
2007-11-21 14:47 UTC, frank
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description ooo 2004-07-30 11:58:50 UTC
Follow-up task of Q-PCD issue 20494.
Implement matrix/array constants as a parameter.
Comment 1 ooo 2004-07-30 11:59:25 UTC
Accepted.
Comment 2 ooo 2004-11-30 15:24:35 UTC
*** Issue 26477 has been marked as a duplicate of this issue. ***
Comment 3 ooo 2005-04-12 14:43:00 UTC
*** Issue 46057 has been marked as a duplicate of this issue. ***
Comment 4 frank 2006-04-07 14:39:14 UTC
*** Issue 63479 has been marked as a duplicate of this issue. ***
Comment 5 ooo 2006-08-02 19:03:27 UTC
*** Issue 68026 has been marked as a duplicate of this issue. ***
Comment 6 ooo 2006-08-02 19:04:49 UTC
*** Issue 68026 has been marked as a duplicate of this issue. ***
Comment 7 jodygoldberg 2007-01-26 17:31:38 UTC
as discussed I'm working on a patch for this
Comment 8 jodygoldberg 2007-03-02 16:46:19 UTC
er: Here's a simple patch to handle the core elements.  xls in/out is almost
ready but I'd like to discuss how to handle back compatibility.
Comment 9 jodygoldberg 2007-03-02 16:47:40 UTC
Created attachment 43488 [details]
Parse and display inline arrays
Comment 10 jodygoldberg 2007-04-24 16:19:13 UTC
Created attachment 44642 [details]
Latest variant of the patch
Comment 11 jodygoldberg 2007-04-24 16:20:46 UTC
Adding Daniel for review of the xls in/out segments.
Comment 12 ooo 2007-05-23 17:00:18 UTC
Plus additional patches, implemented in CWS jgarrays.
Comment 13 ooo 2007-05-23 17:01:25 UTC
Reassigning to QA.
Comment 14 oc 2007-06-13 08:51:56 UTC
Created attachment 45858 [details]
TCS for array constants
Comment 15 oc 2007-06-13 08:52:57 UTC
verified in internal build cws_jgarrays
Comment 16 ooo 2007-06-15 13:38:54 UTC
Hi Oliver,

A note on the test cases: they require only a check in the single cell where the
formula was entered, for example

In cell A1 enter "={1;2;3}"
Check that the cellvalue is "1"

Instead, the formula should be entered as a matrix formula and all result cells
be checked, in this case A1:C1

  Eike
Comment 17 oc 2007-08-01 10:21:39 UTC
closed because fix available in src680_m221
Comment 18 frank 2007-11-21 14:47:19 UTC
Created attachment 49796 [details]
Testdocument for Testcasespecification