20 module
com { module sun { module star { module uno {
interface XInterface; }; }; }; };
22 module
com { module sun { module star { module drawing { module framework {
24 interface XConfiguration;
25 interface XResourceId;
string Type
The type of configuration change is a free-form string.
Definition: ConfigurationChangeEvent.idl:47
any UserData
Each listener is called with exactly the UserData that was given when the listener was registered...
Definition: ConfigurationChangeEvent.idl:66
XResourceId ResourceId
The resource id that is part of the configuration change.
Definition: ConfigurationChangeEvent.idl:56
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:27
Definition: Ambiguous.idl:20
Objects of this class are used for notifying changes of the configuration.
Definition: ConfigurationChangeEvent.idl:40
com::sun::star::uno::XInterface ResourceObject
The resource object that corresponds to the ResourceId.
Definition: ConfigurationChangeEvent.idl:61
A configuration describes the resources of an application like panes, views, and tool bars and their ...
Definition: XConfiguration.idl:36
A resource id uses a set of URLs to unambiguously specify a resource of the drawing framework...
Definition: XResourceId.idl:37
XConfiguration Configuration
The current configuration, depending on the event type, either before or after the change...
Definition: ConfigurationChangeEvent.idl:52
base interface of all UNO interfaces
Definition: XInterface.idl:45