20 #ifndef __com_sun_star_frame_XUIControllerRegistration_idl__
21 #define __com_sun_star_frame_XUIControllerRegistration_idl__
26 module com { module sun { module star { module frame {
58 boolean hasController( [in]
string aCommandURL, [in]
string aModelName );
75 void registerController( [in]
string aCommandURL, [in]
string aModelName, [in]
string aControllerImplementationName );
88 void deregisterController( [in]
string aCommandURL, [in]
string aModelName );
is used to query, register and unregister user interface controller.
Definition: XUIControllerRegistration.idl:42
base interface of all UNO interfaces
Definition: XInterface.idl:47