Apache OpenOffice (AOO) Bugzilla – Issue 49908
API: Get the index of a named or referenced Element.
Last modified: 2017-05-20 10:45:32 UTC
We need a direct way to obtain the IndexContainer index of a named or referenced FormComponent. API programmers use the name of a control to initially identify it, and the reference to that control from that point on. However, some API services call for the index of the control for use with the form IndexContainer service. To find this index, you must loop through the IndexContainer elements in a highly inefficient sequential search until you find one that matches. This renders useless the more efficient hashed name search that got you the component to begin with.
reassign to the developer
confirming, targeting. Would make sense, indeed.
accepting
Reset the assignee to the default "issues@openoffice.apache.org".