20 #ifndef __com_sun_star_ui_dialogs_XControlInformation_idl__
21 #define __com_sun_star_ui_dialogs_XControlInformation_idl__
27 module com { module sun { module star { module ui { module dialogs {
41 sequence<string> getSupportedControls( );
53 boolean isControlSupported( [in]
string aControlName );
68 sequence<string> getSupportedControlProperties( [in]
string aControlName )
86 boolean isControlPropertySupported( [in]
string aControlName, [in]
string aControlProperty )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47