LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows creating instances of the DataAccessDescriptor service. More...
import"XDataAccessDescriptorFactory.idl";
Public Member Functions | |
::com::sun::star::beans::XPropertySet | createDataAccessDescriptor () |
creates a DataAccessDescriptor which supports all properties defined for this service, even if they're normally optional only. More... | |
allows creating instances of the DataAccessDescriptor service.
Data access descriptors are finally only bags of properties with a defined semantics. Depending on the context in which you use them, certain of their properties are needed or unneeded.
The descriptor factory allows you to create instances which offer all properties potentially needed at a descriptor.
::com::sun::star::beans::XPropertySet createDataAccessDescriptor | ( | ) |
creates a DataAccessDescriptor which supports all properties defined for this service, even if they're normally optional only.