https://bugs.documentfoundation.org/show_bug.cgi?id=145067
Bug ID: 145067
Summary: Create documentation for Basic "Collection" object
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 80430
The "collection" object is undocumented in the Help.
Optional source for contents from JF Nifenecker:
https://extensions.libreoffice.org/assets/downloads/7/LibOBasic_09_StructDataTypes_Flat_A4_EN_v101.pdf
by JP Ledure (telegram)
-------8<-------
The Collection object is indeed useful to know.
The LO implementation looks like the Microsoft/VBA one:
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/collection-object.
The SF Dictionary object is a superset of the Collection object. The
implementation in SF is inspired by
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/dictionary-object
Although similar, VBA proposes both mapping classes.
BTW the SF Dictionary uses a Collection internally ...
-------8<-------
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] Documentation gap for new features
--
You are receiving this mail because:
You are the assignee for the bug.