To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84159
User fme changed the following:
What |Old value |New value
================================================================================
Summary|Crash while closing the do|Crash while closing the do
|cument |cument: SfxItemPool cannot
| | contain more than 2^16 no
| |n-poolable items
--------------------------------------------------------------------------------
Target milestone|OOo 2.4 |OOo 2.x
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Dec 18 13:16:10 +0000
2007 -------
Some further investigations reveal, that the SfxItemPool class cannot contain
more than 2^16 items of one type, because the underlying implementation uses the
good old svarray. Since the character format item is not poolable, the result is
that you cannot have more that ~ 2^16 character style text attributes, no matter
if there are 2^16 different character style text attributes or 2^16 times the
same character attribute.
This needs some refactoring, but cannot be fixed for 2.4. I'll adjust the
target.
---------------------------------------------------------------------
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]