[graphics-issues] [Issue 83502] sax::XFastAttributeList: a ccess by index should be added

2010-02-23 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83502


User cl changed the following:

What|Old value |New value

 Assigned to|cl|sj





--- Additional comments from c...@openoffice.org Tue Feb 23 17:46:31 + 
2010 ---
cl-sj: I'm neither a user not a maintainer of this code any longer, if you want
to have it, fix it :)

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 83502] sax::XFastAttributeList: a ccess by index should be added

2007-11-09 Thread sj
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 + 
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]