LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_configuration_backend_XSchema_idl__
20 #define __com_sun_star_configuration_backend_XSchema_idl__
29 module
com { module sun { module star { module configuration { module backend {
receives a description of a configuration schema as a sequence of events.
Definition: XSchemaHandler.idl:37
void readSchema([in] XSchemaHandler aHandler)
Describes the full schema (templates + component) to a XSchemaHandler.
Handles access to the elements of a component schema, i.e its templates and its component definition.
Definition: XSchema.idl:39
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:38
void readComponent([in] XSchemaHandler aHandler)
Describes only the component definition to a XSchemaHandler.
This exception is thrown when an application attempts to use NULL in a case where an object is requir...
Definition: NullPointerException.idl:37
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void readTemplates([in] XSchemaHandler aHandler)
Describes the component templates to a XSchemaHandler.