19 #ifndef __com_sun_star_inspection_XPropertyHandler_idl__
20 #define __com_sun_star_inspection_XPropertyHandler_idl__
32 module com { module sun { module star { module inspection {
34 interface XObjectInspectorUI;
35 interface XPropertyControlFactory;
76 getPropertyValue( [in]
string PropertyName )
89 setPropertyValue( [in]
string PropertyName, [in] any Value )
101 getPropertyState( [in]
string PropertyName )
120 describePropertyLine(
121 [in]
string PropertyName,
151 convertToPropertyValue(
152 [in]
string PropertyName,
153 [in] any ControlValue
197 convertToControlValue(
198 [in]
string PropertyName,
199 [in] any PropertyValue,
200 [in] type ControlValueType
241 sequence< com::sun::star::beans::Property >
242 getSupportedProperties();
278 getSupersededProperties( );
296 getActuatingProperties( );
310 boolean isComposable( [in]
string PropertyName )
369 onInteractivePropertySelection(
370 [in]
string PropertyName,
371 [in]
boolean Primary,
404 actuatingPropertyChanged(
405 [in]
string ActuatingPropertyName,
409 [in]
boolean FirstTimeInit
437 boolean suspend( [in]
boolean Suspend );