20 #ifndef __com_sun_star_drawing_framework_ResourceId_idl__
21 #define __com_sun_star_drawing_framework_ResourceId_idl__
25 module
com { module sun { module star { module drawing { module framework {
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
The ResourceId service provides several constructors for resource ids.
Definition: ResourceId.idl:33
createWithAnchor([in] string sResourceURL, [in] XResourceId xAnchor)
Create a resource id for an anchor that is given as XResourceId object.
createEmpty()
Create an empty resource id.
create([in] string sResourceURL)
Create a resource id that has no anchor.
createWithAnchorURL([in] string sResourceURL, [in] string sAnchorURL)
Create a resource id for a resource that is bound to an anchor that can be specified by a single URL.