provides read/write access to the data pilot field group members in
the collection via name.
The ::com::sun::star::container::XNameContainer
and ::com::sun::star::container::XNameReplace
interfaces can be used to manage the members that this group contains.
It is possible to insert, remove, and replace members.
The method
::com::sun::star::container::XNameReplace::replaceByName can be used to rename the
specified member. To do so, the new name has to be passed as second
argument. An implementation should support the following data types:
a non-empty string specifying the new name of the
group member.
The method
::com::sun::star::container::XNameContainer::insertByName can be used to insert a new
member into this field group. An implementation should ignore the
second argument and insert the specified member name.