20 module
com { module sun { module star { module inspection {
22 interface XObjectInspectorUI;
23 interface XPropertyControlFactory;
64 getPropertyValue( [in]
string PropertyName )
77 setPropertyValue( [in]
string PropertyName, [in] any Value )
89 getPropertyState( [in]
string PropertyName )
108 describePropertyLine(
109 [in]
string PropertyName,
139 convertToPropertyValue(
140 [in]
string PropertyName,
141 [in] any ControlValue
185 convertToControlValue(
186 [in]
string PropertyName,
187 [in] any PropertyValue,
188 [in] type ControlValueType
229 sequence< com::sun::star::beans::Property >
230 getSupportedProperties();
266 getSupersededProperties( );
284 getActuatingProperties( );
298 boolean isComposable( [in]
string PropertyName )
357 onInteractivePropertySelection(
358 [in]
string PropertyName,
359 [in]
boolean Primary,
392 actuatingPropertyChanged(
393 [in]
string ActuatingPropertyName,
397 [in]
boolean FirstTimeInit
425 boolean suspend( [in]
boolean Suspend );
a factory for XPropertyControls
Definition: XPropertyControlFactory.idl:28
PropertyState
This enumeration lists the states that a property value can have.
Definition: PropertyState.idl:37
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:38
Definition: Ambiguous.idl:20
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:30
is used to receive PropertyChangeEvents whenever a bound property is changed.
Definition: XPropertyChangeListener.idl:28
describes the appearance of a line representing a single property in an ObjectInspector.
Definition: LineDescriptor.idl:41
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:30
is the basic interface for object inspection.
Definition: XPropertyHandler.idl:38
This exception is thrown when an application attempts to use NULL in a case where an object is requir...
Definition: NullPointerException.idl:32
grants access to certain aspects of the user interface of an object inspector
Definition: XObjectInspectorUI.idl:37
InteractiveSelectionResult
describes possible results of an interactive selection of a property value in an object inspector ...
Definition: InteractiveSelectionResult.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45