20module
com { module sun { module star { module uno {
interface XInterface; }; }; }; };
22module
com { module sun { module star { module drawing { module framework {
24interface XConfiguration;
A configuration describes the resources of an application like panes, views, and tool bars and their ...
Definition XConfiguration.idl:38
A resource id uses a set of URLs to unambiguously specify a resource of the drawing framework.
Definition XResourceId.idl:38
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
Objects of this class are used for notifying changes of the configuration.
Definition ConfigurationChangeEvent.idl:42
XConfiguration Configuration
The current configuration, depending on the event type, either before or after the change.
Definition ConfigurationChangeEvent.idl:52
com::sun::star::uno::XInterface ResourceObject
The resource object that corresponds to the ResourceId.
Definition ConfigurationChangeEvent.idl:61
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 generated_idl_chapter_refs.idl:253