21module
com { module sun { module star { module configuration { module backend {
113 [in]
short aAttributes,
114 [in]
boolean bClear )
161 [in]
short aAttributes )
211 [in]
short aAttributes )
324 [in]
short aAttributes,
326 [in]
boolean bClear )
397 [in]
string aLocale )
462 [in]
short aAttributes,
515 [in]
short aAttributes,
receives a description of a configuration layer as a sequence of events.
Definition XLayerHandler.idl:30
void endLayer()
receives notification that a layer description is complete.
void addOrReplaceNode([in] string aName, [in] short aAttributes)
receives notification that a new item is started.
void dropNode([in] string aName)
receives notification that a node is dropped from a set.
void addPropertyWithValue([in] string aName, [in] short aAttributes, [in] any aValue)
receives notification that a property having a non-VOID value is added to the current node.
void endProperty()
receives notification that a property description is complete.
void setPropertyValue([in] any aValue)
receives notification that the value of the current property is overridden.
void overrideNode([in] string aName, [in] short aAttributes, [in] boolean bClear)
receives notification that a description of a node override is started.
void endNode()
receives notification that a node description is complete.
void addProperty([in] string aName, [in] short aAttributes, [in] type aType)
receives notification that a property having a VOID value is added to the current node.
void startLayer()
receives notification that a layer description is started for a component.
void overrideProperty([in] string aName, [in] short aAttributes, [in] type aType, [in] boolean bClear)
receives notification that an existing property is modified.
void setPropertyValueForLocale([in] any aValue, [in] string aLocale)
receives notification that the value of the current localized property is overridden for a specific l...
void addOrReplaceNodeFromTemplate([in] string aName, [in] TemplateIdentifier aTemplate, [in] short aAttributes)
receives notification that a new item based on a particular template is started.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
holds the data needed to identify a template.
Definition TemplateIdentifier.idl:31