To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83502
                 Issue #|83502
                 Summary|sax::XFastAttributeList: access by index should be add
                        |ed
               Component|Drawing
                 Version|680m235
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|cl
             Reported by|sj





------- Additional comments from [EMAIL PROTECTED] Fri Nov  9 16:26:43 +0000 
2007 -------
access by index should be added to the sax::XFastAttributeList otherwise it
might be a performance issue.

at the moment asking for attributes is as follows:

if ( hasAttribute( .... ) )
 getAttribute( ... ).
if ( hasAttribute( ... ) )
  getAttribute( ... )

Due to the fact that order of attributes mostly doesn't matter a access by index
would be much better, simply because available attributes are accessible
directly ( without asking "hasAttribute" ) - this is a big advantage that also
will improve the 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]

Reply via email to