19 #ifndef __com_sun_star_configuration_backend_XUpdateHandler_idl__ 20 #define __com_sun_star_configuration_backend_XUpdateHandler_idl__ 30 module
com { module sun { module star { module configuration { module backend {
135 void modifyNode ( [in]
string aName,
136 [in]
short aAttributes,
137 [in]
short aAttributeMask,
138 [in]
boolean bReset )
183 void addOrReplaceNode ( [in]
string aName,
184 [in]
short aAttributes )
231 void addOrReplaceNodeFromTemplate( [in]
string aName,
232 [in]
short aAttributes,
281 void removeNode( [in]
string aName )
339 void modifyProperty( [in]
string aName,
340 [in]
short aAttributes,
341 [in]
short aAttributeMask,
372 void setPropertyValue( [in] any aValue )
407 void setPropertyValueForLocale( [in] any aValue, [in]
string aLocale )
426 void resetPropertyValue( )
450 void resetPropertyValueForLocale( [in]
string aLocale )
495 void resetProperty( [in]
string aName )
542 void addOrReplaceProperty( [in]
string aName,
543 [in]
short aAttributes,
596 void addOrReplacePropertyWithValue( [in]
string aName,
597 [in]
short aAttributes,
621 void removeProperty( [in]
string aName )
holds the data needed to identify a template.
Definition: TemplateIdentifier.idl:32
Definition: Ambiguous.idl:22
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
receives a description of a configuration update or layer as a sequence of events.
Definition: XUpdateHandler.idl:38
This exception is thrown when an application tries to change a constant property. ...
Definition: IllegalAccessException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47