[sw-issues] [Issue 29817] RTF: short document need about 2 min to open

2005-08-23 Thread fme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29817


User fme changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |OOo Later





--- Additional comments from [EMAIL PROTECTED] Tue Aug 23 04:26:37 -0700 
2005 ---
FME: There are at least 13.000 attributes set.

FME/FLR: After discussing this with MRU we agreed to shift this to 'OOo Later'

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 29817] RTF: short document need about 2 min to open

2005-08-23 Thread fme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29817





--- Additional comments from [EMAIL PROTECTED] Tue Aug 23 04:28:43 -0700 
2005 ---
FME This is not a regression. OOo 1.1.4 did not import the document correctly,
therefore the results cannot be compared.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 29817] RTF: short document need about 2 min to open

2005-08-22 Thread flr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29817





--- Additional comments from [EMAIL PROTECTED] Mon Aug 22 00:53:37 -0700 
2005 ---
flr:
The problem with the attached bug doc is, that it contains a very large
paragraph (over several sides) in which several formatings are applied.
The bottleneck seems to be the management of the SwAttrs for the paragraph.
Doing further investigation.


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 29817] RTF: short document need about 2 min to open

2005-08-22 Thread flr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29817





--- Additional comments from [EMAIL PROTECTED] Mon Aug 22 02:58:06 -0700 
2005 ---
flr:
A performance analysis showed the following result:
When the long paragraph is read all saved attributes are applied in the
SvxRTFParser::SetAllAttrOfStk method.  This method takes a long time to
complete. It calls the SvxRTFParser::SetAttrSet method, which calls itself
recusively. The other method called in SvxRTFParser::SetAttrSet is the
SetAttrInDoc method.
Conclusion:
The problem is that the SvxRTFParser::SetAllAttrOfStk must set a lot of
properties, which causes the SvxRTFParser::SetAllAttrOfStk to be slow.
It seems that the only two possibilities to improve performance are 
a) reduce the numbers of properties which needs to be set by
SvxRTFParser::SetAllAttrOfStk, or
b) Make SetAttrInDoc faster.

I'll investigate whether b) can be 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 29817] RTF: short document need about 2 min to open

2005-01-28 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29817


User ama changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 02:54:28 -0800 
2005 ---
If it's not fixed in time for OOo2.0, it should be fixed for Ooo2.0.1.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]