To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101084 Issue #|101084 Summary|Collection of frames for export is ineffecient Component|Word processor Version|DEV300m45 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|save-export Assigned to|b_michaelsen Reported by|b_michaelsen
------- Additional comments from [email protected] Tue Apr 14 13:21:27 +0000 2009 ------- xmloff uses indexbased access to collect frames for export. Because frames are stored in a untyped array in the core, and the index is typed, each access to the array is O(n), resulting in the export of frames being O(n^2). Instead xmloff should collect (and sort) frames once for the export to improve save performance. --------------------------------------------------------------------- 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]
