|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 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:29
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:31
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:34
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:33
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
void readTemplates([in] XSchemaHandler aHandler)
Describes the component templates to a XSchemaHandler.