LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows access to the collections of all content types within the object. More...
import"XContentEnumerationAccess.idl";
Public Member Functions | |
com::sun::star::container::XEnumeration | createContentEnumeration ([in] string aServiceName) |
sequence< string > | getAvailableServiceNames () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
allows access to the collections of all content types within the object.
This example prints the names of all tables:
com::sun::star::container::XEnumeration createContentEnumeration | ( | [in] string | aServiceName | ) |
sequence<string> getAvailableServiceNames | ( | ) |
XContentEnumerationAccess::createContentEnumeration() creates an enumeration for all the service names which are listed here. For all others it creates no enumeration.