To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96669
------- Additional comments from [email protected] Thu Dec 18 17:40:34 +0000 2008 ------- AW: Indeed, much slower. For concrete results, i will need to ask valgrind on the linux version. My first guess were the texts, so i added two static bools for leaving out: (a) text layouting into primitives (b) text painting from primitives It shows that indeed (a) is the time consumer. Only disabling (b) showed this clearly. I will have to measure the text layouting on the linux version (impDecomposeBlockTextPrimitive(...)). This is anyways a compromize since it uses the old EditEngine/Outliner functionality. Sadly, we do not have another text layouter, so i will have to check where the problem 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
