19 #ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__
20 #define __com_sun_star_configuration_backend_XLayerHandler_idl__
29 module com { module sun { module star { module configuration { module backend {
120 void overrideNode( [in]
string aName,
121 [in]
short aAttributes,
122 [in]
boolean bClear )
168 void addOrReplaceNode( [in]
string aName,
169 [in]
short aAttributes )
217 void addOrReplaceNodeFromTemplate( [in]
string aName,
219 [in]
short aAttributes )
267 void dropNode( [in]
string aName )
331 void overrideProperty( [in]
string aName,
332 [in]
short aAttributes,
334 [in]
boolean bClear )
368 void setPropertyValue( [in] any aValue )
404 void setPropertyValueForLocale([in] any aValue,
405 [in]
string aLocale )
469 void addProperty( [in]
string aName,
470 [in]
short aAttributes,
522 void addPropertyWithValue( [in]
string aName,
523 [in]
short aAttributes,
holds the data needed to identify a template.
Definition: TemplateIdentifier.idl:32
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
receives a description of a configuration layer as a sequence of events.
Definition: XLayerHandler.idl:37
base interface of all UNO interfaces
Definition: XInterface.idl:47