Andriy Rysin wrote:
Andrew Douglas Pitonyak wrote:
Andriy Rysin wrote:
Hi all,

I was just wandering if necessary level of attention is given to the OOo crash problem (84159) - it was reported before 2.4 with target 3.x but it seems after the bug was confirmed the interest in it was lost. The bug basically renders OOo unusable for documents with heavy formatting. It affects all patforms and crash-producing document is very easy to create - just have more than 2^16 text styles. If such document is opened it will crash the program on close and often on some formatting operations, like style change.

I'd appreciate if somebody can provide any information on when this problem may be taken care of.

Thanks,
Andriy
This is very interesting....

What happens if a master document is used, does this limitation cover only the individual documents, or the combined total of all documents in the master?

That was interesting idea. I've just tried to split one of my documents which produce a crash into two smaller ones which don't crash separately. If I create the master the problem is still there, it produces effect I've seen occasionly before with my documents - OOo does not crash but hangs instead - usually no CPU usage (sometimes CPU is loaded), no window refresh, I've waited for a while (once I left it for an hour just to make sure) but in the end I always have to kill soffice.bin
Thanks for checking on this for me... I must admit that I do have another question. Why do you have so many styles? Are these internal styles, or are these specifically created styles? I am curious as to the mechanism used to create these styles?

Using OOo 3.0 beta, I created a small text document. I then chose three random words and made them bold.

OOo created a single internal style named T1 (see below).

<office:automatic-styles>
 <style:style style:name="T1" style:family="text">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
 </style:style>
</office:automatic-styles>

The same internal style was used for all three words.

I find it difficult to fathom how there can be so many different combinations of styles if you create and use them yourself unless the styles are created automatically. If these styles are created automatically, is there a possibility to programatically combine styles with the same attributes?

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


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

Reply via email to