[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-15 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Mon Feb 15 14:50:53 + 
2010 ---
Verified in CWS.

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-12 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Fri Feb 12 10:59:08 + 
2010 ---
AW-WG: Please verify as described. You will need the described BugDoc, it does
not happen with all big chart types.

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-09 Thread sophia
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User sophia changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |109016
  is|  |





-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-01 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636





--- Additional comments from a...@openoffice.org Mon Feb  1 10:24:58 + 
2010 ---
AW: With problems.ods it is reproducable. Thanks for so quickly finding this
regression! It indeed looks like a special paint method/style got signnificantly
more expensive, need to identrify that one now. This will not be easy since the
Metafile i get from the chart has 174020 actions...

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-01 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636





--- Additional comments from a...@openoffice.org Mon Feb  1 10:45:43 + 
2010 ---
AW: Found two problems:
(1) In SdrOle2Primitive2D::operator== the two sub-primtive-sequences were
compared using the standard UNO API operator== for sequences. That operator does
not what i expected, i need to compare the contents for equality like my helper
arePrimitive2DSequencesEqual(..) does. This leads to always re-decomposing the
metafile primitive since the SdrOle2Primitive2D::operator== always returned
false. This is avoided now.

This took time at each repaint, but just a fraction (maybe 20%) which is nice
for a decomposition of such a big metafile to primitives.

(2) In the metafile primitive decoder itself, the handling of ClipRegions was
not optimal. In this case, a ClipRegion was set very early in the metafile
(probably for the whole chart area). A lot of push/pop actions follow which not
really do anything (e.g. not changing the region). At pop() the old ClipRegion
needs to be restored which is a ClipRegion change. For that change, a
MaskPrimitive2D with the up-to-then created sub-content was created. While this
is not wrong, it is not necessary when as here with a pop() the old and the new
ClipRegion are the same. Optimized this and other cases so that much less
MaskPrimitive2Ds will be created. This brings bact the speed to former versions
with even slight speedups (as seen for HJMemulator_reduced.xls already).

Checking in both changes...

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-02-01 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Mon Feb  1 10:54:25 + 
2010 ---
AW: Checked in, done.

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-29 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Fri Jan 29 17:31:36 + 
2010 ---
AW: I compared DEV300m64(a) with DEV300m69(b) (my current CWS with debug code).
With similar zoom and rough counting, (a) needed 4s, while (b) needed 6s. This
may be the debug code, but is not 'much longer' or 'unusable slow'. I will now
check with an original DEV300m69, maybe in my CWS something already went 
better...

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-29 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636





--- Additional comments from a...@openoffice.org Fri Jan 29 17:36:23 + 
2010 ---
AW: Checked with original DEV300m69 (pro) and the same test as above, roughly
needs 3.5s, thus for my testfile (using HJMemulator_reduced.xls from some other
bugdoc) it even got faster.
I will now use the mentioned 'Problems.zip' and chech with that file...

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-29 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636





--- Additional comments from a...@openoffice.org Fri Jan 29 17:36:39 + 
2010 ---
AW: Checked with original DEV300m69 (pro) and the same test as above, roughly
needs 3.5s, thus for my testfile (using HJMemulator_reduced.xls from some other
bugdoc) it even got faster.
I will now use the mentioned 'Problems.zip' and chech with that file...

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-25 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636
 Issue #|108636
 Summary|Spreadsheet with chart unusable slow
   Component|Chart
 Version|DEV300m69
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kla
 Reported by|rainerbielefeld





--- Additional comments from rainerbielef...@openoffice.org Mon Jan 25 
08:32:26 + 2010 ---
Please check with Problems.ods in Problems.zip from Issue 97722 
3.1.1 will open it within seconds, an you can scroll chart in sheet Diagram1
without bigger problems.

m69 will need one minute to open the document and some minutes (with 100% CPU
load) to switch to sheet Diagram1. Now try to scroll ... I hope you don't have
other plans for the next days ;-)

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-25 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |iha

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.2.1





--- Additional comments from k...@openoffice.org Mon Jan 25 09:53:04 + 
2010 ---
confirmed
@IHA: I think its an issue for aw, but i prefer it that you check it before.

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 108636] Spreadsheet with chart un usable slow

2010-01-25 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108636


User iha changed the following:

What|Old value |New value

  CC|''|'iha'

 Assigned to|iha   |aw

Keywords|  |performance, regression

Target milestone|OOo 3.2.1 |OOo 3.3





--- Additional comments from i...@openoffice.org Mon Jan 25 15:27:38 + 
2010 ---
That switching to sheet 'Diagram1' needs much longer now is a regression
introduced into version dev300m69. dev300m68 was much faster and codeline for
OOo 3.2 seems also to be not affected by this problem.
@aw, no chart CWS was introduced into dev300m69 but CWS aw078. Please have a 
look.

-
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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