19 #ifndef __com_sun_star_inspection_XObjectInspectorUI_idl__
20 #define __com_sun_star_inspection_XObjectInspectorUI_idl__
27 module
com { module sun { module star { module inspection {
29 interface XPropertyControlObserver;
56 void enablePropertyUI( [in]
string PropertyName, [in]
boolean Enable );
77 void enablePropertyUIElements(
78 [in]
string PropertyName,
98 void rebuildPropertyUI( [in]
string PropertyName );
105 void showPropertyUI( [in]
string PropertyName );
112 void hidePropertyUI( [in]
string PropertyName );
118 void showCategory( [in]
string Category, [in]
boolean Show );
130 getPropertyControl( [in]
string PropertyName );
160 void setHelpSectionText( [in]
string HelpText )
– idl definition –
Definition: Ambiguous.idl:22
specifies an interface for components to observer certain aspects of an XPropertyControl.
Definition: XPropertyControlObserver.idl:36
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:38
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:34
grants access to certain aspects of the user interface of an object inspector
Definition: XObjectInspectorUI.idl:44