|
Syntax
- com::sun::star::container::XEnumeration createContentEnumeration
(
- string aServiceName );
Description
-
Returns
-
a new enumeration object for the contents of the specified service type.
Syntax
- sequence< string > getAvailableServiceNames
();
Description
-
Returns
-
all names of services of which instances exist in this object.
XContentEnumerationAccess::createContentEnumeration
creates a non-empty enumeration for all the service names which are
listed here. For all others it creates no enumeration.
|