LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_drawing_framework_XResourceFactoryManager_idl__
21 #define __com_sun_star_drawing_framework_XResourceFactoryManager_idl__
25 module
com { module sun { module star { module drawing { module framework {
27 interface XResourceId;
28 interface XResourceFactory;
49 [in]
string sResourceURL,
61 [in]
string sResourceURL);
83 [in]
string sResourceURL);
void removeResourceFactoryForURL([in] string sResourceURL)
Remove a resource factory for one type of resource.
void removeResourceFactoryForReference([in] XResourceFactory xResourceFactory)
Remove a resource factory for all resource types it has been registered for.
The XResourceFactoryManager is part of the configuration controller and manages the set of registered...
Definition: XResourceFactoryManager.idl:37
void addResourceFactory([in] string sResourceURL, [in] XResourceFactory xResourceFactory)
Register a new resource factory for the given URL.
Factory and possibly cache for creating and releasing resources.
Definition: XResourceFactory.idl:39
Definition: Ambiguous.idl:22
XResourceFactory getResourceFactory([in] string sResourceURL)
Return the resource factory that was previously registered for the given resource type.