20module
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:38
Definition Ambiguous.idl:20
The ResourceId service provides several constructors for resource ids.
Definition ResourceId.idl:28
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.