21module
com { module sun { module star { module configuration { module backend {
127 [in]
short aAttributes,
128 [in]
short aAttributeMask,
129 [in]
boolean bReset )
175 [in]
short aAttributes )
223 [in]
short aAttributes,
331 [in]
short aAttributes,
332 [in]
short aAttributeMask,
534 [in]
short aAttributes,
588 [in]
short aAttributes,
receives a description of a configuration update or layer as a sequence of events.
Definition XUpdateHandler.idl:30
void removeProperty([in] string aName)
receives notification that a property is dropped from the current node.
void addOrReplacePropertyWithValue([in] string aName, [in] short aAttributes, [in] any aValue)
receives notification that a property having a non-NULL value is added to the current node.
void addOrReplaceNodeFromTemplate([in] string aName, [in] short aAttributes, [in] TemplateIdentifier aTemplate)
receives notification that a node is started as a new item based on a particular template.
void addOrReplaceNode([in] string aName, [in] short aAttributes)
receives notification that a node is started as a new item.
void resetPropertyValue()
receives notification that the value of the current property should be reset to its default.
void endProperty()
receives notification that a property modification is complete.
void addOrReplaceProperty([in] string aName, [in] short aAttributes, [in] type aType)
receives notification that a property having a value of VOID is added to the current node.
void setPropertyValue([in] any aValue)
receives notification about a change to the value of the current property.
void resetPropertyValueForLocale([in] string aLocale)
receives notification that the value of the current property for a specific locale should be reset to...
void removeNode([in] string aName)
receives notification that an item is to be dropped from a set.
void endNode()
receives notification that a node modification is complete.
void modifyNode([in] string aName, [in] short aAttributes, [in] short aAttributeMask, [in] boolean bReset)
receives notification that a modification of a node is started.
void startUpdate()
receives notification that an update or description is started.
void resetProperty([in] string aName)
receives notification that a property is reset to its default state.
void modifyProperty([in] string aName, [in] short aAttributes, [in] short aAttributeMask, [in] type aType)
receives notification that modification of an existing property is started.
void endUpdate()
receives notification that the current update description is complete.
void setPropertyValueForLocale([in] any aValue, [in] string aLocale)
receives notification about a change to the value of the current property for a specific locale.
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