21 module
com { module sun { module star { module configuration { module backend {
126 void modifyNode ( [in]
string aName,
127 [in]
short aAttributes,
128 [in]
short aAttributeMask,
129 [in]
boolean bReset )
174 void addOrReplaceNode ( [in]
string aName,
175 [in]
short aAttributes )
222 void addOrReplaceNodeFromTemplate( [in]
string aName,
223 [in]
short aAttributes,
272 void removeNode( [in]
string aName )
330 void modifyProperty( [in]
string aName,
331 [in]
short aAttributes,
332 [in]
short aAttributeMask,
363 void setPropertyValue( [in] any aValue )
398 void setPropertyValueForLocale( [in] any aValue, [in]
string aLocale )
417 void resetPropertyValue( )
441 void resetPropertyValueForLocale( [in]
string aLocale )
486 void resetProperty( [in]
string aName )
533 void addOrReplaceProperty( [in]
string aName,
534 [in]
short aAttributes,
587 void addOrReplacePropertyWithValue( [in]
string aName,
588 [in]
short aAttributes,
612 void removeProperty( [in]
string aName )
holds the data needed to identify a template.
Definition: TemplateIdentifier.idl:30
Definition: Ambiguous.idl:20
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
receives a description of a configuration update or layer as a sequence of events.
Definition: XUpdateHandler.idl:29
This exception is thrown when an application tries to change a constant property. ...
Definition: IllegalAccessException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45