To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99250
                 Issue #|99250
                 Summary|Auto Outline doesn't work with reference lists
               Component|Spreadsheet
                 Version|DEV300m41
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P4
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Mon Feb 16 07:55:44 
+0000 2009 -------
Auto Outline doesn't recognize ranges that are given by reference lists. I.e.
=sum(A1:A3) is recognized, but =sum(A1;A2;A3) is not.

The attached patch add support for that. The solution has some
limitations/features I'd like to see comments to:

1. it requires the refererences forming the reference list to be sole arguments
of a function (i.e. =sum(A1;A2;1) is not recognized)

2. it doesn't require the list to be sorted (i.e. =sum(A2;A1;A3) is recognized)

3. it doesn't allow overlapping (i.e. =sum(A1:A5;A2) is not recognized)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to