https://bugs.documentfoundation.org/show_bug.cgi?id=144152
Bug ID: 144152
Summary: XEnumerationAccess>XElementAccess doesn't have
getCount
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
XElementAccess has hasElements() but no getCount().
For containers that have only XEnumerationAccess I know if hasElements but no
how many elements has. If I want transform enumeration in array() more easy to
handle with createEnumeration(), I don't know in advance the UBound of the
array for Dim Array(UBound).
Why not add getCount() to XElementAccess ?
Actual Results:
XElementAccess has hasElements() but no getCount()
Expected Results:
XElementAccess has hasElements() also has getCount()
Reproducible: Always
User Profile Reset: No
Additional Info:
XElementAccess has hasElements() also has getCount()
--
You are receiving this mail because:
You are the assignee for the bug.