21module 
com { module sun { module star { module frame {
 
   53    boolean hasController( [in] 
string aCommandURL, [in] 
string aModelName );
 
   70    void registerController( [in] 
string aCommandURL, [in] 
string aModelName, [in] 
string aControllerImplementationName );
 
 
is used to query, register and unregister user interface controller.
Definition XUIControllerRegistration.idl:38
void registerController([in] string aCommandURL, [in] string aModelName, [in] string aControllerImplementationName)
function to create an association between a user interface controller implementation and a command UR...
void deregisterController([in] string aCommandURL, [in] string aModelName)
function to remove a previously defined association between a user interface controller implementatio...
boolean hasController([in] string aCommandURL, [in] string aModelName)
function to check if an user interface controller is registered for a command URL and optional module...
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20