LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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,
void removeResource([in] XResourceId xResourceId)
Remove a resource from the configuration.
void addResource([in] XResourceId xResourceId)
Add a resource to the configuration.
boolean hasResource([in] XResourceId xResourceId)
makes it possible to create a copy of the object which supports this interface.
Definition: XCloneable.idl:32
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.
AnchorBindingMode
This enum specifies how a resource is bound to an anchor.
Definition: AnchorBindingMode.idl:35
A resource id uses a set of URLs to unambiguously specify a resource of the drawing framework.
Definition: XResourceId.idl:45
Definition: Ambiguous.idl:22
A configuration describes the resources of an application like panes, views, and tool bars and their ...
Definition: XConfiguration.idl:45