[sc-issues] [Issue 103615] Data sort function with f ormula for 3.x

2009-08-05 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103615


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mechti...@openoffice.org Wed Aug  5 20:04:53 
+ 2009 ---
duplicate -> closed

-
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



[sc-issues] [Issue 103615] Data sort function with f ormula for 3.x

2009-07-19 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103615


User rainerbielefeld changed the following:

What|Old value |New value

  CC|'kpalagin'|'kpalagin,rainerbielefeld'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |DUPLICATE





--- Additional comments from rainerbielef...@openoffice.org Sun Jul 19 
09:05:21 + 2009 ---
I checked with "Ooo 3.1.0 WIN XP multilingual version German UI activated 
[OOO310m11 (Build 9399)]" and can confirm the reported effect. That's dangerous!

I checked with "Ooo Dev 3.2.0 multilingual version German UI WIN XP: [DEV300m52
(Build 9411)]" and saw the bug fixed.

Yes, I also believe that this is a DUP of Issue 101690

@victorlim:
Thank you for your attention!


*** This issue has been marked as a duplicate of 101690 ***

-
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



[sc-issues] [Issue 103615] Data sort function with f ormula for 3.x

2009-07-19 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103615


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Priority|P1|P2





--- Additional comments from kpala...@openoffice.org Sun Jul 19 08:07:56 
+ 2009 ---
Might be dup http://www.openoffice.org/issues/show_bug.cgi?id=101690.

-
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



[sc-issues] [Issue 103615] Data sort function with f ormula for 3.x

2009-07-17 Thread victorlim
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103615
 Issue #|103615
 Summary|Data sort function with formula for 3.x
   Component|Spreadsheet
 Version|OOO310m11
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|victorlim





--- Additional comments from victor...@openoffice.org Fri Jul 17 20:50:27 
+ 2009 ---
I have three col. of data
1   5   a
2   4   6 (function: =A2 + B2)
3   3   6 (function: =A3 + B3)
4   2   6 (function: =A4 + B4)
5   1   6 (function: =A5 + B5)

Data sort with col. B, ascending order. I get the following

5   1   6 (function: =A5 + B5)
4   2   6 (function: =A2 + B2)
3   3   6 (function: =A3 + B3)
2   4   6 (function: =A4 + B4)
1   5   a

The formula =A5 + B5 was not sorted correctly; should be the following:
5   1   6 (function: =A1 + B1)
4   2   6 (function: =A2 + B2)
3   3   6 (function: =A3 + B3)
2   4   6 (function: =A4 + B4)
1   5   a

This function works fine in 2.x; only happen to 3.x

-
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