To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541
------- Additional comments from [email protected] Tue Nov 3 18:00:05 +0000 2009 ------- AW: Found a performance bottleneck in SdrGrafObj::operator= where the GraphicObject::SetGraphic command is used. There was no support for setting an already existing object, so i extended it to accept a hint value to an already existing GraphicObject which is then used to avoid the GraphicID generation in the GraphicManager. This boots time extremly, the ID generation was more than 70% of the interaction. ID generation of Metafiles is expensive since it needs to stream the Metafile and calculates the ID from the binary file data. BTW: The first ClipRegion'ed decomposition works, but i will have to ckeck/enhance further... --------------------------------------------------------------------- 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]
