20 #ifndef __com_sun_star_drawing_framework_XConfiguration_idl__
21 #define __com_sun_star_drawing_framework_XConfiguration_idl__
27 module
com { module sun { module star { module drawing { module framework {
29 interface XResourceId;
76 [in]
string sTargetURLPrefix,
A configuration describes the resources of an application like panes, views, and tool bars and their ...
Definition: XConfiguration.idl:45
void addResource([in] XResourceId xResourceId)
Add a resource to the configuration.
boolean hasResource([in] XResourceId xResourceId)
void removeResource([in] XResourceId xResourceId)
Remove a resource from the configuration.
sequence< XResourceId > getResources([in] XResourceId xAnchorId, [in] string sTargetURLPrefix, [in] AnchorBindingMode eSearchMode)
Returns the list of resources that are bound directly and/or indirectly to the given anchor.
A resource id uses a set of URLs to unambiguously specify a resource of the drawing framework.
Definition: XResourceId.idl:45
makes it possible to create a copy of the object which supports this interface.
Definition: XCloneable.idl:32
AnchorBindingMode
This enum specifies how a resource is bound to an anchor.
Definition: AnchorBindingMode.idl:35
Definition: Ambiguous.idl:22