LibreOffice
LibreOffice 24.2 SDK API Reference
|
is a concrete implementation of service HierarchyDataSource, which uses the service com::sun::star::configuration::ConfigurationProvider for reading and writing hierarchy data. More...
import"DefaultHierarchyDataSource.idl";
Included Services | |
service | HierarchyDataSource |
is a concrete implementation of service HierarchyDataSource, which uses the service com::sun::star::configuration::ConfigurationProvider for reading and writing hierarchy data. More... | |
Additional Inherited Members | |
Exported Interfaces inherited from HierarchyDataSource | |
interface | com::sun::star::lang::XMultiServiceFactory |
allows creating access objects for specific views such as subsets and fragments of the hierarchy data. More... | |
interface | com::sun::star::lang::XComponent |
allows controlling or observing the lifetime of the hierarchy data source and its views. More... | |
Public Member Functions inherited from XMultiServiceFactory | |
com::sun::star::uno::XInterface | createInstance ([in] string aServiceSpecifier) raises ( com::sun::star::uno::Exception ) |
Creates an instance classified by the specified name. More... | |
com::sun::star::uno::XInterface | createInstanceWithArguments ([in] string ServiceSpecifier, [in] sequence< any > Arguments) raises ( com::sun::star::uno::Exception ) |
Creates an instance classified by the specified name and passes the arguments to that instance. More... | |
sequence< string > | getAvailableServiceNames () |
Provides the available names of the factory to be used to create instances. More... | |
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... | |
Public Member Functions inherited from XComponent | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
is a concrete implementation of service HierarchyDataSource, which uses the service com::sun::star::configuration::ConfigurationProvider for reading and writing hierarchy data.
service HierarchyDataSource |
is a concrete implementation of service HierarchyDataSource, which uses the service com::sun::star::configuration::ConfigurationProvider for reading and writing hierarchy data.
com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments() supports the service specifiers "com.sun.star.ucb.HierarchyDataReadAccess"
and "com.sun.star.ucb.HierarchyDataReadWriteAccess"
.